Class DocValuesProducer

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

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