Class DocValuesProducer

java.lang.Object
org.apache.lucene.codecs.DocValuesProducer
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
EmptyDocValuesProducer

public abstract class DocValuesProducer extends Object implements Closeable
Abstract API that produces numeric, binary, sorted, sortedset, and sortednumeric docvalues.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • DocValuesProducer

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