Package | Description |
---|---|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
Class and Description |
---|
CompletionAnalyzer
Wraps an
Analyzer
to provide additional completion-only tuning
(e.g. |
CompletionPostingsFormat
A
PostingsFormat which supports document suggestion based on
indexed SuggestField s. |
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.
|
CompletionTokenStream
Token stream which converts a provided token stream to an automaton.
|
CompletionTokenStream.BytesRefBuilderTermAttribute
Attribute providing access to the term builder and UTF-16 conversion
|
CompletionWeight
Expert: the Weight for CompletionQuery, used to
score and explain these queries.
|
NRTSuggester
NRTSuggester executes Top N search on a weighted FST specified by a
CompletionScorer |
PrefixCompletionQuery
A
CompletionQuery which takes an Analyzer
to analyze 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 |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.