Nominatim/lib-sql/tokenizer/legacy_tokenizer_indices.sql
Sarah Hoffmann 388ebcbae2 move index creation for word table to tokenizer
This introduces a finalization routing for the tokenizer
where it can post-process the import if necessary.
2021-04-30 17:41:08 +02:00

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}};