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