Class Summary |
BooleanClause |
A clause in a BooleanQuery. |
BooleanQuery |
A Query that matches documents matching boolean combinations of other
queries, typically TermQuery s or PhraseQuery s. |
DateFilter |
A Filter that restricts search results to a range of time. |
Filter |
Abstract base class providing a mechanism to restrict searches to a subset
of an index. |
HitCollector |
Lower-level search API. |
Hits |
A ranked list of documents, used to hold search results. |
IndexSearcher |
Implements search over a single IndexReader. |
MultiSearcher |
Implements search over a set of Searcher's. |
PhraseQuery |
A Query that matches documents containing a particular sequence of terms. |
PrefixQuery |
A Query that matches documents containing terms with a specified prefix. |
Query |
The abstract base class for queries. |
Searcher |
The abstract base class for search implementations. |
Similarity |
Internal class used for scoring. |
TermQuery |
A Query that matches documents containing a term. |