Package | Description |
---|---|
org.apache.lucene.search.suggest.document |
Support for document suggestion
|
Modifier and Type | Class and Description |
---|---|
private static class |
ContextQuery.ContextCompletionWeight |
private static class |
FuzzyCompletionQuery.FuzzyCompletionWeight |
Modifier and Type | Field and Description |
---|---|
private CompletionWeight |
ContextQuery.ContextCompletionWeight.innerWeight |
protected CompletionWeight |
CompletionScorer.weight
weight that created this scorer
|
Constructor and Description |
---|
CompletionScorer(CompletionWeight weight,
NRTSuggester suggester,
LeafReader reader,
Bits filterDocs,
boolean filtered,
Automaton automaton)
Creates a scorer for a field-specific
suggester scoped by acceptDocs |
ContextCompletionWeight(CompletionQuery query,
Automaton automaton,
CompletionWeight innerWeight,
java.util.Map<IntsRef,java.lang.Float> contextMap,
int[] contextLengths) |