|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sort.BufferSize | |
|---|---|
| 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 | |
|---|---|
static Sort.BufferSize |
Sort.BufferSize.automatic()
Approximately half of the currently available free heap, but no less than Sort.ABSOLUTE_MIN_SORT_BUFFER_SIZE. |
static Sort.BufferSize |
Sort.BufferSize.megabytes(long mb)
Creates a Sort.BufferSize in MB. |
| Constructors in org.apache.lucene.search.suggest.fst with parameters of type Sort.BufferSize | |
|---|---|
Sort(Comparator<org.apache.lucene.util.BytesRef> comparator,
Sort.BufferSize ramBufferSize,
File tempDirectory,
int maxTempfiles)
All-details constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||