addSortedSetField

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

Writes pre-sorted set docvalues for a field

Parameters

field

field information

valuesProducer

produces the values to write

Throws

IOException

if an I/O error occurred.