{
  "properties": {
    "abbrev": {
      "type": "keyword"
    },
    "name": {
      "type": "text"
    },
    "scalerank": {
      "type": "integer"
    },
    "type": {
      "type": "keyword"
    },
    "location": {
      "type": "geo_point"
    },
    "country": {
      "type": "keyword"
    },
    "city": {
      "type": "keyword"
    },
    "city_location": {
      "type": "geo_point"
    }
  }
}
