hbz / pelias-docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
1 stars 0 forks source link

Search: confidence often just 0.6 although more accurate data resides in elasticsearch #4

Open dr0i opened 5 years ago

dr0i commented 5 years ago

Following hbz/lobid-organisations#419: why there are 2k inaccurate lookups.

Opened an issue at https://github.com/pelias/api/issues/1309.

dr0i commented 5 years ago

While curl -G 0.0.0.0:4000/v1/search --data-urlencode "layers=venue,street,address" --data-urlencode "sources=osm" --data-urlencode "text=Zentralplatz 2, 56068 Koblenz, DE" is since pelias/api#1309 of confidence 1, a change in the house number (from "2" to "1") yields 0.6. There is a obviosuly a problem with interpolation (pip-service).