From b93ef23d3f446dda3515fd2af744f5a04307df5d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 10 May 2022 12:07:21 +0200 Subject: [PATCH] add migration hint for the new tokenizer default --- docs/admin/Migration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/admin/Migration.md b/docs/admin/Migration.md index 11ee7f05..950f7e19 100644 --- a/docs/admin/Migration.md +++ b/docs/admin/Migration.md @@ -17,6 +17,14 @@ breaking changes. **Please read them before running the migration.** ## 4.0.0 -> master +### ICU tokenizer is the new default + +Nominatim now installs the [ICU tokenizer](../customize/Tokenizers.md#icu-tokenizer) +by default. This only has an effect on newly installed databases. When +updating older databases, it keeps its installed tokenizer. If you still +run with the legacy tokenizer, make sure to compile Nominatim with the +PostgreSQL module, see [Installation](Installation.md#building-nominatim). + ### geocodejson output changed The `type` field of the geocodejson output has changed. It now contains -- 2.39.5