Sarah Hoffmann
Sarah Hoffmann
https://nominatim.org/release-docs/latest/library/Configuration/ has some more details on the Configuration object, which holds the configuration options that have been loaded. You shouldn't query the configuration in the Locale class directly though. Just...
My main comment: "Your code so far has no effect when actually running Nominatim because you haven't changed anything in the code where Locale() is used. " still hasn't been...
To be precise, the issue with your example is not the street number itself. Nominatim is capable of ignoring it, as you'll see if you check out 'more results' for...
We could remove all the 'SET' commands from the country file but I do wonder if this really solves your problem. Sounds like you need to be able to run...
I've updated the country file because of https://github.com/osm-search/country-grid-data/pull/1. The new file no longer includes any SET commands.
That's an osm2pgsql issue. Because you imported with Nominatim 4.3.2, you are stuck with the old middle format and it looks like it still has issues with large diffs. Try...
The server stuck three weeks ago is likely #3445. This new server isn't because the planet is post vandalism. So I suspect you have two unrelated problems here. You could...
I don't really know how to debug this. We need a more reproducible case. Closing for now.
Closing, as not enough information was provided to reproduce the issue.
I've experimented with inheriting data from POI to building for #2926 and it turned out to be extremely slow. We need some structural changes to the database to make that...