Uses of Package
org.apache.pinot.segment.local.realtime.impl.invertedindex
-
Packages that use org.apache.pinot.segment.local.realtime.impl.invertedindex Package Description org.apache.pinot.segment.local.realtime.impl.invertedindex -
Classes in org.apache.pinot.segment.local.realtime.impl.invertedindex used by org.apache.pinot.segment.local.realtime.impl.invertedindex Class Description RealtimeLuceneIndexRefreshState This class manages the realtime lucene index readers.RealtimeLuceneIndexRefreshState.RealtimeLuceneReaders Since the text index is maintained per TEXT column (similar to other Pinot indexes), there could be multiple lucene indexes for a given segment and therefore there can be multiple realtime lucene readers (one for each index/column) for the particular realtime segment.RealtimeLuceneTextIndex Lucene text index reader supporting near realtime search.