addSortedNumericField

abstract fun addSortedNumericField(field: FieldInfo, valuesProducer: DocValuesProducer)

Writes pre-sorted numeric docvalues for a field

Parameters

field

field information

valuesProducer

produces the values to write

Throws

IOException

if an I/O error occurred.