Skip to content

Commit 229e751

Browse files
authored
ignore_malformed does not work on TEXT fields.
elastic#12366
1 parent df04fc0 commit 229e751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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 datatypes>>
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)