pelias-deprecated / quattroshapes

(DEPRECATED) Pelias import pipeline for Quattroshapes
https://github.com/pelias/whosonfirst
5 stars 1 forks source link

Missing names! #3

Closed missinglink closed 9 years ago

missinglink commented 10 years ago

Loads of quattroshapes are missing their names!

http://localhost:9200/pelias/admin0/_search?q=_missing_:name.default
sevko commented 9 years ago

Running that query against our production elasticsearch instance yields:

{
    "_shards": {
        "failed": 0,
        "successful": 40,
        "total": 40
    },
    "took": 181,
    "timed_out": false,
    "hits": {
        "max_score": null,
        "hits": [],
        "total": 0
    }
}

and for neighborhoods:

{
    "took": 5,
    "_shards": {
        "total": 40,
        "failed": 0,
        "successful": 40
    },
    "hits": {
        "total": 0,
        "max_score": null,
        "hits": []
    },
    "timed_out": false
}

Looks like a non-issue?

missinglink commented 9 years ago

hmmm.. that's odd... I guess that this issue have been resolved at some point..

if it's not longer an issue I'll close this ticket, feel free to re-open if it becomes an issue in the future.