mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-25 19:35:02 +03:00
e7266b52ae
Instead of normalising the names simply compare them in lower case. This removes the dependency on the tokenizer for linking boundaries and nodes. When looking up the linked places by place type also allow that one name is simply contained in the other. This catches the frequent case where one of the names has an addendum (e.g. Newport vs. City of Newport). Drops the special index for the name lookup and insted relies on a slightly extended version of the geometry index used for reverse lookup. Saves around 100MB on a planet. |
||
---|---|---|
.. | ||
functions | ||
aux_tables.sql | ||
functions.sql | ||
indices.sql | ||
partition-tables.src.sql | ||
postcode_tables.sql | ||
table-triggers.sql | ||
tables.sql | ||
tiger_import_finish.sql | ||
tiger_import_start.sql | ||
update-postcodes.sql | ||
words_from_search_name.sql | ||
words.sql |