Uses of Interface
org.apache.lucene.search.suggest.fst.BytesRefSorter
-
Packages that use BytesRefSorter Package Description org.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of BytesRefSorter in org.apache.lucene.search.suggest.fst
Classes in org.apache.lucene.search.suggest.fst that implement BytesRefSorter Modifier and Type Class Description class
ExternalRefSorter
Builds and iterates over sequences stored on disk.class
InMemorySorter
AnBytesRefSorter
that keeps all the entries in memory.Constructors in org.apache.lucene.search.suggest.fst with parameters of type BytesRefSorter Constructor Description FSTCompletionBuilder(int buckets, BytesRefSorter sorter, int shareMaxTailLength)
-