Update field-names-field.asciidoc (#24178)

fix typo in field name
This commit is contained in:
Loek van Gool 2017-04-19 11:57:37 +02:00 committed by Jim Ferenczi
parent 8758c541b3
commit e11d892562
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ contains any value other than `null`. This field is used by the
<<query-dsl-exists-query,`exists`>> query to find documents that
either have or don't have any non-+null+ value for a particular field.
The value of the `_field_name` field is accessible in queries:
The value of the `_field_names` field is accessible in queries:
[source,js]
--------------------------
@ -34,4 +34,4 @@ GET my_index/_search
--------------------------
// CONSOLE
<1> Querying on the `_field_names` field (also see the <<query-dsl-exists-query,`exists`>> query)
<1> Querying on the `_field_names` field (also see the <<query-dsl-exists-query,`exists`>> query)