Uses of Class
org.apache.lucene.search.suggest.fst.Sort.SortInfo
-
Packages that use Sort.SortInfo Package Description org.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of Sort.SortInfo in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst that return Sort.SortInfo Modifier and Type Method Description Sort.SortInfoSort. sort(File input, File output)Sort input to output, explicit hint for the buffer size.
-