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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
