Package org.apache.pinot.segment.local.realtime.impl.invertedindex
-
Class Summary Class Description NativeMutableFSTIndex Deprecated. NativeMutableTextIndex RealtimeInvertedIndex Real-time bitmap based inverted index reader which allows adding values on the fly.RealtimeLuceneDocIdCollector DocID collector for Lucene search query.RealtimeLuceneIndexReaderRefreshThread Background thread to refresh the realtime lucene index readers for supporting near-realtime text search.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.