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 classAnBytesRefSorterthat 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 TypeClassDescriptionclassAn implementation of aBytesRefSorterthat allows appendingBytesRefs to anOfflineSorterand returns aCloseableExternalRefSorter.ByteSequenceIteratorthat iterates over sequences stored on disk.Fields in org.apache.lucene.search.suggest.fst declared as BytesRefSorterModifier and TypeFieldDescriptionprivate final BytesRefSorterFSTCompletionBuilder.sorterFST 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, double suffixRAMLimitMB) Creates an FSTCompletion with the specified options.