Uses of Class
org.apache.lucene.search.suggest.fst.Sort.BufferSize
-
Packages that use Sort.BufferSize Package Description org.apache.lucene.search.suggest.fst Finite-state based autosuggest. -
-
Uses of Sort.BufferSize in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst that return Sort.BufferSize Modifier and Type Method Description static Sort.BufferSizeSort.BufferSize. automatic()Approximately half of the currently available free heap, but no less thanSort.ABSOLUTE_MIN_SORT_BUFFER_SIZE.static Sort.BufferSizeSort.BufferSize. megabytes(long mb)Creates aSort.BufferSizein MB.Constructors in org.apache.lucene.search.suggest.fst with parameters of type Sort.BufferSize Constructor Description Sort(Comparator<org.apache.lucene.util.BytesRef> comparator, Sort.BufferSize ramBufferSize, File tempDirectory, int maxTempfiles)All-details constructor.
-