]> git.openstreetmap.org Git - nominatim.git/commit
ignore frequent partial search terms
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 24 Sep 2012 22:36:34 +0000 (00:36 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 24 Sep 2012 22:36:34 +0000 (00:36 +0200)
commite73e67001e60c4e73ad851b35000a503be42027a
treefa84ab61e3e3855f37707549115e2e00bcde5af5
parentf1063497efe41f3a8775048fac91b5799cf636f6
ignore frequent partial search terms

Adds word counts from a full planet to the word table. There is a
new configuration option CONST_Max_Word_Frequency which allows to
take into account the word count: the value that was set on import
is used to determine if a word is added to the search_name table.
The value during runtime determines if a single term should be
used for partial search or simply be ignored.
data/words.sql [new file with mode: 0644]
settings/settings.php
sql/functions.sql
utils/setup.php
website/search.php