Module org.elasticsearch.server
Class TSDBSyntheticIdPostingsFormat
java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.elasticsearch.index.codec.tsdb.TSDBSyntheticIdPostingsFormat
- All Implemented Interfaces:
org.apache.lucene.util.NamedSPILoader.NamedSPI
public class TSDBSyntheticIdPostingsFormat
extends org.apache.lucene.codecs.PostingsFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.lucene.codecs.PostingsFormat
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.codecs.FieldsConsumerfieldsConsumer(org.apache.lucene.index.SegmentWriteState state) org.apache.lucene.codecs.FieldsProducerfieldsProducer(org.apache.lucene.index.SegmentReadState state) Methods inherited from class org.apache.lucene.codecs.PostingsFormat
availablePostingsFormats, forName, getName, reloadPostingsFormats, toString
-
Field Details
-
SYNTHETIC_ID
- See Also:
-
TIMESTAMP
- See Also:
-
TS_ID
- See Also:
-
TS_ROUTING_HASH
- See Also:
-
-
Constructor Details
-
TSDBSyntheticIdPostingsFormat
public TSDBSyntheticIdPostingsFormat()
-
-
Method Details
-
fieldsProducer
public org.apache.lucene.codecs.FieldsProducer fieldsProducer(org.apache.lucene.index.SegmentReadState state) throws IOException - Specified by:
fieldsProducerin classorg.apache.lucene.codecs.PostingsFormat- Throws:
IOException
-
fieldsConsumer
public org.apache.lucene.codecs.FieldsConsumer fieldsConsumer(org.apache.lucene.index.SegmentWriteState state) throws IOException - Specified by:
fieldsConsumerin classorg.apache.lucene.codecs.PostingsFormat- Throws:
IOException
-