1
0

field-names-field.asciidoc 352 B

123456789
  1. [[mapping-field-names-field]]
  2. === `_field_names`
  3. The `_field_names` field indexes the field names of a document, which can later
  4. be used to search for documents based on the fields that they contain typically
  5. using the `exists` and `missing` filters.
  6. `_field_names` is indexed by default for indices that have been created after
  7. Elasticsearch 1.3.0.