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/04 08:14:44 UTC

[GitHub] [pinot] atris commented on pull request #8384: Implement Native Text Operator

atris commented on PR #8384:
URL: https://github.com/apache/pinot/pull/8384#issuecomment-1087251360

   > Ping to see how do we want to move forward ?
   
   Here is the plan -- LIKE is going to start using text indices if available, thus providing support for LIKE on native indices + logical operators come free due to the ability to combine multiple LIKE predicates.
   
   In the current PR, I will allow TEXT_MATCH to work on top of native text indices, but *any* query passed in to the native text index through TEXT_MATCH will be treated as a regex query. Alternative is to disable TEXT_MATCH on native indices completely.
   
   Phrase and fuzzy will be supported by new functions.


-- 
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