You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "jackluo923 (via GitHub)" <gi...@apache.org> on 2023/11/02 00:40:18 UTC

Re: [I] Allow users to specify lucene analyzer when creating text index [pinot]

jackluo923 commented on issue #9154:
URL: https://github.com/apache/pinot/issues/9154#issuecomment-1789882591

   @rohityadav1993  We have implemented this requested feature because we need it right away. After testing on production clusters at a large scale, we can release the changes here. 
   
   For now, on a per text index basis, we can specify the FQCN (fully qualified class name) of the Lucene analyzer to be used for both ingestion and query. For example, for field XXX, we can specify `org.apache.lucene.analysis.core.WhitespaceAnalyzer`, `org.apache.lucene.analysis.core.KeywordAnalyzer` analyzer or any analyzer of your choice. 


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