[DOCS] Mention "all-fields" mode doesn't search across nested documents

This commit is contained in:
Lee Hinman 2016-11-15 11:02:43 -07:00
parent d99d02ecc3
commit 17a2fffc9b
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ which field to search on. It defaults to `_all` field.
If the `_all` field is disabled, the `query_string` query will automatically
attempt to determine the existing fields in the index's mapping that are
queryable, and perform the search on those fields.
queryable, and perform the search on those fields. Note that this will not
include nested documents, use a nested query to search those documents.
[float]
==== Multi Field