Uses of Class
org.apache.lucene.util.bkd.BKDReader.IntersectState
-
Packages that use BKDReader.IntersectState Package Description org.apache.lucene.util.bkd -
-
Uses of BKDReader.IntersectState in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd that return BKDReader.IntersectState Modifier and Type Method Description BKDReader.IntersectStateBKDReader. getIntersectState(PointValues.IntersectVisitor visitor)Create a newBKDReader.IntersectStateMethods in org.apache.lucene.util.bkd with parameters of type BKDReader.IntersectState Modifier and Type Method Description voidBKDReader. visitLeafBlockValues(BKDReader.IndexTree index, BKDReader.IntersectState state)Visits all docIDs and packed values in a single leaf block
-