From d80e05f4d2468c0bca64a78041a509bb4be0e71a Mon Sep 17 00:00:00 2001 From: Shubham Aggarwal Date: Tue, 31 Jan 2017 17:22:39 +0530 Subject: [PATCH] Minor fix in Create Index desc (#22877) --- docs/reference/indices/create-index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/indices/create-index.asciidoc b/docs/reference/indices/create-index.asciidoc index a04fe0ca3f6..11f3dac9567 100644 --- a/docs/reference/indices/create-index.asciidoc +++ b/docs/reference/indices/create-index.asciidoc @@ -135,7 +135,7 @@ what happened: // TESTRESPONSE `acknowledged` indicates whether the index was successfully created in the cluster, while -`shards_acknowledged` indices whether the requisite number of shard copies were started for +`shards_acknowledged` indicates whether the requisite number of shard copies were started for each shard in the index before timing out. Note that it is still possible for either `acknowledged` or `shards_acknowledged` to be `false`, but the index creation was successful. These values simply indicate whether the operation completed before the timeout. If