getNumericDocValues

open override fun getNumericDocValues(field: String): NumericDocValues?

Returns NumericDocValues for this field, or null if no numeric doc values were indexed for this field. The returned instance should only be used by a single thread.