Skip to content

Commit e18d7c6

Browse files
authored
Update ignore-malformed.asciidoc
elastic#12366
1 parent df04fc0 commit e18d7c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,11 @@ You can't use `ignore_malformed` with the following datatypes:
9898
* <<nested, Nested datatype>>
9999
* <<object, Object datatype>>
100100
* <<range, Range datatypes>>
101+
* <<text, Text datatype>>
101102

102103
You also can't use `ignore_malformed` to ignore JSON objects submitted to fields
103104
of the wrong datatype. A JSON object is any data surrounded by curly brackets
104105
`"{}"` and includes data mapped to the nested, object, and range datatypes.
105106

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

0 commit comments

Comments
 (0)