elasticsearch/docs/reference/mapping
Adrien Grand 7358946bda
Add a new _ignored meta field. (#29658)
This adds a new `_ignored` meta field which indexes and stores fields that have
been ignored at index time because of the `ignore_malformed` option. It makes
malformed documents easier to identify by using `exists` or `term(s)` queries
on the `_ignored` field.

Closes #29494
2018-05-02 10:47:02 +02:00
..
dynamic Reject updates to the _default_ mapping. (#29165) 2018-03-21 10:44:11 +01:00
fields Add a new _ignored meta field. (#29658) 2018-05-02 10:47:02 +02:00
params Add a new _ignored meta field. (#29658) 2018-05-02 10:47:02 +02:00
types Remove reference to not_analyzed. 2018-04-25 15:00:53 +02:00
dynamic-mapping.asciidoc Reject updates to the _default_ mapping. (#29165) 2018-03-21 10:44:11 +01:00
fields.asciidoc Add a new _ignored meta field. (#29658) 2018-05-02 10:47:02 +02:00
params.asciidoc Reorganize docs of global ordinals. (#24982) 2017-06-01 16:47:44 +02:00
removal_of_types.asciidoc Update plan for the removal of mapping types. (#29586) 2018-04-19 15:09:14 +02:00
types.asciidoc [Docs] Correct link target for datatype murmur3 (#27143) 2017-10-30 09:31:55 +01:00