mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Docs: index.codec is static, not dynamic
The `index.codec` setting can only be set on a closed index, not dynamically
This commit is contained in:
parent
f0b7fa2f31
commit
1ee6ea9247
@ -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.
|
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]
|
[float]
|
||||||
[[dynamic-index-settings]]
|
[[dynamic-index-settings]]
|
||||||
=== 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
|
index visible to search. Defaults to `1s`. Can be set to `-1` to disable
|
||||||
refresh.
|
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`::
|
`index.blocks.read_only`::
|
||||||
|
|
||||||
Set to `true` to make the index and index metadata read only, `false` to
|
Set to `true` to make the index and index metadata read only, `false` to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user