From e11d89256285c0afcd3545944c0107c757ad6832 Mon Sep 17 00:00:00 2001 From: Loek van Gool Date: Wed, 19 Apr 2017 11:57:37 +0200 Subject: [PATCH] Update field-names-field.asciidoc (#24178) fix typo in field name --- docs/reference/mapping/fields/field-names-field.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/mapping/fields/field-names-field.asciidoc b/docs/reference/mapping/fields/field-names-field.asciidoc index 815606fb7bd..45839ac55d9 100644 --- a/docs/reference/mapping/fields/field-names-field.asciidoc +++ b/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 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) \ No newline at end of file +<1> Querying on the `_field_names` field (also see the <> query)