Package org.apache.lucene.search.suggest
Support for Autocomplete/Autosuggest
-
Class Summary Class Description BufferingTermFreqIteratorWrapper This wrapper buffers incoming elements.BytesRefList A simple append only random-accessBytesRef
array that stores full copies of the appended bytes in aByteBlockPool
.FileDictionary Dictionary represented by a text file.Lookup Simple Lookup interface forCharSequence
suggestions.Lookup.LookupPriorityQueue APriorityQueue
collecting a fixed size of high priorityLookup.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.