Skip to content

Commit 6718ce0

Browse files
junmuzjrodewig
authored andcommitted
[DOCS] Correct typo in ignore_malformed mapping parm docs (#50780)
1 parent 609b015 commit 6718ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/params/ignore-malformed.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Malformed fields are silently ignored at indexing time when `ignore_malformed`
9595
is turned on. Whenever possible it is recommended to keep the number of
9696
documents that have a malformed field contained, or queries on this field will
9797
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
9999
<<mapping-ignored-field,`_ignored`>> field.
100100

101101
[[json-object-limits]]
@@ -111,4 +111,4 @@ of the wrong datatype. A JSON object is any data surrounded by curly brackets
111111
`"{}"` and includes data mapped to the nested, object, and range datatypes.
112112

113113
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.

0 commit comments

Comments
 (0)