mongo-connector
mongo-connector copied to clipboard
Geo spacial index doesnot converted to geo_point type?
Hi all I have been wondering how to convert the geo spacial index to elasticsearch?
property_location:{ type:"Point", coordinates:{ 88.30, 22.45 } }
How to convert this coordinates:{"type":"geo_point"}? Thanks In Advance