Package | Description |
---|---|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemorySorter
An
BytesRefSorter that keeps all the entries in memory. |
Modifier and Type | Class and Description |
---|---|
class |
ExternalRefSorter
Builds and iterates over sequences stored on disk.
|
Modifier and Type | Field and Description |
---|---|
private BytesRefSorter |
FSTCompletionBuilder.sorter
FST construction require re-sorting the input.
|
Modifier and Type | Method and Description |
---|---|
private FST<java.lang.Object> |
FSTCompletionBuilder.buildAutomaton(BytesRefSorter sorter)
Builds the final automaton from a list of entries.
|
Constructor and Description |
---|
FSTCompletionBuilder(int buckets,
BytesRefSorter sorter,
int shareMaxTailLength)
Creates an FSTCompletion with the specified options.
|