]> git.openstreetmap.org Git - nominatim.git/commit
simplify token precomputation
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 19 Apr 2021 14:54:22 +0000 (16:54 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 19 Apr 2021 15:24:19 +0000 (17:24 +0200)
commitb88b952f56d6ac1eec46202ba05a04fcd12575d9
treed3077c558b1c565a12351b7177306458fd42b5aa
parentd68b02d36abf98b11d3756940163f4edb961d10f
simplify token precomputation

Rename function to reflect that it is only used for precomputation.
The token IDs are not really needed, so don't bother to compute
the array of tokens.
data/words.sql
lib-sql/functions/normalization.sql
test/python/test_tools_database_import.py