Class 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 Detail

      • DocValuesProducer

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