]> git.openstreetmap.org Git - nominatim.git/commit
avoid lookup via partials on frequent words
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 5 Jul 2023 12:07:11 +0000 (14:07 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 6 Jul 2023 10:16:57 +0000 (12:16 +0200)
commitcc45930ef90c82bb332e9ce9bf418bd763f618b2
treedc7fbdf6f5792616bea869ff2917bf12816ad0d7
parent3266daa8fde98acc1fe4c9929cb5be3aed662add
avoid lookup via partials on frequent words

Drops expensive searches via partials on terms like 'rue de'.

See #2979.
nominatim/api/search/db_search_builder.py
test/python/api/search/test_db_search_builder.py