| Package | Description |
|---|---|
| org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
| Modifier and Type | Field and Description |
|---|---|
private HeapPointWriter |
BKDWriter.heapPointWriter |
| Modifier and Type | Method and Description |
|---|---|
void |
HeapPointWriter.copyFrom(HeapPointWriter other) |
private void |
BKDWriter.sortHeapPointWriter(HeapPointWriter writer,
int dim)
Sort the heap writer by the specified dim
|