You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased] - TBD
9
+
10
+
## Changed
11
+
12
+
- Deprecated `grid_geohex_frequency`, `grid_geohash_frequency`, and
13
+
`grid_geotile_frequency` aggregations in favor of new `centroid_geohash_grid_frequency`,
14
+
`centroid_geohex_grid_frequency`, and `centroid_geotile_grid_frequency` aggregations
15
+
16
+
## Added
17
+
18
+
- Added `geometry_geohash_grid_frequency` and `geometry_geotile_grid_frequency` that
19
+
aggregate over the geometry of each Item rather than the centroid. Note that the geohex aggregation `geometry_geohex_grid_frequency` is **not** implemented, as OpenSearch 2.11
20
+
does not yet support geohex_grid aggregations over geo_shape fields.
0 commit comments