You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe alternatives you've considered
Currently using the non-fluent API. I was a bit confused initially by the method taking a ICollection<IDictionary<string, CompositeAggregationSource>> parameter.
Is your feature request related to a problem? Please describe.
There doesn't seem to be a fluent API to define composite aggregation sources.
Describe the solution you'd like
I'd like an API similar to
.MultiTerms(...)
.Describe alternatives you've considered
Currently using the non-fluent API. I was a bit confused initially by the method taking a
ICollection<IDictionary<string, CompositeAggregationSource>>
parameter.Additional context
I'm using a composite aggregation because I need to stream all buckets.
The example at #7822 (comment) was quite helpful.
The text was updated successfully, but these errors were encountered: