WARNING: Version 1.6 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
_field_names
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
_field_names
editThe _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.
_field_names
is indexed by default for indices that have been created after
Elasticsearch 1.3.0.
Was this helpful?
Thank you for your feedback.