Uses of Class
org.apache.lucene.index.ConcurrentMergeScheduler.MergeThread
-
Packages that use ConcurrentMergeScheduler.MergeThread Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of ConcurrentMergeScheduler.MergeThread in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type ConcurrentMergeScheduler.MergeThread Modifier and Type Field Description protected static Comparator<ConcurrentMergeScheduler.MergeThread>ConcurrentMergeScheduler. compareByMergeDocCountSortsConcurrentMergeScheduler.MergeThreads; larger merges come first.protected List<ConcurrentMergeScheduler.MergeThread>ConcurrentMergeScheduler. mergeThreadsList of currently activeConcurrentMergeScheduler.MergeThreads.Methods in org.apache.lucene.index that return ConcurrentMergeScheduler.MergeThread Modifier and Type Method Description protected ConcurrentMergeScheduler.MergeThreadConcurrentMergeScheduler. getMergeThread(IndexWriter writer, MergePolicy.OneMerge merge)Create and return a new MergeThread
-