Package org.apache.lucene.search.suggest

Support for Autocomplete/Autosuggest

See:
          Description

Class Summary
BufferingTermFreqIteratorWrapper This wrapper buffers incoming elements.
BytesRefList A simple append only random-access BytesRef array that stores full copies of the appended bytes in a ByteBlockPool.
FileDictionary Dictionary represented by a text file.
Lookup Simple Lookup interface for CharSequence suggestions.
Lookup.LookupPriorityQueue A PriorityQueue collecting a fixed size of high priority Lookup.LookupResult
Lookup.LookupResult Result of a lookup.
SortedTermFreqIteratorWrapper This wrapper buffers incoming elements and makes sure they are sorted based on given comparator.
UnsortedTermFreqIteratorWrapper This wrapper buffers the incoming elements and makes sure they are in random order.
 

Package org.apache.lucene.search.suggest Description

Support for Autocomplete/Autosuggest