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
Analyzerto provide additional completion-only tuning (e.g.APostingsFormatwhich supports document suggestion based on indexedSuggestFields.An enum that allows to control if suggester FSTs are loaded into memory or read off-heapAbstractQuerythat 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 fieldAConcatenateGraphFilterbut 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 aCompletionScorerBuilder forNRTSuggesterACompletionQuerywhich takes anAnalyzerto 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.SuggestScoreDocs.ScoreDocwith an additional CharSequence keyCollectorthat collects completion and score, along with document id