Companion

object Companion

Properties

Link copied to clipboard

Maximum number of dimensions

Link copied to clipboard

Maximum number of index dimensions

Link copied to clipboard
const val MAX_NUM_BYTES: Int = 16

Maximum number of bytes for each dimension

Functions

Link copied to clipboard
fun getDocCount(reader: IndexReader, field: String): Int

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.

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
fun size(reader: IndexReader, field: String): Long

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.