Skip to content

Commit

Permalink
[Docs] Correct minor typos in templates.asciidoc (#31167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalbig authored and Christoph Büscher committed Jun 7, 2018
1 parent 458bca1 commit 749d390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/dynamic/templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ PUT my_index/_doc/1
[[match-unmatch]]
==== `match` and `unmatch`

The `match` parameter uses a pattern to match on the fieldname, while
The `match` parameter uses a pattern to match on the field name, while
`unmatch` uses a pattern to exclude fields matched by `match`.

The following example matches all `string` fields whose name starts with
Expand Down Expand Up @@ -259,7 +259,7 @@ PUT my_index/_doc/1
--------------------------------------------------
// CONSOLE
<1> The `english` field is mapped as a `string` field with the `english` analyzer.
<2> The `count` field is mapped as a `long` field with `doc_values` disabled
<2> The `count` field is mapped as a `long` field with `doc_values` disabled.

[[template-examples]]
==== Template examples
Expand Down

0 comments on commit 749d390

Please sign in to comment.