]> git.openstreetmap.org Git - nominatim.git/commit
convert admin --analyse-indexing to new indexing method
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Jul 2022 09:23:14 +0000 (11:23 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Jul 2022 14:20:08 +0000 (16:20 +0200)
commit4b12d52ef553a0b4990e8ea190037ec007cc231b
tree30601b6da1cb3e140a9763d6d8baba08646d5084
parent300612c5a8ebfa9eff99b7f88cfcf4e0ed2fbbfc
convert admin --analyse-indexing to new indexing method

A proper run of indexing requires the place information from the
analyzer. Add the pre-processing of place data, so the right
information is handed into the update function.
nominatim/clicmd/admin.py
nominatim/tools/admin.py
test/python/mocks.py
test/python/tools/test_admin.py