From 2851cc2501964e09e9e57fe1b5136ff1ae7eb6c1 Mon Sep 17 00:00:00 2001 From: medcl Date: Wed, 15 Nov 2017 20:04:49 +0800 Subject: [PATCH] update es to 6.0.0 --- README.md | 5 +++-- pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae179fc..819f333 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Versions IK version | ES version -----------|----------- -master | 5.x -> master +master | 6.x -> master +6.0.0| 6.0.0 5.6.4| 5.6.4 5.5.3| 5.5.3 5.4.3| 5.4.3 @@ -38,7 +39,7 @@ Install * optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ): - `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.6.4/elasticsearch-analysis-ik-5.6.4.zip` + `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.0.0/elasticsearch-analysis-ik-6.0.0.zip` 2.restart elasticsearch diff --git a/pom.xml b/pom.xml index 354aa11..be1d24c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 2011 - 5.6.4 + 6.0.0 1.8 ${project.basedir}/src/main/assemblies/plugin.xml analysis-ik -- GitLab