]> git.openstreetmap.org Git - nominatim.git/commit
look up different OSM types in placex separately
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 14 Nov 2024 16:47:01 +0000 (17:47 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 14 Nov 2024 16:47:01 +0000 (17:47 +0100)
commit7d418da564484c3f2fffcd4801188d6ffc4f436a
treeb68cc4884f74d3652d5eac0e1491a67aaba7e726
parent04d5f674ebb8629fd0035aad70c876c7dd77643d
look up different OSM types in placex separately

There are separate indexes on placex for the different OSM types.
PostgreSQL can only use these indexes if the type is fixed per query.
src/nominatim_api/lookup.py