elasticsearch/docs/reference/aggregations/bucket
Ryan Ernst 3046656ab1
Scripting: Rework joda time backcompat (#33486)
This commit switches the joda time backcompat in scripting to use
augmentation over ZonedDateTime. The augmentation methods provide
compatibility with the missing methods between joda's DateTime and
java's ZonedDateTime. Due to getDayOfWeek returning an enum in the java
API, ZonedDateTime is wrapped so that the method can return int like the
joda time does. The java time api version is renamed to
getDayOfWeekEnum, which will be kept through 7.x for compatibility while
users switch back to getDayOfWeek once joda compatibility is removed.
2018-09-16 19:18:00 -07:00
..
adjacency-matrix-aggregation.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
autodatehistogram-aggregation.asciidoc Add interval response parameter to AutoDateInterval histogram (#33254) 2018-09-05 07:35:59 -04:00
children-aggregation.asciidoc Set maxScore for empty TopDocs to Nan rather than 0 (#32938) 2018-08-22 17:23:54 +02:00
composite-aggregation.asciidoc [Docs] Fix heading in composite-aggregation.asciidoc (#33627) 2018-09-12 16:56:03 +02:00
datehistogram-aggregation.asciidoc Scripting: Rework joda time backcompat (#33486) 2018-09-16 19:18:00 -07:00
daterange-aggregation.asciidoc Document and test date_range "missing" support (#28983) 2018-03-13 12:58:30 -07: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
filters-aggregation.asciidoc filters agg docs duplicated 'bucket' word removal (#30677) 2018-05-17 15:21:50 +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
histogram-aggregation.asciidoc [DOC] Fix mathematical representation on interval (range) (#27450) 2017-11-21 17:06:26 +00:00
iprange-aggregation.asciidoc Ensure that ip_range aggregations always return bucket keys. (#30701) 2018-05-24 08:55:14 -07: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] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
significanttext-aggregation.asciidoc Deprecate filtering on `_type`. (#29468) 2018-04-13 09:07:51 +02:00
terms-aggregation.asciidoc fix no=>not typo (#32463) 2018-07-31 13:33:23 +01:00