]> git.openstreetmap.org Git - nominatim.git/commit
fix warming for ICU tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 11:08:16 +0000 (13:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 11:08:16 +0000 (13:08 +0200)
commit16cc395f7834774ac7c518a1e2ba9584ef44a896
tree80f6148582fec23d2dacc69db117956fa045a225
parent13e7398566909044348e57163cbd87a2095e8e80
fix warming for ICU tokenizer

Running the warm-up search requests requires querying
the most frequent words. This must be done via the tokenizer
to honor the different formats of the word table.
lib-php/admin/warm.php
lib-php/tokenizer/icu_tokenizer.php
lib-php/tokenizer/legacy_tokenizer.php