curl -XPUT http://localhost:9200/us_large_cities -d '{
"mappings": {
"city": {
"properties": {
"type": "string"
},
"state": {
"location": {
"type": "geo_point"
}
}'