Uses of Class
org.apache.lucene.search.MultiSearcher
-
Packages that use MultiSearcher Package Description org.apache.lucene.search Code to search indices. -
-
Uses of MultiSearcher in org.apache.lucene.search
Subclasses of MultiSearcher in org.apache.lucene.search Modifier and Type Class Description class
ParallelMultiSearcher
Deprecated.Please pass an ExecutorService toIndexSearcher
, instead.Methods in org.apache.lucene.search that return MultiSearcher Modifier and Type Method Description static MultiSearcher
QueryUtils. wrapSearcher(Random random, Searcher s, int edge)
Given a Searcher, returns a new MultiSearcher wrapping the the original Searcher, as well as several "empty" IndexSearchers -- some of which will have deleted documents in them.
-