We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5790bbf commit 314b55eCopy full SHA for 314b55e
docs/reference/mapping/fields/ignored-field.asciidoc
@@ -2,8 +2,10 @@
2
=== `_ignored` field
3
4
The `_ignored` field indexes and stores the names of every field in a document
5
-that has been ignored because it was malformed and
6
-<<ignore-malformed,`ignore_malformed`>> was turned on.
+that has been ignored when the document was indexed. This can, for example,
+be the case when the field was malformed and <<ignore-malformed,`ignore_malformed`>>
7
+was turned on, or when a `keyword` fields value exceeds its optional
8
+<<ignore-above,`ignore_above`>> setting.
9
10
This field is searchable with <<query-dsl-term-query,`term`>>,
11
<<query-dsl-terms-query,`terms`>> and <<query-dsl-exists-query,`exists`>>
0 commit comments