OpenSearch/docs/reference/aggregations/bucket
Jim Ferenczi c26d4ac6c1
Always return the after_key in composite aggregation response (#28358)
This change adds the `after_key` of a composite aggregation directly in the response.
It is redundant when all buckets are not filtered/removed by a pipeline aggregation since in this case the `after_key` is always the last bucket
in the response. Though when using a pipeline aggregation to filter composite buckets, the `after_key` can be lost if the last bucket is filtered.
This commit fixes this situation by always returning the `after_key` in a dedicated section.
2018-01-25 09:15:27 +01:00
..
adjacency-matrix-aggregation.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
children-aggregation.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
composite-aggregation.asciidoc Always return the after_key in composite aggregation response (#28358) 2018-01-25 09:15:27 +01:00
datehistogram-aggregation.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
daterange-aggregation.asciidoc Update aggs reference documentation for 'keyed' options (#23758) 2017-04-18 15:57:50 +02:00
diversified-sampler-aggregation.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
filter-aggregation.asciidoc Update filter-aggregation.asciidoc (#24138) 2017-04-17 18:46:13 -04:00
filters-aggregation.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
geodistance-aggregation.asciidoc Update aggs reference documentation for 'keyed' options (#23758) 2017-04-18 15:57:50 +02:00
geohashgrid-aggregation.asciidoc Support distance units in GeoHashGrid aggregation precision (#26291) 2017-08-21 17:29:28 +02:00
global-aggregation.asciidoc CONSOLE-ify global-aggregation.asciidoc 2017-01-20 14:36:51 -05:00
histogram-aggregation.asciidoc [DOC] Fix mathematical representation on interval (range) (#27450) 2017-11-21 17:06:26 +00:00
iprange-aggregation.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
missing-aggregation.asciidoc CONSOLEify some more aggregation docs 2017-05-16 17:25:24 -04:00
nested-aggregation.asciidoc fixing typo in nested-aggregation.asciidoc (#26481) 2017-09-04 06:42:44 +02:00
range-aggregation.asciidoc [Docs] Convert remaining code snippets in docs (#26422) 2017-08-30 12:11:10 +02:00
reverse-nested-aggregation.asciidoc [Doc] Fixs typo in reverse-nested-aggregation.asciidoc (#28348) 2018-01-24 17:54:02 +01:00
sampler-aggregation.asciidoc Update experimental labels in the docs (#25727) 2017-07-18 14:06:22 +02:00
significantterms-aggregation.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
significanttext-aggregation.asciidoc [Docs] Add note on limitation for significant_text with nested objects (#28052) 2018-01-03 16:28:23 +01:00
terms-aggregation.asciidoc Adds a note in the `terms` aggregation docs regarding pagination (#28360) 2018-01-25 08:59:41 +01:00