File tree 1 file changed +2
-2
lines changed
docs/reference/mapping/dynamic 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
115
115
[[match-unmatch]]
116
116
==== `match` and `unmatch`
117
117
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
119
119
`unmatch` uses a pattern to exclude fields matched by `match`.
120
120
121
121
The following example matches all `string` fields whose name starts with
@@ -259,7 +259,7 @@ PUT my_index/_doc/1
259
259
--------------------------------------------------
260
260
// CONSOLE
261
261
<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.
263
263
264
264
[[template-examples]]
265
265
==== Template examples
You can’t perform that action at this time.
0 commit comments