Class: OpenSearch::DSL::Search::Aggregations::ReverseNested
- Inherits:
-
Object
- Object
- OpenSearch::DSL::Search::Aggregations::ReverseNested
- Includes:
- BaseAggregationComponent
- Defined in:
- lib/opensearch/dsl/search/aggregations/reverse_nested.rb
Overview
A single-bucket aggregation which allows to aggregate on “parent” documents from the nested documents
See the integration test for a full example.