Package | Description |
---|---|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalRefSorter
Builds and iterates over sequences stored on disk.
|
class |
InMemorySorter
An
BytesRefSorter that keeps all the entries in memory. |
Constructor and Description |
---|
FSTCompletionBuilder(int buckets,
BytesRefSorter sorter,
int shareMaxTailLength) |