Skip to content

Commit

Permalink
[DOCS] Replace nested open block for Asciidoctor migration (elastic#4…
Browse files Browse the repository at this point in the history
…1168)

* [DOCS] Fix nested open blocks for Asciidoctor migration

* [DOCS] Reformat table to definitions
  • Loading branch information
jrodewig authored and Gurkan Kaymak committed May 27, 2019
1 parent 3408681 commit d6327b9
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions docs/reference/index-modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,17 @@ specific index module:
part of the cluster.

`index.shard.check_on_startup`::
+
--
Whether or not shards should be checked for corruption before opening. When
corruption is detected, it will prevent the shard from being opened. Accepts:

`false`::

(default) Don't check for corruption when opening a shard.

`checksum`::

Check for physical corruption.

`true`::

Check for both physical and logical corruption. This is much more
expensive in terms of CPU and memory usage.

WARNING: Expert only. Checking shards may take a lot of time on large indices.
--
Whether or not shards should be checked for corruption before opening. When
corruption is detected, it will prevent the shard from being opened.
Accepts:
`false`::: (default) Don't check for corruption when opening a shard.
`checksum`::: Check for physical corruption.
`true`::: Check for both physical and logical corruption. This is much more
expensive in terms of CPU and memory usage.
+
WARNING: Expert only. Checking shards may take a lot of time on large
indices.

[[index-codec]] `index.codec`::

Expand Down

0 comments on commit d6327b9

Please sign in to comment.