Class Lucene90DocValuesProducerWrapper

java.lang.Object
org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducerWrapper
All Implemented Interfaces:
Closeable, AutoCloseable

public class Lucene90DocValuesProducerWrapper extends Object implements Closeable
This class is a custom abstraction of the DocValuesProducer for the Star Tree index structure. It is responsible for providing access to various types of document values (numeric, binary, sorted, sorted numeric, and sorted set) for fields in the Star Tree index.
Opensearch.experimental:
  • Constructor Details Link icon

    • Lucene90DocValuesProducerWrapper Link icon

      public Lucene90DocValuesProducerWrapper(org.apache.lucene.index.SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) throws IOException
      Throws:
      IOException
  • Method Details Link icon

    • getLucene90DocValuesProducer Link icon

      public org.apache.lucene.codecs.DocValuesProducer getLucene90DocValuesProducer()
    • close Link icon

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException