Module org.elasticsearch.server
Class ES87TSDBDocValuesFormat
java.lang.Object
org.apache.lucene.codecs.DocValuesFormat
org.elasticsearch.index.codec.tsdb.ES87TSDBDocValuesFormat
- All Implemented Interfaces:
org.apache.lucene.util.NamedSPILoader.NamedSPI
public class ES87TSDBDocValuesFormat
extends org.apache.lucene.codecs.DocValuesFormat
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ES87TSDBDocValuesFormat(int skipIndexIntervalSize) Doc values fields format with specified skipIndexIntervalSize. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.codecs.DocValuesConsumerfieldsConsumer(org.apache.lucene.index.SegmentWriteState state) org.apache.lucene.codecs.DocValuesProducerfieldsProducer(org.apache.lucene.index.SegmentReadState state) Methods inherited from class org.apache.lucene.codecs.DocValuesFormat
availableDocValuesFormats, forName, getName, reloadDocValuesFormats, toString
-
Field Details
-
NUMERIC_BLOCK_SIZE
public static final int NUMERIC_BLOCK_SIZE- See Also:
-
-
Constructor Details
-
ES87TSDBDocValuesFormat
public ES87TSDBDocValuesFormat()Default constructor. -
ES87TSDBDocValuesFormat
public ES87TSDBDocValuesFormat(int skipIndexIntervalSize) Doc values fields format with specified skipIndexIntervalSize.
-
-
Method Details
-
fieldsConsumer
public org.apache.lucene.codecs.DocValuesConsumer fieldsConsumer(org.apache.lucene.index.SegmentWriteState state) throws IOException - Specified by:
fieldsConsumerin classorg.apache.lucene.codecs.DocValuesFormat- Throws:
IOException
-
fieldsProducer
public org.apache.lucene.codecs.DocValuesProducer fieldsProducer(org.apache.lucene.index.SegmentReadState state) throws IOException - Specified by:
fieldsProducerin classorg.apache.lucene.codecs.DocValuesFormat- Throws:
IOException
-