Class SortedDocValuesWriter

java.lang.Object
org.apache.lucene.index.DocValuesWriter<SortedDocValues>
org.apache.lucene.index.SortedDocValuesWriter

class SortedDocValuesWriter extends DocValuesWriter<SortedDocValues>
Buffers up pending byte[] per doc, deref and sorting via int ord, then flushes when segment flushes.