]> git.openstreetmap.org Git - nominatim.git/commit
change indexing order for interpolations
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 31 May 2022 12:16:06 +0000 (14:16 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 2 Jun 2022 13:16:46 +0000 (15:16 +0200)
commitcbb474999659836173d410b38e65533e465fa140
tree6010eed4a536af68bf0ea59b4f0c40483c869204
parent4b0d9f71e80a251b4594f73f2eec05d1c411a3c7
change indexing order for interpolations

Interpolations are now indexed after rank 30 objects. The housenumber
nodes no longer need information from the interpolations while the
interpolations can make use of precomputed postcodes.
nominatim/indexer/indexer.py
test/python/indexer/test_indexing.py