Companion
object Companion
Properties
Functions
Link copied to clipboard
Return the cumulated number of docs that have points across all leaves of the given [ ]. Leaves that do not have points for the given field are ignored.
Link copied to clipboard
Return the maximum packed values across all leaves of the given IndexReader. Leaves that do not have points for the given field are ignored.
Link copied to clipboard
Return the minimum packed values across all leaves of the given IndexReader. Leaves that do not have points for the given field are ignored.
Link copied to clipboard
fun isEstimatedPointCountGreaterThanOrEqualTo(visitor: PointValues.IntersectVisitor, pointTree: PointValues.PointTree, upperBound: Long): Boolean
Estimate if the point count that would be matched by .intersect with the given [ ] is greater than or equal to the upperBound.
Link copied to clipboard
Return the cumulated number of points across all leaves of the given IndexReader. Leaves that do not have points for the given field are ignored.