Skip to content

Commit

Permalink
[DOCS] Correct ignore_unmapped parm typo for nested query
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 10, 2019
1 parent d589dca commit 4ad081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/nested-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4ad081b

Please sign in to comment.