Browse Source

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

fix typo in field name
Loek van Gool 8 years ago
parent
commit
e11d892562
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/mapping/fields/field-names-field.asciidoc

+ 2 - 2
docs/reference/mapping/fields/field-names-field.asciidoc

@@ -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)