Uses of Package
org.apache.lucene.search.suggest.document
-
Packages that use org.apache.lucene.search.suggest.document Package Description org.apache.lucene.search.suggest.document org.elasticsearch.index.mapper org.elasticsearch.search.suggest.completion.context -
Classes in org.apache.lucene.search.suggest.document used by org.apache.lucene.search.suggest.document Class Description CompletionAnalyzer Wraps anAnalyzerto provide additional completion-only tuning (e.g.CompletionPostingsFormat APostingsFormatwhich supports document suggestion based on indexedSuggestFields.CompletionPostingsFormat.FSTLoadMode An enum that allows to control if suggester FSTs are loaded into memory or read off-heapCompletionQuery AbstractQuerythat match documents containing terms with a specified prefix filtered byBitsProducer.CompletionScorer Expert: Responsible for executing the query against an appropriate suggester and collecting the results via a collector.CompletionTokenStream AConcatenateGraphFilterbut we can set the payload and provide access to config options.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 aCompletionScorerPrefixCompletionQuery ACompletionQuerywhich takes anAnalyzerto 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 ScoreDocwith an additional CharSequence keyTopSuggestDocsCollector Collectorthat collects completion and score, along with document id -
Classes in org.apache.lucene.search.suggest.document used by org.elasticsearch.index.mapper Class Description CompletionQuery AbstractQuerythat match documents containing terms with a specified prefix filtered byBitsProducer. -
Classes in org.apache.lucene.search.suggest.document used by org.elasticsearch.search.suggest.completion.context Class Description CompletionQuery AbstractQuerythat match documents containing terms with a specified prefix filtered byBitsProducer.ContextQuery ACompletionQuerythat matches documents specified by a wrappedCompletionQuerysupporting boosting and/or filtering by specified contexts.