Minor fix in Create Index desc (#22877)

This commit is contained in:
Shubham Aggarwal 2017-01-31 17:22:39 +05:30 committed by Clinton Gormley
parent e07e4cc4dd
commit d80e05f4d2
1 changed files with 1 additions and 1 deletions

View File

@ -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