Class RealtimeLuceneTextIndexSearcherPool


  • public class RealtimeLuceneTextIndexSearcherPool
    extends Object
    This class manages a thread pool used for searching over realtime Lucene segments by RealtimeLuceneTextIndex. The pool max size is equivalent to pinot.query.scheduler.query_worker_threads to ensure each worker thread can have an accompanying Lucene searcher thread if needed. init() is called in BaseServerStarter to avoid creating a dependency on pinot-core.