Skip to content

Commit

Permalink
[DOCS] Correct typo in ignore_malformed mapping parm docs (#50780)
Browse files Browse the repository at this point in the history
  • Loading branch information
junmuz authored and jrodewig committed Jan 13, 2020
1 parent a051321 commit 06cec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/params/ignore-malformed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Malformed fields are silently ignored at indexing time when `ignore_malformed`
is turned on. Whenever possible it is recommended to keep the number of
documents that have a malformed field contained, or queries on this field will
become meaningless. Elasticsearch makes it easy to check how many documents
have malformed fields by using `exist` or `term` queries on the special
have malformed fields by using `exists`,`term` or `terms` queries on the special
<<mapping-ignored-field,`_ignored`>> field.

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

If you submit a JSON object to an unsupported field, {es} will return an error
and reject the entire document regardless of the `ignore_malformed` setting.
and reject the entire document regardless of the `ignore_malformed` setting.

0 comments on commit 06cec76

Please sign in to comment.