Minor fix in Create Index desc (#22877)
This commit is contained in:
parent
e07e4cc4dd
commit
d80e05f4d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue