[DOCS] Correct `ignore_unmapped` parm typo for nested query

This commit is contained in:
James Rodewig 2019-07-10 10:07:49 -04:00
parent bb3e5351b5
commit 4cbd028960
1 changed files with 1 additions and 1 deletions

View File

@ -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`.