]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: add daily house number cleanup
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Feb 2022 08:33:17 +0000 (09:33 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Feb 2022 08:33:17 +0000 (09:33 +0100)
cookbooks/nominatim/templates/default/updater.erb

index d3fd0d937d62aac5838ad8cce1c36d1027ca013a..c83d76964df69326737089ba2dc48dfdaf556627 100644 (file)
@@ -37,7 +37,7 @@ do
 
     if [ -f "<%= @update_maintenance_trigger %>" ]; then
         rm <%= @update_maintenance_trigger %>
-        ./nominatim refresh --postcodes --threads 4 -v
+        ./nominatim refresh --postcodes --word-tokens --threads 4 -v
 <% if node[:nominatim][:enable_qa_tiles] -%>
         pushd <%= @qabindir %>
         if python3 cli.py --execute-all; then