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 class
ContextQuery.ContextCompletionWeight
private static class
FuzzyCompletionQuery.FuzzyCompletionWeight
Fields in org.apache.lucene.search.suggest.document declared as CompletionWeight Modifier and Type Field Description private CompletionWeight
ContextQuery.ContextCompletionWeight. innerWeight
protected CompletionWeight
CompletionScorer. weight
weight 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-specificsuggester
scoped byacceptDocs
ContextCompletionWeight(CompletionQuery query, Automaton automaton, CompletionWeight innerWeight, java.util.Map<IntsRef,java.lang.Float> contextMap, int[] contextLengths)
-