]> git.openstreetmap.org Git - nominatim.git/commit
remove support for unindexed tokens
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 22 Sep 2024 08:39:10 +0000 (10:39 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 22 Sep 2024 08:39:10 +0000 (10:39 +0200)
commita690605a96191ed0ac230493bfb8ae3aa6504988
treedc0a54a46bde4c67bf92d79db50d12a47aa845fd
parent290c22a153114ca623fe350eaf53d3780513290e
remove support for unindexed tokens

This was a special feature of the legacy tokenizer who would not
index very frequent tokens.
src/nominatim_api/search/db_search_builder.py
src/nominatim_api/search/icu_tokenizer.py
src/nominatim_api/search/query.py
test/python/api/search/test_api_search_query.py
test/python/api/search/test_db_search_builder.py
test/python/api/search/test_token_assignment.py