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