Explorar o código

Update nested-query.asciidoc

Added note that fields inside a nested query must be full qualified.
shadow000fire %!s(int64=11) %!d(string=hai) anos
pai
achega
1b45b216fd
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docs/reference/query-dsl/queries/nested-query.asciidoc

+ 3 - 1
docs/reference/query-dsl/queries/nested-query.asciidoc

@@ -47,7 +47,9 @@ And here is a sample nested query usage:
 
 The query `path` points to the nested object path, and the `query` (or
 `filter`) includes the query that will run on the nested docs matching
-the direct path, and joining with the root parent docs.
+the direct path, and joining with the root parent docs. Note that any
+fields referenced inside the query must use the complete path (fully 
+qualified).
 
 The `score_mode` allows to set how inner children matching affects
 scoring of parent. It defaults to `avg`, but can be `total`, `max` and