Nominatim/lib-sql/functions
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
..
address_lookup.sql return housenumbers always from address field 2021-04-04 15:26:47 +02:00
aux_property.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
importance.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
interpolation.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
normalization.sql use new transliteration in initial housenumber word computation 2021-04-04 15:26:47 +02:00
partition-functions.sql introduce jinja2 for preprocessing SQL 2021-03-03 17:51:08 +01:00
place_triggers.sql introduce jinja2 for preprocessing SQL 2021-03-03 17:51:08 +01:00
placex_triggers.sql simplify name matching between boundary and place node 2021-04-14 17:52:59 +02:00
postcode_triggers.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
ranking.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
utils.sql introduce jinja2 for preprocessing SQL 2021-03-03 17:51:08 +01:00