atris commented on a change in pull request #7684:
URL: https://github.com/apache/pinot/pull/7684#discussion_r744857774
##########
File path:
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/datasource/DataSource.java
##########
@@ -76,6 +76,12 @@
@Nullable
TextIndexReader getFSTIndex();
+ /**
+ * Returns the Native FST index for the column if exists, or {@code null} if
not.
+ */
+ @Nullable
+ TextIndexReader getNativeFSTIndex();
Review comment:
The problem is during creation -- there is no way to specify at a per
field level as to which FST type needs to be used. Hence the need for the extra
index
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]