mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
ICU: add an index over word_ids
Needed for keyword lookup in the details response.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
-- Required for details lookup.
|
||||
CREATE INDEX IF NOT EXISTS idx_word_word_id
|
||||
ON word USING BTREE (word_id) {{db.tablespace.search_index}};
|
||||
|
||||
Reference in New Issue
Block a user