diff --git a/docs/reference/index-modules.asciidoc b/docs/reference/index-modules.asciidoc index 78ede99ac62..46759537ce0 100644 --- a/docs/reference/index-modules.asciidoc +++ b/docs/reference/index-modules.asciidoc @@ -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]