OpenSearch/docs/reference/mapping/fields
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
..
field-names-field.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
id-field.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
ignored-field.asciidoc Add a new `_ignored` meta field. (#29658) 2018-05-02 10:47:02 +02:00
index-field.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
meta-field.asciidoc Remove usage of multi-types from the docs and added a page explaining type removal (#25543) 2017-07-05 12:30:19 +02:00
routing-field.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
source-field.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
type-field.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00