]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_indexing.py
move houseunumber handling to tokenizer
[nominatim.git] / test / python / test_indexing.py
index fdd50a42c2e59489d0194e3ba83e8fb0f4436e44..d68769064af9d6ff626ac1e78b9bcd684b9c6c51 100644 (file)
@@ -29,6 +29,7 @@ class IndexerTestDB:
                                                 partition SMALLINT,
                                                 admin_level SMALLINT,
                                                 address HSTORE,
                                                 partition SMALLINT,
                                                 admin_level SMALLINT,
                                                 address HSTORE,
+                                                token_info JSONB,
                                                 geometry_sector INTEGER)""")
             cur.execute("""CREATE TABLE location_property_osmline (
                                place_id BIGINT,
                                                 geometry_sector INTEGER)""")
             cur.execute("""CREATE TABLE location_property_osmline (
                                place_id BIGINT,