]> git.openstreetmap.org Git - nominatim.git/commit
search: merge QueryPart array with QueryNodes
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 26 Feb 2025 13:37:08 +0000 (14:37 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 4 Mar 2025 07:57:37 +0000 (08:57 +0100)
commite362a965e167dadd828a4a4b7fc58c6076e6586a
treea319e6d8a5c46798bc4ad44cf9674225ab465c31
parenteff60ba6becafc243b011d91761f4757462d9b30
search: merge QueryPart array with QueryNodes

The basic information on terms is pretty much always used together
with the node inforamtion. Merging them together saves some
allocation while making lookup easier at the same time.
src/nominatim_api/search/icu_tokenizer.py
src/nominatim_api/search/query.py
test/python/api/search/test_api_search_query.py