mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 12:04:06 +00:00
drop search_rank column from search_name
This is no longer needed for the initial lookup.
This commit is contained in:
@@ -12,7 +12,6 @@ DROP TABLE IF EXISTS search_name;
|
||||
CREATE TABLE search_name (
|
||||
place_id BIGINT NOT NULL,
|
||||
importance FLOAT NOT NULL,
|
||||
search_rank SMALLINT NOT NULL,
|
||||
address_rank SMALLINT NOT NULL,
|
||||
name_vector integer[] NOT NULL,
|
||||
nameaddress_vector integer[] NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user