We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb7086 commit c7e69caCopy full SHA for c7e69ca
docs/reference/aggregations/bucket/reverse-nested-aggregation.asciidoc
@@ -93,7 +93,7 @@ GET /issues/_search
93
// TEST[s/_search/_search\?filter_path=aggregations/]
94
95
As you can see above, the `reverse_nested` aggregation is put in to a `nested` aggregation as this is the only place
96
-in the dsl where the `reversed_nested` aggregation can be used. Its sole purpose is to join back to a parent doc higher
+in the dsl where the `reverse_nested` aggregation can be used. Its sole purpose is to join back to a parent doc higher
97
up in the nested structure.
98
99
<1> A `reverse_nested` aggregation that joins back to the root / main document level, because no `path` has been defined.
0 commit comments