Update index_.asciidoc (#20125)

This commit is contained in:
ddddn 2016-08-24 02:08:52 +08:00 committed by Clinton Gormley
parent 5b34bec92a
commit 6228b002c5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The `_shards` header provides information about the replication process of the i
* `total` - Indicates to how many shard copies (primary and replica shards) the index operation should be executed on.
* `successful`- Indicates the number of shard copies the index operation succeeded on.
* `failures` - An array that contains replication related errors in the case an index operation failed on a replica shard.
* `failed` - An array that contains replication related errors in the case an index operation failed on a replica shard.
The index operation is successful in the case `successful` is at least 1.