您可以如下定义映射:
"place": { "properties": { "name": { "type": "string" }, "points": { // <-- it can also be a multi-valued field if you insert multiple values, as skal88 mentioned, your json would perfectly fit in this mapping. "type": "geo_point" } }}


