]> git.openstreetmap.org Git - nominatim.git/commit
remove country name from address name vector
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 7 Oct 2012 22:05:23 +0000 (00:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 7 Oct 2012 22:05:23 +0000 (00:05 +0200)
commit491bc8c339800835c06571cbde9fb87b9d662baf
treedd33a1b5b77d0f3a57af306147aed0086ce1c74c
parentf0d93eb966526868ffee10f6ed84ffdcd7c80eb6
remove country name from address name vector

Country is already covered by the country_name entries in the
word table, so removing the country from the address vector will
not change results but reduce the size of search_name significantly.

Patch in names from OSM into the word table
to make sure we have complete coverage. Note that bad entries
still need to be removed by hand.
sql/functions.sql