Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/indices/forcemerge.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ documents can't be backed up incrementally.
===== Blocks during a force merge

Calls to this API block until the merge is complete (unless request contains
wait_for_completion=false, which is default true). If the client connection
`wait_for_completion=false`, which is default `true`). If the client connection
is lost before completion then the force merge process will continue in the
background. Any new requests to force merge the same indices will also block
until the ongoing force merge is complete.
Expand Down
Loading