|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiSearcher | |
---|---|
org.apache.lucene.search | Code to search indices. |
Uses of MultiSearcher in org.apache.lucene.search |
---|
Subclasses of MultiSearcher in org.apache.lucene.search | |
---|---|
class |
ParallelMultiSearcher
Deprecated. Please pass an ExecutorService to IndexSearcher , instead. |
Methods in org.apache.lucene.search that return MultiSearcher | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |