]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/refresh.py
icu: move token deduplication into TokenInfo
[nominatim.git] / nominatim / clicmd / refresh.py
index c741dcf63632fc0c01d8592a66f46d3be0c8bdbd..b8a88b6d615b5b5c04445f393a71a81c1b6cc112 100644 (file)
@@ -79,6 +79,7 @@ class UpdateRefresh:
                           "Postcode updates on a frozen database is not possible.")
 
         if args.word_tokens:
+            LOG.warning('Updating word tokens')
             tokenizer = self._get_tokenizer(args.config)
             tokenizer.update_word_tokens()