Uses of Package
org.apache.lucene.search.suggest.document
Packages that use org.apache.lucene.search.suggest.document
-
Classes in org.apache.lucene.search.suggest.document used by org.apache.lucene.search.suggest.documentClassDescriptionWraps an
Analyzer
to provide additional completion-only tuning (e.g.APostingsFormat
which supports document suggestion based on indexedSuggestField
s.An enum that allows to control if suggester FSTs are loaded into memory or read off-heapAbstractQuery
that match documents containing terms with a specified prefix filtered byBitsProducer
.Expert: Responsible for executing the query against an appropriate suggester and collecting the results via a collector.Holder for suggester and field-level info for a suggest fieldAConcatenateGraphFilter
but we can set the payload and provide access to config options.Expert: the Weight for CompletionQuery, used to score and explain these queries.Holder for context value meta dataNRTSuggester executes Top N search on a weighted FST specified by aCompletionScorer
Builder forNRTSuggester
ACompletionQuery
which takes anAnalyzer
to analyze the prefix of the query term.Field that indexes a string value and a weight as a weighted completion against a named suggester.Bounded priority queue forTopSuggestDocs.SuggestScoreDoc
s.ScoreDoc
with an additional CharSequence keyCollector
that collects completion and score, along with document id