pelias / docker

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

Excluding Address Layer Warnings? #359

Closed akifaktas closed 1 month ago

akifaktas commented 1 month ago

"warnings":["performance optimization: excluding 'address' layer"]

Why does this error occur? For a local country, for example, Italy, Brazil, etc., I don't encounter such a problem, but when I set up the planet, I get this warning. While this warning appears, I usually don't get the responses I want, and it often returns an empty response.

missinglink commented 1 month ago

I guess you figured out the answer on your own, the address layer contains the vast majority of records in the index, so if the parser fails to detect both a house number and street name in the input then we exclude the address layer, this has a significant positive effect on query performance.