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


   > Is this exposed via TEXT_MATCH function and thus requires Lucene query 
syntax ? IIRC, in the initial design we wanted to expose this through a 
different function / udf (LIKE to get ANSI SQL) so that the query syntax 
doesn't necessarily have to be Lucene based.
   > 
   > Referencing our earlier discussion - [#7395 
(comment)](https://github.com/apache/pinot/issues/7395#issuecomment-921350642)
   
   Yes, the plan is to support LIKE and a new method for PHRASE search. The 
native text index is exposed as an option within the text index, thus supports 
TEXT_MATCH by default. We will have to disable TEXT_MATCH on native indices 
explicitly.


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