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.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.