Update index-modules.asciidoc

Removed the experimental label from `index.code`

Closes #16644
This commit is contained in:
Clinton Gormley 2016-02-15 13:33:23 +01:00
parent 5f489b99bf
commit 96dba26d9d

View File

@ -70,7 +70,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
The +default+ value compresses stored data with LZ4
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.