Browse Source

Merge pull request #14162 from GeorgiCodes/patch-2

minor fixes to doc
Clinton Gormley 10 years ago
parent
commit
bb8097a655
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/docs/index_.asciidoc

+ 2 - 2
docs/reference/docs/index_.asciidoc

@@ -41,7 +41,7 @@ The index operation is successful in the case `successful` is at least 1.
 
 NOTE:   Replica shards may not all be started when an indexing operation successfully returns (by default, a  quorum is
         required). In that case, `total` will be equal to the total shards based on the index replica settings and
-        `successful` will be equal to the number of shard started (primary plus replicas). As there were no failures,
+        `successful` will be equal to the number of shards started (primary plus replicas). As there were no failures,
         the `failed` will be 0.
 
 [float]
@@ -231,7 +231,7 @@ the `routing` parameter provided: "kimchy".
 When setting up explicit mapping, the `_routing` field can be optionally
 used to direct the index operation to extract the routing value from the
 document itself. This does come at the (very minimal) cost of an
-additional document parsing pass. If the `_routing` mapping is defined,
+additional document parsing pass. If the `_routing` mapping is defined
 and set to be `required`, the index operation will fail if no routing
 value is provided or extracted.