Package | Description |
---|---|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
SimpleTextBKDReader.IntersectState |
SimpleTextBKDReader.getIntersectState(PointValues.IntersectVisitor visitor)
Create a new
SimpleTextBKDReader.IntersectState |
Modifier and Type | Method and Description |
---|---|
private void |
SimpleTextBKDReader.addAll(SimpleTextBKDReader.IntersectState state,
int nodeID)
Fast path: this is called when the query box fully encompasses all cells under this node.
|
private long |
SimpleTextBKDReader.estimatePointCount(SimpleTextBKDReader.IntersectState state,
int nodeID,
byte[] cellMinPacked,
byte[] cellMaxPacked) |
private void |
SimpleTextBKDReader.intersect(SimpleTextBKDReader.IntersectState state,
int nodeID,
byte[] cellMinPacked,
byte[] cellMaxPacked) |
void |
SimpleTextBKDReader.visitLeafBlockValues(int nodeID,
SimpleTextBKDReader.IntersectState state)
Visits all docIDs and packed values in a single leaf block
|