File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/mapping/fields Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
77either 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)
You can’t perform that action at this time.
0 commit comments