Uses of Class
org.apache.lucene.codecs.simpletext.SimpleTextBKDReader.IntersectState
Packages that use SimpleTextBKDReader.IntersectState
Package
Description
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.IntersectStateModifier and TypeMethodDescriptionSimpleTextBKDReader.getIntersectState(PointValues.IntersectVisitor visitor) Create a newSimpleTextBKDReader.IntersectStateMethods in org.apache.lucene.codecs.simpletext with parameters of type SimpleTextBKDReader.IntersectStateModifier and TypeMethodDescriptionprivate 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