Nominatim/lib-sql
Sarah Hoffmann e7266b52ae simplify name matching between boundary and place node
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.
2021-04-14 17:52:59 +02:00
..
functions simplify name matching between boundary and place node 2021-04-14 17:52:59 +02:00
aux_tables.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
functions.sql introduce jinja2 for preprocessing SQL 2021-03-03 17:51:08 +01:00
indices.sql simplify name matching between boundary and place node 2021-04-14 17:52:59 +02:00
partition-tables.src.sql move table creation to jinja-based preprocessing 2021-03-03 22:07:51 +01:00
postcode_tables.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
table-triggers.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
tables.sql simplify name matching between boundary and place node 2021-04-14 17:52:59 +02:00
tiger_import_finish.sql Ported tiger-data-import to python and Added Tarball Support 2021-03-08 21:57:56 +05:30
tiger_import_start.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
update-postcodes.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
words_from_search_name.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
words.sql use new transliteration in initial housenumber word computation 2021-04-04 15:26:47 +02:00