openva / crump

A parser for the Virginia State Corporation Commission's business registration records.
https://vabusinesses.org/
MIT License
20 stars 3 forks source link

Elasticsearch JSON maps contain orphaned coordinates object #84

Open waldoj opened 9 years ago

waldoj commented 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.