| Package | Description |
|---|---|
| org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
| Modifier and Type | Field and Description |
|---|---|
private OfflineSorter |
ExternalRefSorter.sorter |
| Constructor and Description |
|---|
ExternalRefSorter(OfflineSorter sorter)
Will buffer all sequences to a temporary file and then sort (all on-disk).
|