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 | Method and Description |
---|---|
long |
OfflinePointReader.split(long count,
LongBitSet rightTree,
PointWriter left,
PointWriter right,
boolean doClearBits) |
long |
PointReader.split(long count,
LongBitSet rightTree,
PointWriter left,
PointWriter right,
boolean doClearBits)
Splits this reader into left and right partitions
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.