Class Lucene90DocValuesProducerWrapper
java.lang.Object
org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducerWrapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
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 Summary
ConstructorDescriptionLucene90DocValuesProducerWrapper
(org.apache.lucene.index.SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) -
Method Summary
-
Constructor Details
-
Lucene90DocValuesProducerWrapper
public Lucene90DocValuesProducerWrapper(org.apache.lucene.index.SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) throws IOException - Throws:
IOException
-
-
Method Details
-
getLucene90DocValuesProducer
public org.apache.lucene.codecs.DocValuesProducer getLucene90DocValuesProducer() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-