kishoreg commented on a change in pull request #4715: Lucene Text search POC
URL: https://github.com/apache/incubator-pinot/pull/4715#discussion_r336692135
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/config/IndexingConfig.java
##########
@@ -37,6 +37,9 @@
@ConfigKey("invertedIndexColumns")
private List<String> _invertedIndexColumns;
+ @ConfigKey("textSearchColumns")
+ private List<String> _textSearchColumns; // list of columns on which text
search is enabled
Review comment:
can we have both inverted index and textSearch on a column?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]