Package | Description |
---|---|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Class and Description |
---|---|
class |
HeapPointWriter
Utility class to write new points into in-heap arrays.
|
class |
OfflinePointWriter
Writes points to disk in a fixed-with format.
|
Modifier and Type | Field and Description |
---|---|
(package private) PointWriter |
BKDWriter.PathSlice.writer |
Modifier and Type | Method and Description |
---|---|
(package private) PointWriter |
BKDWriter.getPointWriter(long count,
java.lang.String desc) |
private PointWriter |
BKDWriter.sort(int dim) |
Modifier and Type | Method and Description |
---|---|
long |
PointReader.split(long count,
LongBitSet rightTree,
PointWriter left,
PointWriter right,
boolean doClearBits)
Splits this reader into left and right partitions
|
long |
OfflinePointReader.split(long count,
LongBitSet rightTree,
PointWriter left,
PointWriter right,
boolean doClearBits) |
private java.lang.Error |
BKDWriter.verifyChecksum(java.lang.Throwable priorException,
PointWriter writer)
Called on exception, to check whether the checksum is also corrupt in this source, and add that
information (checksum matched or didn't) as a suppressed exception.
|
Constructor and Description |
---|
PathSlice(PointWriter writer,
long start,
long count) |