[DOCS] Mention "all-fields" mode doesn't search across nested documents
This commit is contained in:
parent
d99d02ecc3
commit
17a2fffc9b
|
@ -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
|
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
|
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]
|
[float]
|
||||||
==== Multi Field
|
==== Multi Field
|
||||||
|
|
Loading…
Reference in New Issue