siddharthteotia commented on a change in pull request #5074: Support segment
reload for text index
URL: https://github.com/apache/incubator-pinot/pull/5074#discussion_r382871934
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/segment/store/ColumnIndexType.java
##########
@@ -23,7 +23,8 @@
FORWARD_INDEX("forward_index"),
INVERTED_INDEX("inverted_index"),
BLOOM_FILTER("bloom_filter"),
- NULLVALUE_VECTOR("nullvalue_vector");
+ NULLVALUE_VECTOR("nullvalue_vector"),
+ TEXT_INDEX("text_index");
Review comment:
This is non-persistent
----------------------------------------------------------------
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]