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 |
---|---|
BKDReader.IndexTree |
BKDReader.IntersectState.index |
Modifier and Type | Method and Description |
---|---|
BKDReader.IndexTree |
BKDReader.IndexTree.clone()
Clone, but you are not allowed to pop up past the point where the clone happened.
|
Modifier and Type | Method and Description |
---|---|
void |
BKDReader.visitLeafBlockValues(BKDReader.IndexTree index,
BKDReader.IntersectState state)
Visits all docIDs and packed values in a single leaf block
|
Constructor and Description |
---|
IntersectState(IndexInput in,
BKDConfig config,
PointValues.IntersectVisitor visitor,
BKDReader.IndexTree indexVisitor) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.