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 @@ -104,7 +104,7 @@ PUT my_index/_doc/1
104104[[match-unmatch]]
105105==== `match` and `unmatch`
106106
107- The `match` parameter uses a pattern to match on the fieldname , while
107+ The `match` parameter uses a pattern to match on the field name , while
108108`unmatch` uses a pattern to exclude fields matched by `match`.
109109
110110The following example matches all `string` fields whose name starts with
@@ -248,7 +248,7 @@ PUT my_index/_doc/1
248248--------------------------------------------------
249249// CONSOLE
250250<1> The `english` field is mapped as a `string` field with the `english` analyzer.
251- <2> The `count` field is mapped as a `long` field with `doc_values` disabled
251+ <2> The `count` field is mapped as a `long` field with `doc_values` disabled.
252252
253253[[template-examples]]
254254==== Template examples
You can’t perform that action at this time.
0 commit comments