|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.lucene.search | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.index.memory | High-performance single-document main memory Apache Lucene fulltext search index. |
org.apache.lucene.misc | |
org.apache.lucene.queryParser | A simple query parser implemented with JavaCC. |
org.apache.lucene.queryParser.analyzing | |
org.apache.lucene.queryParser.precedence | |
org.apache.lucene.queryParser.surround.query | This package contains SrndQuery and its subclasses. |
org.apache.lucene.search | Search over indices. |
org.apache.lucene.search.highlight | The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. |
org.apache.lucene.search.regex | Regular expression Query. |
org.apache.lucene.search.similar | Document similarity query generators. |
org.apache.lucene.search.spans | The calculus of spans. |
org.apache.lucene.wordnet | This package uses synonyms defined by WordNet to build a Lucene index storing them, which in turn can be used for query expansion. |
Classes in org.apache.lucene.search used by org.apache.lucene.index | |
---|---|
Similarity
Expert: Scoring API. |
Classes in org.apache.lucene.search used by org.apache.lucene.index.memory | |
---|---|
IndexSearcher
Implements search over a single IndexReader. |
|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.misc | |
---|---|
Filter
Abstract base class providing a mechanism to restrict searches to a subset of an index. |
Classes in org.apache.lucene.search used by org.apache.lucene.queryParser | |
---|---|
BooleanClause.Occur
Specifies how terms may occur in matching documents. |
|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.queryParser.analyzing | |
---|---|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.queryParser.precedence | |
---|---|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.queryParser.surround.query | |
---|---|
Query
The abstract base class for queries. |
|
TermQuery
A Query that matches documents containing a term. |
Classes in org.apache.lucene.search used by org.apache.lucene.search | |
---|---|
BooleanClause
A clause in a BooleanQuery. |
|
BooleanClause.Occur
Specifies how terms may occur in matching documents. |
|
DateFilter
Deprecated. Instead, use RangeFilter combined with
DateTools . |
|
Explanation
Expert: Describes the score computation for document and query. |
|
FieldCache
Expert: Maintains caches of term values. |
|
FieldCache.FloatParser
Interface to parse floats from document fields. |
|
FieldCache.IntParser
Interface to parse ints from document fields. |
|
FieldCache.StringIndex
Expert: Stores term text values and document ordering data. |
|
FieldDoc
Expert: A ScoreDoc which also contains information about how to sort the referenced document. |
|
Filter
Abstract base class providing a mechanism to restrict searches to a subset of an index. |
|
FilteredTermEnum
Abstract class for enumerating a subset of all terms. |
|
HitCollector
Lower-level search API. |
|
Hits
A ranked list of documents, used to hold search results. |
|
MultiSearcher
Implements search over a set of Searchables . |
|
MultiTermQuery
A Query that matches documents containing a subset of terms provided
by a FilteredTermEnum enumeration. |
|
Query
The abstract base class for queries. |
|
RangeFilter
A Filter that restricts search results to a range of values in a given field. |
|
ScoreDoc
Expert: Returned by low-level search implementations. |
|
ScoreDocComparator
Expert: Compares two ScoreDoc objects for sorting. |
|
Scorer
Expert: Common scoring functionality for different types of queries. |
|
Searchable
The interface for search implementations. |
|
Searcher
An abstract base class for search implementations. |
|
Similarity
Expert: Scoring API. |
|
Sort
Encapsulates sort criteria for returned hits. |
|
SortComparator
Abstract base class for sorting hits returned by a Query. |
|
SortComparatorSource
Expert: returns a comparator for sorting ScoreDocs. |
|
SortField
Stores information about how to sort documents by terms in an individual field. |
|
TopDocCollector
A HitCollector implementation that collects the top-scoring
documents, returning them as a TopDocs . |
|
TopDocs
Expert: Returned by low-level search implementations. |
|
TopFieldDocs
Expert: Returned by low-level sorted search implementations. |
|
Weight
Expert: Calculate query weights and build query scorers. |
Classes in org.apache.lucene.search used by org.apache.lucene.search.highlight | |
---|---|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.search.regex | |
---|---|
FilteredTermEnum
Abstract class for enumerating a subset of all terms. |
|
MultiTermQuery
A Query that matches documents containing a subset of terms provided
by a FilteredTermEnum enumeration. |
|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.search.similar | |
---|---|
Query
The abstract base class for queries. |
Classes in org.apache.lucene.search used by org.apache.lucene.search.spans | |
---|---|
Query
The abstract base class for queries. |
|
Searcher
An abstract base class for search implementations. |
|
Weight
Expert: Calculate query weights and build query scorers. |
Classes in org.apache.lucene.search used by org.apache.lucene.wordnet | |
---|---|
Query
The abstract base class for queries. |
|
Searcher
An abstract base class for search implementations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |