Uses of Class
org.apache.lucene.search.suggest.document.CompletionWeight
Packages that use CompletionWeight
-
Uses of CompletionWeight in org.apache.lucene.search.suggest.document
Subclasses of CompletionWeight in org.apache.lucene.search.suggest.documentModifier and TypeClassDescriptionprivate static classprivate static classFields in org.apache.lucene.search.suggest.document declared as CompletionWeightModifier and TypeFieldDescriptionprivate final CompletionWeightContextQuery.ContextCompletionWeight.innerWeightprotected final CompletionWeightCompletionScorer.weightweight that created this scorerConstructors in org.apache.lucene.search.suggest.document with parameters of type CompletionWeightModifierConstructorDescriptionprotectedCompletionScorer(CompletionWeight weight, NRTSuggester suggester, LeafReader reader, Bits filterDocs, boolean filtered, Automaton automaton) Creates a scorer for a field-specificsuggesterscoped byacceptDocsContextCompletionWeight(CompletionQuery query, Automaton automaton, CompletionWeight innerWeight, Map<IntsRef, Float> contextMap, int[] contextLengths)