]> git.openstreetmap.org Git - nominatim.git/blob - lib-sql/tokenizer/legacy_tokenizer_indices.sql
precompute replacements while loading configuration
[nominatim.git] / lib-sql / tokenizer / legacy_tokenizer_indices.sql
1 CREATE INDEX IF NOT EXISTS idx_word_word_id
2   ON word USING BTREE (word_id) {{db.tablespace.search_index}};