Skip to content

Commit 2cef7bf

Browse files
Loek van Gooljimczi
authored andcommitted
Update field-names-field.asciidoc (#24178)
fix typo in field name
1 parent 9f2ab67 commit 2cef7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contains any value other than `null`. This field is used by the
66
<<query-dsl-exists-query,`exists`>> query to find documents that
77
either have or don't have any non-+null+ value for a particular field.
88

9-
The value of the `_field_name` field is accessible in queries:
9+
The value of the `_field_names` field is accessible in queries:
1010

1111
[source,js]
1212
--------------------------
@@ -34,4 +34,4 @@ GET my_index/_search
3434
--------------------------
3535
// CONSOLE
3636

37-
<1> Querying on the `_field_names` field (also see the <<query-dsl-exists-query,`exists`>> query)
37+
<1> Querying on the `_field_names` field (also see the <<query-dsl-exists-query,`exists`>> query)

0 commit comments

Comments
 (0)