Class DeflateWithPresetDictCompressionMode


  • public final class DeflateWithPresetDictCompressionMode
    extends CompressionMode
    A compression mode that trades speed for compression ratio. Although compression and decompression might be slow, this compression mode should provide a good compression ratio. This mode might be interesting if/when your index size is much bigger than your OS cache.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.