Skip to content

Commit

Permalink
Merge pull request #13748 from bcoughlin/patch-1
Browse files Browse the repository at this point in the history
Update put-mapping.asciidoc
  • Loading branch information
clintongormley committed Sep 25, 2015
2 parents c4d8fdf + 4579aaa commit 78fe7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/indices/put-mapping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ PUT my_index/_mapping/type_one?update_all_types <3>
-----------------------------------
// AUTOSENSE
<1> Create an index with two types, both of which contain a `text` field which have the same mapping.
<2> Tring to update the `search_analyzer` just for `type_one` throws an exception like `"Merge failed with failures..."`.
<2> Trying to update the `search_analyzer` just for `type_one` throws an exception like `"Merge failed with failures..."`.
<3> Adding the `update_all_types` parameter updates the `text` field in `type_one` and `type_two`.


0 comments on commit 78fe7be

Please sign in to comment.