siddharthteotia opened a new pull request #6251: URL: https://github.com/apache/incubator-pinot/pull/6251
Multi term or phrase queries for text index like the following use implicit OR operator (Lucene default) - WHERE text_match(col, 't1 t2 \"p1\" \"p2\") is equivalent to WHERE text_match(col, 't1 OR t2 OR \"p1\" OR \"p2\") Minor enhancement - We need to make the default operator (OR) configurable on a per text index basis. This was recently discovered as our internal users ramp this feature. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
