Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ParallelMultiSearcher |
Deprecated.
Please pass an ExecutorService to
IndexSearcher , instead. |
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.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.