Skip to content

Commit

Permalink
Support of GeoJson Point for GeoPoint field (opensearch-project#4597)
Browse files Browse the repository at this point in the history
* Support of GeoJson Point for GeoPoint field

See opensearch-project/geospatial#152

Signed-off-by: Heemin Kim <[email protected]>

* Refactored code based on comments

Signed-off-by: Heemin Kim <[email protected]>

* Add unit tests for GeoJson support

Signed-off-by: Heemin Kim <[email protected]>

* Resolve comments

* Remove negation expression
* Ignore case for GeoJson Point type to be consistent with geo_shape parsing

Signed-off-by: Heemin Kim <[email protected]>

* Added yaml test for geopoint

Signed-off-by: Heemin Kim <[email protected]>

Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 authored and snuyanzin committed Oct 28, 2022
1 parent 7cf0de3 commit 7ec747f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Build no-jdk distributions as part of release build ([#4902](https://github.com/opensearch-project/OpenSearch/pull/4902))
- Use getParameterCount instead of getParameterTypes ([#4821](https://github.com/opensearch-project/OpenSearch/pull/4821))
- Renamed flaky tests ([#4912](https://github.com/opensearch-project/OpenSearch/pull/4912))
- Add support for GeoJson Point type in GeoPoint field ([#4597](https://github.com/opensearch-project/OpenSearch/pull/4597))

### Dependencies
- Bumps `log4j-core` from 2.18.0 to 2.19.0
Expand Down

0 comments on commit 7ec747f

Please sign in to comment.