Uses of Interface
org.apache.lucene.search.suggest.fst.BytesRefSorter
-
Packages that use BytesRefSorter Package Description org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of BytesRefSorter in org.apache.lucene.search.suggest
Classes in org.apache.lucene.search.suggest that implement BytesRefSorter Modifier and Type Class Description classInMemorySorterAnBytesRefSorterthat 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 BytesRefSorter Modifier and Type Class Description classExternalRefSorterBuilds and iterates over sequences stored on disk.Fields in org.apache.lucene.search.suggest.fst declared as BytesRefSorter Modifier and Type Field Description private BytesRefSorterFSTCompletionBuilder. sorterFST construction require re-sorting the input.Methods in org.apache.lucene.search.suggest.fst with parameters of type BytesRefSorter Modifier and Type Method Description private FST<java.lang.Object>FSTCompletionBuilder. buildAutomaton(BytesRefSorter sorter)Builds the final automaton from a list of entries.Constructors in org.apache.lucene.search.suggest.fst with parameters of type BytesRefSorter Constructor Description FSTCompletionBuilder(int buckets, BytesRefSorter sorter, int shareMaxTailLength)Creates an FSTCompletion with the specified options.
-