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-unsubscr...@pinot.apache.org

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


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

Reply via email to