File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/mapping/dynamic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ PUT my_index/_doc/1
115115[[match-unmatch]]
116116==== `match` and `unmatch`
117117
118- The `match` parameter uses a pattern to match on the fieldname , while
118+ The `match` parameter uses a pattern to match on the field name , while
119119`unmatch` uses a pattern to exclude fields matched by `match`.
120120
121121The following example matches all `string` fields whose name starts with
@@ -259,7 +259,7 @@ PUT my_index/_doc/1
259259--------------------------------------------------
260260// CONSOLE
261261<1> The `english` field is mapped as a `string` field with the `english` analyzer.
262- <2> The `count` field is mapped as a `long` field with `doc_values` disabled
262+ <2> The `count` field is mapped as a `long` field with `doc_values` disabled.
263263
264264[[template-examples]]
265265==== Template examples
You can’t perform that action at this time.
0 commit comments