Package | Description |
---|---|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Class | Description |
---|---|
Sort.ByteSequencesWriter |
Utility class to emit length-prefixed byte[] entries to an output stream for sorting.
|
Class | Description |
---|---|
BytesRefSorter |
Collects
BytesRef and then allows one to iterate over their sorted order. |
FSTCompletion |
Finite state automata based implementation of "autocomplete" functionality.
|
FSTCompletion.Completion |
A single completion for a given key.
|
Sort |
On-disk sorting of byte arrays.
|
Sort.BufferSize |
A bit more descriptive unit for constructors.
|
Sort.SortInfo |
Sort info (debugging mostly).
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.