Class DocValuesProducer

java.lang.Object
org.apache.lucene.codecs.DocValuesProducer
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
EmptyDocValuesProducer, Lucene70DocValuesProducer, 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.
  • Constructor Details

    • DocValuesProducer

      protected DocValuesProducer()
      Sole constructor. (For invocation by subclass constructors, typically implicit.)
  • Method Details