From 6228b002c55a72dc73544deee346ef41de85ea4a Mon Sep 17 00:00:00 2001 From: ddddn Date: Wed, 24 Aug 2016 02:08:52 +0800 Subject: [PATCH] Update index_.asciidoc (#20125) --- docs/reference/docs/index_.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/index_.asciidoc b/docs/reference/docs/index_.asciidoc index eb9b4252193..57453b546ac 100644 --- a/docs/reference/docs/index_.asciidoc +++ b/docs/reference/docs/index_.asciidoc @@ -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.