]> git.openstreetmap.org Git - nominatim.git/commit
move index creation for word table to tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 15:28:34 +0000 (17:28 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 15:41:08 +0000 (17:41 +0200)
commit388ebcbae2b895279727edafebfb8ed794f0c4cc
treea8d450f8dde5980c71f26030594c6a0ed538ecbf
parent20891abe1c0f1e07a160d13a9bc044e05da8ee8a
move index creation for word table to tokenizer

This introduces a finalization routing for the tokenizer
where it can post-process the import if necessary.
lib-sql/indices.sql
lib-sql/tokenizer/legacy_tokenizer_indices.sql [new file with mode: 0644]
nominatim/clicmd/setup.py
nominatim/tokenizer/legacy_tokenizer.py
test/python/dummy_tokenizer.py
test/python/test_cli.py