Class ES94TSDBBestCompressionLucene104Codec

java.lang.Object
org.apache.lucene.codecs.Codec
org.apache.lucene.codecs.FilterCodec
org.elasticsearch.index.codec.tsdb.ES94TSDBBestCompressionLucene104Codec
All Implemented Interfaces:
org.apache.lucene.util.NamedSPILoader.NamedSPI

public class ES94TSDBBestCompressionLucene104Codec extends org.apache.lucene.codecs.FilterCodec
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

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

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
    Public no-arg constructor, needed for SPI loading at read-time.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.codecs.DocValuesFormat
     
    final org.apache.lucene.codecs.FieldInfosFormat
     
    org.apache.lucene.codecs.StoredFieldsFormat
     

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

    compoundFormat, knnVectorsFormat, liveDocsFormat, normsFormat, pointsFormat, postingsFormat, segmentInfoFormat, termVectorsFormat

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

    availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ES94TSDBBestCompressionLucene104Codec

      public ES94TSDBBestCompressionLucene104Codec()
      Public no-arg constructor, needed for SPI loading at read-time.
    • ES94TSDBBestCompressionLucene104Codec

      public ES94TSDBBestCompressionLucene104Codec(Elasticsearch93Lucene104Codec delegate)
  • Method Details

    • storedFieldsFormat

      public org.apache.lucene.codecs.StoredFieldsFormat storedFieldsFormat()
      Overrides:
      storedFieldsFormat in class org.apache.lucene.codecs.FilterCodec
    • docValuesFormat

      public org.apache.lucene.codecs.DocValuesFormat docValuesFormat()
      Overrides:
      docValuesFormat in class org.apache.lucene.codecs.FilterCodec
    • fieldInfosFormat

      public final org.apache.lucene.codecs.FieldInfosFormat fieldInfosFormat()
      Overrides:
      fieldInfosFormat in class org.apache.lucene.codecs.FilterCodec