Package | Description |
---|---|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Method and Description |
---|---|
PointValue |
HeapPointWriter.getPackedValueSlice(int index)
Returns a reference, in
result , to the byte[] slice holding this value |
PointValue |
OfflinePointReader.pointValue() |
PointValue |
HeapPointReader.pointValue() |
PointValue |
PointReader.pointValue()
Sets the packed value in the provided ByteRef
|
Modifier and Type | Method and Description |
---|---|
void |
OfflinePointWriter.append(PointValue pointValue) |
void |
PointWriter.append(PointValue pointValue)
Add a new point from a
PointValue |
void |
HeapPointWriter.append(PointValue pointValue) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.