Class LZ4WithPresetCompressingCodec

All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class LZ4WithPresetCompressingCodec extends CompressingCodec
CompressionCodec that uses LZ4WithPresetDictCompressionMode.
  • Constructor Details

    • LZ4WithPresetCompressingCodec

      public LZ4WithPresetCompressingCodec(int chunkSize, int maxDocsPerChunk, boolean withSegmentSuffix, int blockSize)
      Constructor that allows to configure the chunk size.
    • LZ4WithPresetCompressingCodec

      public LZ4WithPresetCompressingCodec()
      No-arg constructor.