addSortedField

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

Writes pre-sorted binary docvalues for a field.

Parameters

field

field information

valuesProducer

produces the values and ordinals to write

Throws

IOException

if an I/O error occurred.