Uses of Class
org.apache.lucene.search.suggest.document.CompletionWeight
-
Packages that use CompletionWeight Package Description org.apache.lucene.search.suggest.document Support for document suggestion -
-
Uses of CompletionWeight in org.apache.lucene.search.suggest.document
Subclasses of CompletionWeight in org.apache.lucene.search.suggest.document Modifier and Type Class Description private static classContextQuery.ContextCompletionWeightprivate static classFuzzyCompletionQuery.FuzzyCompletionWeightFields in org.apache.lucene.search.suggest.document declared as CompletionWeight Modifier and Type Field Description private CompletionWeightContextQuery.ContextCompletionWeight. innerWeightprotected CompletionWeightCompletionScorer. weightweight that created this scorerConstructors in org.apache.lucene.search.suggest.document with parameters of type CompletionWeight Constructor Description CompletionScorer(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, java.util.Map<IntsRef,java.lang.Float> contextMap, int[] contextLengths)
-