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.IntersectStateSimpleTextBKDReader. getIntersectState(PointValues.IntersectVisitor visitor)Create a newSimpleTextBKDReader.IntersectStateMethods in org.apache.lucene.codecs.simpletext with parameters of type SimpleTextBKDReader.IntersectState Modifier and Type Method Description private voidSimpleTextBKDReader. addAll(SimpleTextBKDReader.IntersectState state, int nodeID)Fast path: this is called when the query box fully encompasses all cells under this node.private longSimpleTextBKDReader. estimatePointCount(SimpleTextBKDReader.IntersectState state, int nodeID, byte[] cellMinPacked, byte[] cellMaxPacked)private voidSimpleTextBKDReader. intersect(SimpleTextBKDReader.IntersectState state, int nodeID, byte[] cellMinPacked, byte[] cellMaxPacked)voidSimpleTextBKDReader. visitLeafBlockValues(int nodeID, SimpleTextBKDReader.IntersectState state)Visits all docIDs and packed values in a single leaf block
-