atris opened a new pull request #8384:
URL: https://github.com/apache/pinot/pull/8384


   This PR implements native text operator. It is based on the native FST 
implementation and is configured as an extra attribute to the existing text 
index.
   
   A new FieldConfig property "fstType" is defined to allow defining the index 
type. If none is specified, Lucene index type is used.
   
   The current implementation supports regex queries through TEXT_MATCH. Phrase 
and wildcard queries will be supported soon, using new methods.


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