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
|
@ -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…
Reference in New Issue