getValues

abstract fun getValues(ctx: LeafReaderContext, scores: DoubleValues?): LongValues

Returns a LongValues instance for the passed-in LeafReaderContext and scores

If scores are not needed to calculate the values (ie .needsScores, callers may safely pass null for the scores parameter.