From dd6f9e10acdfd93904fa9d9720d0c25aedc98a18 Mon Sep 17 00:00:00 2001 From: Johannes Mahne Date: Wed, 9 Oct 2024 07:41:34 +0200 Subject: [PATCH] Update forcemerge.asciidoc As per request https://github.com/elastic/elasticsearch/pull/114315#issuecomment-2400521895 doing the PR on the main branch. --- docs/reference/indices/forcemerge.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/indices/forcemerge.asciidoc b/docs/reference/indices/forcemerge.asciidoc index 6eacaac5e7b2a..e1581a3cfa632 100644 --- a/docs/reference/indices/forcemerge.asciidoc +++ b/docs/reference/indices/forcemerge.asciidoc @@ -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.