-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add after_key to CompositeAggregation response #3322
Comments
Mpdreamz
added a commit
that referenced
this issue
Aug 13, 2018
russcam
pushed a commit
that referenced
this issue
Aug 20, 2018
#3367) Fix #3317 and #3322 add after_key support to composite aggregation result and allow format to be set for date histogram composite source Introduce CompositeBucketAggregate derived from MultiBucketAggregate<CompositeBucket> to introduce AfterKey property. Bump dotnet-xunit .NET tool to official release
Closing this as #3367 has been merged into 6.3 |
Mpdreamz
added a commit
that referenced
this issue
Sep 3, 2018
#3367) Fix #3317 and #3322 add after_key support to composite aggregation result and allow format to be set for date histogram composite source Introduce CompositeBucketAggregate derived from MultiBucketAggregate<CompositeBucket> to introduce AfterKey property. Bump dotnet-xunit .NET tool to official release
Mpdreamz
added a commit
that referenced
this issue
Sep 3, 2018
#3367) Fix #3317 and #3322 add after_key support to composite aggregation result and allow format to be set for date histogram composite source Introduce CompositeBucketAggregate derived from MultiBucketAggregate<CompositeBucket> to introduce AfterKey property. Bump dotnet-xunit .NET tool to official release
Mpdreamz
added a commit
that referenced
this issue
Sep 6, 2018
#3367) Fix #3317 and #3322 add after_key support to composite aggregation result and allow format to be set for date histogram composite source Introduce CompositeBucketAggregate derived from MultiBucketAggregate<CompositeBucket> to introduce AfterKey property. Bump dotnet-xunit .NET tool to official release (cherry picked from commit 69775d6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates: elastic/elasticsearch#28358
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html#_after
Add the
after_key
to the response of a Composite Aggregation. Including this will need to be done in backwards binary compatible fashion e.g. deriving a new type fromMultiBucketAggregate<CompositeBucket>
?The text was updated successfully, but these errors were encountered: