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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class org.apache.lucene.codecs.PostingsFormat

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.codecs.FieldsConsumer
    fieldsConsumer(org.apache.lucene.index.SegmentWriteState state)
     
    org.apache.lucene.codecs.FieldsProducer
    fieldsProducer(org.apache.lucene.index.SegmentReadState state)
     

    Methods inherited from class org.apache.lucene.codecs.PostingsFormat

    availablePostingsFormats, forName, getName, reloadPostingsFormats, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • 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:
      fieldsProducer in class org.apache.lucene.codecs.PostingsFormat
      Throws:
      IOException
    • fieldsConsumer

      public org.apache.lucene.codecs.FieldsConsumer fieldsConsumer(org.apache.lucene.index.SegmentWriteState state) throws IOException
      Specified by:
      fieldsConsumer in class org.apache.lucene.codecs.PostingsFormat
      Throws:
      IOException