From 0036f28a6a1bae06ac703a97cbf42006a934157a Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Thu, 15 Jun 2017 13:26:48 +0200 Subject: Upgrade icu4j for the ICU analysis plugin to 59.1 (#25243) * Upgrade icu4j for the ICU analysis plugin to 59.1 Lucene upgraded to 59.1 so we should use the same. Closes #21425 * Add breaking change for the icu upgrade --- docs/reference/migration/migrate_6_0/plugins.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/reference/migration/migrate_6_0/plugins.asciidoc b/docs/reference/migration/migrate_6_0/plugins.asciidoc index 9f68f55472..7d21ac361b 100644 --- a/docs/reference/migration/migrate_6_0/plugins.asciidoc +++ b/docs/reference/migration/migrate_6_0/plugins.asciidoc @@ -73,3 +73,10 @@ and `cloud.aws.ec2.region`. Instead, specify the full endpoint. Previous versions of Elasticsearch would skip hidden files and directories when scanning the plugins folder. This leniency has been removed. + +==== ICU Analysis plugin + +The icu4j library has been upgraded to 59.1, +Indices created in the previous major version will need to be reindexed +in order to return correct (and correctly ordered) results, +and to take advantage of new characters. -- cgit v1.2.3