raghavyadav01 opened a new pull request, #16131:
URL: https://github.com/apache/pinot/pull/16131

   # Allow setting wildcard and useANDForMultiTermTextIndexQueries flag to 
default AND operator for all query parsers
   
   ## Configuration
   The following configuration options are available in the text index config:
   
   ```json
   "fieldConfigList": [
         {
           "name": "propsJson",
           "encodingType": "RAW",
           "indexes": {
             "forward": {
               "compressionCodec": "ZSTANDARD",
               "rawIndexWriterVersion": 4,
               "deriveNumDocsPerChunk": false
             },
             "text": {
               "deriveNumDocsPerChunk": false,
               "rawIndexWriterVersion": 4,
               "useANDForMultiTermTextIndexQueries": true
               "enablePrefixSuffixMatchingInPhraseQueries": true,
               "stopWordExclude": "and, or, (, ), \\, /,  -, +, =, {, }, [, ], 
\", ', <, >, ?",
               "luceneAnalyzerClass": 
"org.apache.lucene.analysis.standard.StandardAnalyzer",
               "luceneQueryParserClass": 
"org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser"
             }
           },
           "tierOverwrites": null
         }
       ],
   ```
   
   
   ## Testing
   - Manually Validated the query with different query Parser Types
   


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