We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df04fc0 commit 229e751Copy full SHA for 229e751
docs/reference/mapping/params/ignore-malformed.asciidoc
@@ -98,10 +98,11 @@ You can't use `ignore_malformed` with the following datatypes:
98
* <<nested, Nested datatype>>
99
* <<object, Object datatype>>
100
* <<range, Range datatypes>>
101
+* <<text, Text datatypes>>
102
103
You also can't use `ignore_malformed` to ignore JSON objects submitted to fields
104
of the wrong datatype. A JSON object is any data surrounded by curly brackets
105
`"{}"` and includes data mapped to the nested, object, and range datatypes.
106
107
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.
108
+and reject the entire document regardless of the `ignore_malformed` setting.
0 commit comments