Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Field and Description |
---|---|
(package private) BKDReader.IndexTree |
FloatPointNearestNeighbor.Cell.index |
Constructor and Description |
---|
Cell(BKDReader.IndexTree index,
int readerIndex,
byte[] minPacked,
byte[] maxPacked,
double distanceSquared) |
Modifier and Type | Field and Description |
---|---|
(package private) BKDReader.IndexTree |
NearestNeighbor.Cell.index |
Constructor and Description |
---|
Cell(BKDReader.IndexTree index,
int readerIndex,
byte[] minPacked,
byte[] maxPacked,
double distanceMeters) |
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,
int numDims,
int packedBytesLength,
int packedIndexBytesLength,
int maxPointsInLeafNode,
PointValues.IntersectVisitor visitor,
BKDReader.IndexTree indexVisitor) |