任何人都可以告诉我在elasticsearch中映射geo_point的正确方法是什么,我还想单独索引lats和longs,从下面的两个声明正确
location : {"type":"geo_point", "lat_lon": "true"},
OR
location : {"type":"geo_point", "lat_lon": "true"
lat: { type:"double"},
lon: { type: "double"}
},