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-accessBytesRefarray that stores full copies of the appended bytes in aByteBlockPool.FileDictionary Dictionary represented by a text file.Lookup Simple Lookup interface forCharSequencesuggestions.Lookup.LookupPriorityQueue APriorityQueuecollecting a fixed size of high priorityLookup.LookupResultLookup.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.