Docs: Mention we use DEFLATE for best_compression

Closes #13549
This commit is contained in:
Mark Walkom 2015-09-14 11:45:32 +10:00 committed by Clinton Gormley
parent 66cb36e9b3
commit fa56f1da79

View File

@ -71,7 +71,7 @@ Checking shards may take a lot of time on large indices.
[[index-codec]] `index.codec`::
experimental[] The `default` value compresses stored data with LZ4
compression, but this can be set to `best_compression` for a higher
compression, but this can be set to `best_compression` which uses https://en.wikipedia.org/wiki/DEFLATE[DEFLATE] for a higher
compression ratio, at the expense of slower stored fields performance.
[float]