You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/26 22:52:52 UTC

[GitHub] [pinot] taohu18 opened a new issue, #8595: TEXT_MATCH query not working as described in documentation

taohu18 opened a new issue, #8595:
URL: https://github.com/apache/pinot/issues/8595

   Based on the documentation, the above query should return all records containing "Boston Red" as is, however, records such as Boston Americans and Boston Doves are also in the query result. Looks like this match phrase query is not working as expected
   ![Screenshot from 2021-12-28 16-38-43](https://user-images.githubusercontent.com/85309206/165405599-f0af3ebb-576c-4a3b-bb11-3e977852f02c.png)
   ![Screenshot from 2021-12-28 16-37-54](https://user-images.githubusercontent.com/85309206/165405644-5206079f-1954-47cc-989b-29f548be4d46.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #8595: TEXT_MATCH query not working as described in documentation

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8595:
URL: https://github.com/apache/pinot/issues/8595#issuecomment-1111564246

   @taohu18 Not removing the double quotes, but just the backslash. I just updated the documentation page, please take a look.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] taohu18 commented on issue #8595: TEXT_MATCH query not working as described in documentation

Posted by GitBox <gi...@apache.org>.
taohu18 commented on issue #8595:
URL: https://github.com/apache/pinot/issues/8595#issuecomment-1111591078

   Thanks, it works! I will close this issue. Thanks again!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] taohu18 closed issue #8595: TEXT_MATCH query not working as described in documentation

Posted by GitBox <gi...@apache.org>.
taohu18 closed issue #8595: TEXT_MATCH query not working as described in documentation
URL: https://github.com/apache/pinot/issues/8595


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] taohu18 commented on issue #8595: TEXT_MATCH query not working as described in documentation

Posted by GitBox <gi...@apache.org>.
taohu18 commented on issue #8595:
URL: https://github.com/apache/pinot/issues/8595#issuecomment-1111529037

   @Jackie-Jiang Thanks for replying, I removed the double quotes but the result still looks incorrect. Some records only have "Boston" and some only have "Reds". Not all records contain "Boston Red" as is. 
   cc @siddharthteotia 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #8595: TEXT_MATCH query not working as described in documentation

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8595:
URL: https://github.com/apache/pinot/issues/8595#issuecomment-1111401037

   Can you please try removing the escape character? I believe that is used to escape the double quotes within a java string, and should not be added to the query.
   cc @siddharthteotia 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org