]> git.openstreetmap.org Git - nominatim.git/commit
replace word frequency hash
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 6 May 2018 20:10:38 +0000 (22:10 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 6 May 2018 20:35:31 +0000 (22:35 +0200)
commit115792d1dbfab0594806d600cbd5e2a0d1de8c37
tree6483d18ae8fe55a8de3129b3de031c4f0230311b
parent7075a5828e658cda653955096932a610bbbe0f99
replace word frequency hash

The word frequency hash was only used to determine if the
name of a SearchDescription is rare. Do this already when
building the SearchDescription (when the word frequency
is still available) and get gid of the extra hash.
lib/Geocode.php
lib/SearchDescription.php