| Completion50PostingsFormat |
|
| CompletionAnalyzer |
Wraps an Analyzer
to provide additional completion-only tuning
(e.g.
|
| CompletionPostingsFormat |
|
| CompletionQuery |
Abstract Query that match documents containing terms with a specified prefix
filtered by BitsProducer.
|
| CompletionScorer |
Expert: Responsible for executing the query against an
appropriate suggester and collecting the results
via a collector.
|
| CompletionsTermsReader |
Holder for suggester and field-level info
for a suggest field
|
| CompletionTerms |
|
| CompletionTokenStream |
|
| CompletionWeight |
Expert: the Weight for CompletionQuery, used to
score and explain these queries.
|
| ContextQuery |
|
| ContextSuggestField |
|
| FuzzyCompletionQuery |
A CompletionQuery that match documents containing terms
within an edit distance of the specified prefix.
|
| NRTSuggester |
NRTSuggester executes Top N search on a weighted FST specified by a CompletionScorer
|
| PrefixCompletionQuery |
|
| RegexCompletionQuery |
A CompletionQuery which takes a regular expression
as the prefix of the query term.
|
| SuggestField |
Field that indexes a string value and a weight as a weighted completion
against a named suggester.
|
| TopSuggestDocs |
|
| TopSuggestDocs.SuggestScoreDoc |
ScoreDoc with an
additional CharSequence key
|
| TopSuggestDocsCollector |
Collector that collects completion and
score, along with document id
|