File tree 1 file changed +2
-2
lines changed
docs/reference/mapping/params
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Malformed fields are silently ignored at indexing time when `ignore_malformed`
95
95
is turned on. Whenever possible it is recommended to keep the number of
96
96
documents that have a malformed field contained, or queries on this field will
97
97
become meaningless. Elasticsearch makes it easy to check how many documents
98
- have malformed fields by using `exist` or `term ` queries on the special
98
+ have malformed fields by using `exists`,`term` or `terms ` queries on the special
99
99
<<mapping-ignored-field,`_ignored`>> field.
100
100
101
101
[[json-object-limits]]
@@ -111,4 +111,4 @@ of the wrong datatype. A JSON object is any data surrounded by curly brackets
111
111
`"{}"` and includes data mapped to the nested, object, and range datatypes.
112
112
113
113
If you submit a JSON object to an unsupported field, {es} will return an error
114
- and reject the entire document regardless of the `ignore_malformed` setting.
114
+ and reject the entire document regardless of the `ignore_malformed` setting.
You can’t perform that action at this time.
0 commit comments