| Package | Description |
|---|---|
| gate.creole.annic.apache.lucene.index |
Code to maintain and access indices.
|
| gate.creole.annic.apache.lucene.search | |
| gate.creole.annic.lucene |
| Class and Description |
|---|
| Similarity
Expert: Scoring API.
|
| Class and Description |
|---|
| BooleanClause
A clause in a BooleanQuery.
|
| Explanation
Expert: Describes the score computation for document and query.
|
| FieldCache
Expert: Maintains caches of term values.
|
| FieldCache.StringIndex
Expert: Stores term text values and document ordering data.
|
| 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.
|
| Query
The abstract base class for queries.
|
| ScoreDoc
Expert: Returned by low-level search implementations.
|
| ScoreDocComparator
Expert: Compares two ScoreDoc objects for sorting.
|
| Scorer
Expert: Implements scoring for a class 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.
|
| 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.
|
| Class and Description |
|---|
| Filter
Abstract base class providing a mechanism to restrict searches to a subset
of an index.
|
| IndexSearcher
Implements search over a single IndexReader.
|
| Query
The abstract base class for queries.
|
| Searchable
The interface for search implementations.
|
| Searcher
An abstract base class for search implementations.
|
| TopDocs
Expert: Returned by low-level search implementations.
|
Copyright © 2024 GATE. All rights reserved.