Uses of Class
org.apache.lucene.codecs.simpletext.SimpleTextBKDReader.IntersectState
-
Packages that use SimpleTextBKDReader.IntersectState Package Description org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
Uses of SimpleTextBKDReader.IntersectState in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return SimpleTextBKDReader.IntersectState Modifier and Type Method Description SimpleTextBKDReader.IntersectState
SimpleTextBKDReader. getIntersectState(PointValues.IntersectVisitor visitor)
Create a newSimpleTextBKDReader.IntersectState
Methods in org.apache.lucene.codecs.simpletext with parameters of type SimpleTextBKDReader.IntersectState Modifier and Type Method 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
-