forked from hans/Nominatim
move name token creation into tokenizer
Name tokens are now handed in via token_info and used from there. Also moves the generic search name insertion function back to placex_triggers.sql.
This commit is contained in:
@@ -190,7 +190,7 @@ class Indexer:
|
||||
|
||||
with WorkerPool(self.dsn, self.num_threads) as pool:
|
||||
while True:
|
||||
places = [p for p in cur.fetchmany(batch)]
|
||||
places = cur.fetchmany(batch)
|
||||
if not places:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user