OpenSearch/docs/reference/mapping/fields/field-names-field.asciidoc
Ryan Ernst e29492ce94 Docs: Cleanup meta field docs
Meta fields were locked down to not allow exotic options to the
underlying field types in #8143. This change fixes the docs
to no longer refer to the old settings.

closes #10879
2015-05-07 11:26:49 -07:00

7 lines
252 B
Plaintext

[[mapping-field-names-field]]
=== `_field_names`
The `_field_names` field indexes the field names of a document, which can later
be used to search for documents based on the fields that they contain typically
using the `exists` and `missing` filters.