| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RMIRemoteSearchable
Marker interface to enable subclasses of
Searchable to be used via
Java RMI. |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexSearcher
Implements search over a single IndexReader.
|
class |
MultiSearcher
Implements search over a set of
Searchables. |
class |
ParallelMultiSearcher
Implements parallel search over a set of
Searchables. |
class |
RemoteSearchable
A remote searchable implementation.
|
class |
Searcher
An abstract base class for search implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Searchable[] |
MultiSearcher.getSearchables()
Return the array of
Searchables this searches. |
| Constructor and Description |
|---|
MultiSearcher(Searchable[] searchables)
Creates a searcher which searches searchers.
|
ParallelMultiSearcher(Searchable[] searchables)
Creates a searchable which searches searchables.
|
RemoteSearchable(Searchable local)
Constructs and exports a remote searcher.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.