Closed
Description
Proposal
Support GeoJSON's Point
type.
Existing Support
geo_point
currently supports the following formats
"POINT(0 0)"
, WKT{ "lat": 0, "lon": 0}
, lat/lon object[0, 0]
, [lon, lat] array"0, 0"
, (lat, lon) string"gbsuv"
, geohash
Reason
Adding support for GeoJSON would make it easier to index the same field value as both geo_point and geo_shape when GeoJSON is preferred over WKT.