From 1ee6ea92479698e06b67ba498781efd7f951e4cc Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Tue, 1 Sep 2015 11:49:26 +0200 Subject: [PATCH] Docs: index.codec is static, not dynamic The `index.codec` setting can only be set on a closed index, not dynamically --- docs/reference/index-modules.asciidoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/index-modules.asciidoc b/docs/reference/index-modules.asciidoc index 7d2a5ab03db..3a1c2de1385 100644 --- a/docs/reference/index-modules.asciidoc +++ b/docs/reference/index-modules.asciidoc @@ -68,6 +68,12 @@ corruption is detected, it will prevent the shard from being opened. Accepts: 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 ratio, at the expense of slower stored fields performance. + [float] [[dynamic-index-settings]] === Dynamic index settings @@ -92,12 +98,6 @@ specific index module: index visible to search. Defaults to `1s`. Can be set to `-1` to disable refresh. -[[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 ratio, at the expense of slower stored fields performance. - `index.blocks.read_only`:: Set to `true` to make the index and index metadata read only, `false` to