elasticsearch/docs/reference/aggregations
Nik Everett 326d696d9a
Support offset in composite aggs (#50609)
Adds support for the `offset` parameter to the `date_histogram` source
of composite aggs. The `offset` parameter is supported by the normal
`date_histogram` aggregation and is useful for folks that need to
measure things from, say, 6am one day to 6am the next day.

This is implemented by creating a new `Rounding` that knows how to
handle offsets and delegates to other rounding implementations. That
implementation doesn't fully implement the `Rounding` contract, namely
`nextRoundingValue`. That method isn't used by composite aggs so I can't
be sure that any implementation that I add will be correct. I propose to
leave it throwing `UnsupportedOperationException` until I need it.

Closes #48757
2020-01-07 14:49:09 -05:00
..
bucket Support offset in composite aggs (#50609) 2020-01-07 14:49:09 -05:00
matrix [DOCS] IDs for doc snippets (#49008) 2019-11-25 15:30:00 +01:00
metrics [DOCS] Warn about using geo_centroid as sub-agg to geohash_grid (#50038) 2020-01-06 07:45:49 -06:00
pipeline [DOCS] Fix typo in bucket sum aggregation docs (#50431) 2019-12-20 08:47:24 -05:00
bucket.asciidoc Documentation notes for Range field histograms (#46890) 2019-10-01 10:46:04 -04:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Implement stats aggregation for string terms (#47468) 2019-11-14 16:07:54 +02:00
misc.asciidoc [DOCS] IDs for doc snippets (#49008) 2019-11-25 15:30:00 +01:00
pipeline.asciidoc [DOCS] IDs for doc snippets (#49008) 2019-11-25 15:30:00 +01:00