field-names-field.asciidoc 367 B

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