]> git.openstreetmap.org Git - nominatim.git/commit
move name matching into tokenizer module
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Sep 2021 20:20:02 +0000 (22:20 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 27 Sep 2021 09:36:19 +0000 (11:36 +0200)
commit59fe74ddf6749d93c93e88b1aeff0eb59a8e03ec
tree5e122cced532ea498c77f27f12e916a31536766f
parentd562f11298a12b5cf95940879dff98a2d85a2786
move name matching into tokenizer module

Instead of requesting the match tokens from the tokenizer
when looking for parent streets/places and address parts,
hand in the saved tokens and ask if they match. This gives
the tokenizer more freedom to decide how name matching
should be done.
lib-sql/functions/interpolation.sql
lib-sql/functions/partition-functions.sql
lib-sql/functions/placex_triggers.sql
lib-sql/functions/utils.sql
lib-sql/tiger_import_start.sql
lib-sql/tokenizer/icu_tokenizer.sql
lib-sql/tokenizer/legacy_tokenizer.sql