How to index geojson file in elasticsearch?
问题 I am trying to store spatial data in the form of geojson,csv files and shape files into elasticsearch USING PYTHON.I am new to elasticsearch and even after following the documentation i am not able to successfully index it. Any help would be appreciated. sample geojson file : { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "ID_0": 105, "ISO": "IND", "NAME_0": "India", "ID_1": 1288, "NAME_1": "Telangana", "ID_2": 15715, "NAME_2": "Telangana", "VARNAME_2": null