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.BufferSize
Sort.BufferSize. automatic()
Approximately half of the currently available free heap, but no less thanSort.ABSOLUTE_MIN_SORT_BUFFER_SIZE
.static Sort.BufferSize
Sort.BufferSize. megabytes(long mb)
Creates aSort.BufferSize
in MB.Constructors in org.apache.lucene.search.suggest.fst with parameters of type Sort.BufferSize Constructor Description Sort(Comparator<BytesRef> comparator, Sort.BufferSize ramBufferSize, File tempDirectory, int maxTempfiles)
All-details constructor.
-