Nominatim/nominatim
Sarah Hoffmann 9397bf54b8 introduce external processing in indexer
Indexing is now split into three parts: first a preparation step
that collects the necessary information from the database and
returns it to Python. In a second step the data is transformed
within Python as necessary and then returned to the database
through the usual UPDATE which now not only sets the indexed_status
but also other fields. The third step comprises the address
computation which is still done inside the update trigger in
the database.

The second processing step doesn't do anything useful yet.
2021-04-30 11:30:51 +02:00
..
clicmd move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
db move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
indexer introduce external processing in indexer 2021-04-30 11:30:51 +02:00
tokenizer move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
tools move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
__init__.py add skeleton for new Nominatim executables 2021-01-12 10:17:28 +01:00
cli.py Replace "nominatim-update" with "nominatim". 2021-04-22 15:40:22 +02:00
config.py pylint: disable check too-few-public-methods 2021-04-24 11:39:44 +02:00
errors.py fix linting issues 2021-01-30 16:42:25 +01:00
version.py add migration for new placenode geometry index 2021-04-14 17:52:59 +02:00