mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
388ebcbae2
This introduces a finalization routing for the tokenizer where it can post-process the import if necessary.
3 lines
122 B
SQL
3 lines
122 B
SQL
CREATE INDEX {{sql.if_index_not_exists}} idx_word_word_id
|
|
ON word USING BTREE (word_id) {{db.tablespace.search_index}};
|