Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Describe the issue :
Hi, I want to upgrade from OS 1.3 to OS 2.9 but with the commits below I see some aggregations moved out of the rest-high-level-client. Therefore my client code does not compile anymore. Is there still a way of using these aggs or are they simply removed?
opensearch-project:main
← navneet1v:main
opened 09:25PM - 09 Aug 22 UTC
### Description
Refactored the src and test of GeoHashGrid and GeoTileGrid Aggr… egations on GeoPoint from server folder to geo module.(#4071) (#4072)
The changes also include:
* Updated Search plugin to provide the interface so that plugins can also register the composite aggregations
* Added YAML test for the geo_grid, geo_tile and composite aggregation
Signed-off-by: Navneet Verma <navneev@amazon.com>
### Issues Resolved
(#4071) (#4072)
### Check List
- [X] New functionality includes testing.
- [X] All tests pass
- [X] New functionality has been documented.
- [X] New functionality has javadoc added
- [X] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
committed 07:56PM - 09 Aug 22 UTC
Refactors the GeoBoundsAggregation for geo_point types from the core server
to… the geo module.
Signed-off-by: Navneet Verma <navneev@amazon.com>
Configuration :
Relevant Logs or Screenshots :