OpenSearch/docs/reference/aggregations
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
..
bucket Scripting: Rework joda time backcompat (#33486) 2018-09-16 19:18:00 -07:00
matrix Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
metrics Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
pipeline [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
bucket.asciidoc Adds a new auto-interval date histogram (#28993) 2018-07-13 13:08:35 -04:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Add WeightedAvg metric aggregation (#31037) 2018-07-23 18:33:15 -04:00
misc.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
pipeline.asciidoc Add a MovingFunction pipeline aggregation, deprecate MovingAvg agg (#29594) 2018-05-16 10:57:00 -04:00