Uses of Interface
org.apache.lucene.search.suggest.fst.BytesRefSorter
Packages that use BytesRefSorter
Package
Description
Support for Autocomplete/Autosuggest
Finite-state based autosuggest.
-
Uses of BytesRefSorter in org.apache.lucene.search.suggest
Classes in org.apache.lucene.search.suggest that implement BytesRefSorterModifier and TypeClassDescriptionfinal class
AnBytesRefSorter
that keeps all the entries in memory. -
Uses of BytesRefSorter in org.apache.lucene.search.suggest.fst
Classes in org.apache.lucene.search.suggest.fst that implement BytesRefSorterModifier and TypeClassDescriptionclass
An implementation of aBytesRefSorter
that allows appendingBytesRef
s to anOfflineSorter
and returns aCloseable
ExternalRefSorter.ByteSequenceIterator
that iterates over sequences stored on disk.Fields in org.apache.lucene.search.suggest.fst declared as BytesRefSorterModifier and TypeFieldDescriptionprivate final BytesRefSorter
FSTCompletionBuilder.sorter
FST construction require re-sorting the input.Methods in org.apache.lucene.search.suggest.fst with parameters of type BytesRefSorterModifier and TypeMethodDescriptionFSTCompletionBuilder.buildAutomaton
(BytesRefSorter sorter) Builds the final automaton from a list of entries.Constructors in org.apache.lucene.search.suggest.fst with parameters of type BytesRefSorterModifierConstructorDescriptionFSTCompletionBuilder
(int buckets, BytesRefSorter sorter, int shareMaxTailLength) Creates an FSTCompletion with the specified options.