Skip to content

Commit

Permalink
Update field-names-field.asciidoc (#24178)
Browse files Browse the repository at this point in the history
fix typo in field name
  • Loading branch information
Loek van Gool authored and jimczi committed Apr 19, 2017
1 parent 42d5136 commit 0c52e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/fields/field-names-field.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
--------------------------
Expand Down Expand Up @@ -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)

0 comments on commit 0c52e96

Please sign in to comment.