Package | Description |
---|---|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Modifier and Type | Field and Description |
---|---|
private FSTCompletion |
FSTCompletionLookup.higherWeightsCompletion
Automaton used for completions with higher weights reordering.
|
private FSTCompletion |
FSTCompletionLookup.normalCompletion
Automaton used for normal completions.
|
Modifier and Type | Method and Description |
---|---|
FSTCompletion |
FSTCompletionBuilder.build()
Builds the final automaton from a list of added entries.
|
Constructor and Description |
---|
FSTCompletionLookup(Directory tempDir,
java.lang.String tempFileNamePrefix,
FSTCompletion completion,
boolean exactMatchFirst)
This constructor takes a pre-built automaton.
|