| Package | Description |
|---|---|
| org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
| Modifier and Type | Method | Description |
|---|---|---|
FSTCompletion |
FSTCompletionBuilder.build() |
Builds the final automaton from a list of added entries.
|
| Constructor | Description |
|---|---|
FSTCompletionLookup(FSTCompletion completion,
boolean exactMatchFirst) |
This constructor takes a pre-built automaton.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.