|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.suggest.fst.Sort.BufferSize
public static final class Sort.BufferSize
A bit more descriptive unit for constructors.
automatic(),
megabytes(long)| Method Summary | |
|---|---|
static Sort.BufferSize |
automatic()
Approximately half of the currently available free heap, but no less than Sort.ABSOLUTE_MIN_SORT_BUFFER_SIZE. |
static Sort.BufferSize |
megabytes(long mb)
Creates a Sort.BufferSize in MB. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Sort.BufferSize megabytes(long mb)
Sort.BufferSize in MB. The given
values must be $gt; 0 and < 2048.
public static Sort.BufferSize automatic()
Sort.ABSOLUTE_MIN_SORT_BUFFER_SIZE. However if current heap allocation
is insufficient or if there is a large portion of unallocated heap-space available
for sorting consult with max allowed heap size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||