diff --git a/docs/reference/query-dsl/nested-query.asciidoc b/docs/reference/query-dsl/nested-query.asciidoc index 1acb8079ce89f..8ef8d32fec342 100644 --- a/docs/reference/query-dsl/nested-query.asciidoc +++ b/docs/reference/query-dsl/nested-query.asciidoc @@ -107,7 +107,7 @@ Add together the relevance scores of all matching child objects. (boolean) Indicates whether to ignore an unmapped `path` and not return any documents instead of an error. Defaults to `false`. -If `true`, {es} returns an error if the `path` is not a mapped field. +If `false`, {es} returns an error if the `path` is an unmapped field. You can use this parameter to query multiple indices that may not contain the field `path`.