| Package | Description |
|---|---|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static OfflineSorter.BufferSize |
OfflineSorter.BufferSize.automatic()
Approximately half of the currently available free heap, but no less
than
OfflineSorter.ABSOLUTE_MIN_SORT_BUFFER_SIZE. |
static OfflineSorter.BufferSize |
OfflineSorter.BufferSize.megabytes(long mb)
Creates a
OfflineSorter.BufferSize in MB. |
| Constructor and Description |
|---|
OfflineSorter(Comparator<BytesRef> comparator,
OfflineSorter.BufferSize ramBufferSize,
Path tempDirectory,
int maxTempfiles)
All-details constructor.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.