X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5c778c6d322b65337bc1a1a54cbc1201f4e6656e..bc7f6209d83dcc161f093ce9907991facabb3491:/lib-sql/tokenizer/legacy_tokenizer_indices.sql diff --git a/lib-sql/tokenizer/legacy_tokenizer_indices.sql b/lib-sql/tokenizer/legacy_tokenizer_indices.sql index d653a26d..016c518a 100644 --- a/lib-sql/tokenizer/legacy_tokenizer_indices.sql +++ b/lib-sql/tokenizer/legacy_tokenizer_indices.sql @@ -1,3 +1,10 @@ +-- SPDX-License-Identifier: GPL-2.0-only +-- +-- This file is part of Nominatim. (https://nominatim.org) +-- +-- Copyright (C) 2022 by the Nominatim developer community. +-- For a full list of authors see the git log. + -- Required for details lookup. CREATE INDEX IF NOT EXISTS idx_word_word_id ON word USING BTREE (word_id) {{db.tablespace.search_index}};