Uses of Class
org.apache.lucene.search.suggest.fst.Sort
-
Packages that use Sort Package Description org.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of Sort in org.apache.lucene.search.suggest.fst
Constructors in org.apache.lucene.search.suggest.fst with parameters of type Sort Constructor Description ExternalRefSorter(Sort sort)
Will buffer all sequences to a temporary file and then sort (all on-disk).
-