Class DocValuesProducer

java.lang.Object
org.apache.lucene.codecs.DocValuesProducer
All Implemented Interfaces:
Closeable, AutoCloseable, Accountable
Direct Known Subclasses:
DirectDocValuesProducer, EmptyDocValuesProducer, Lucene70DocValuesProducer, Lucene80DocValuesProducer, PerFieldDocValuesFormat.FieldsReader, SegmentDocValuesProducer, SimpleTextDocValuesReader

public abstract class DocValuesProducer extends Object implements Closeable, Accountable
Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.