mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Docs: Fix misnamed setting
The settings is `index.merge.policy.reclaim_deletes_weight` not `index.reclaim_deletes_weight`. Closes #7676
This commit is contained in:
parent
6849fd0378
commit
2bc58d5f77
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ This policy has the following settings:
|
||||||
>= than the `max_merge_at_once` otherwise you'll force too many merges to
|
>= than the `max_merge_at_once` otherwise you'll force too many merges to
|
||||||
occur.
|
occur.
|
||||||
|
|
||||||
`index.reclaim_deletes_weight`::
|
`index.merge.policy.reclaim_deletes_weight`::
|
||||||
|
|
||||||
Controls how aggressively merges that reclaim more deletions are favored.
|
Controls how aggressively merges that reclaim more deletions are favored.
|
||||||
Higher values favor selecting merges that reclaim deletions. A value of
|
Higher values favor selecting merges that reclaim deletions. A value of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue