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 class
private static class
Fields in org.apache.lucene.search.suggest.document declared as CompletionWeightModifier and TypeFieldDescriptionprivate final CompletionWeight
ContextQuery.ContextCompletionWeight.innerWeight
protected final CompletionWeight
CompletionScorer.weight
weight that created this scorerConstructors in org.apache.lucene.search.suggest.document with parameters of type CompletionWeightModifierConstructorDescriptionprotected
CompletionScorer
(CompletionWeight weight, NRTSuggester suggester, LeafReader reader, Bits filterDocs, boolean filtered, Automaton automaton) Creates a scorer for a field-specificsuggester
scoped byacceptDocs
ContextCompletionWeight
(CompletionQuery query, Automaton automaton, CompletionWeight innerWeight, Map<IntsRef, Float> contextMap, int[] contextLengths)