Skip to content

Commit

Permalink
[Doc] Fixs typo in reverse-nested-aggregation.asciidoc (#28348)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorosmarco authored and Christoph Büscher committed Jan 24, 2018
1 parent 2eede9b commit 090ac3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GET /issues/_search
// TEST[s/_search/_search\?filter_path=aggregations/]

As you can see above, the `reverse_nested` aggregation is put in to a `nested` aggregation as this is the only place
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
up in the nested structure.

<1> A `reverse_nested` aggregation that joins back to the root / main document level, because no `path` has been defined.
Expand Down

0 comments on commit 090ac3c

Please sign in to comment.