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.
|
Constructor and Description |
---|
FSTCompletionBuilder(int buckets,
BytesRefSorter sorter,
int shareMaxTailLength)
Creates an FSTCompletion with the specified options.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.