Open waldoj opened 9 years ago
Like such:
"city": { "type": "string" }, "zip": { "index": "not_analyzed", "type": "string" }, "coordinates": {}, "state": { "index": "not_analyzed", "type": "string" }, "location": { "type": "object", "properties": { "coordinates": { "type": "geo_point", "lat_lon": "true" } } },
Figure out why those are showing up and make it stop.
Like such:
Figure out why those are showing up and make it stop.