]> git.openstreetmap.org Git - nominatim.git/commit
export more data for the tokenizer name preparation
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Sep 2021 09:54:14 +0000 (11:54 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 29 Sep 2021 09:54:14 +0000 (11:54 +0200)
commitbe65c8303f18d0f92bbf5bc9558f8789d33f21d9
treec0bcc2fe1cfc772dc8a8d4f7d313b265b3d7f0d3
parent231250f2eb272b77d54e4b4b18bd85a80413ac34
export more data for the tokenizer name preparation

Adds class, type, country and rank to the exported information
and removes the rather odd hack for countries. Whether a place
represents a country boundary can now be computed by the tokenizer.
lib-sql/functions/placex_triggers.sql
nominatim/indexer/place_info.py
nominatim/indexer/runners.py
nominatim/tokenizer/icu_tokenizer.py
nominatim/tokenizer/legacy_tokenizer.py
test/python/test_indexing.py
test/python/test_tokenizer_icu.py