Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
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(Directory dir,
String tempFileNamePrefix,
Comparator<BytesRef> comparator,
OfflineSorter.BufferSize ramBufferSize,
int maxTempfiles,
int valueLength,
ExecutorService exec,
int maxPartitionsInRAM)
All-details constructor.
|
Modifier and Type | Field and Description |
---|---|
protected OfflineSorter.BufferSize |
BKDWriter.offlineSorterBufferMB
How much heap OfflineSorter is allowed to use
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.