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/12/12 03:06:50 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-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-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