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

   @rohityadav1993 @kkrugler @TT1103  Could you test out the latest change on 
the master branch? I haven't had time to update the docs, but will do it soon. 
For now, just change the following to use another analyzer: 
   ```
   fieldConfigList: [
      {
           "name": "columnName",
           "indexType": "TEXT",
           "indexTypes": [
             "TEXT"
           ],
           "properties": {
             "luceneAnalyzerClass": 
"org.apache.lucene.analysis.core.KeywordAnalyzer"
           },
         }
     ]
     ```
     
     After you've tested it, please close this issue


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