From 3dcedde9e43dd7f54d8169652e8265df680a2409 Mon Sep 17 00:00:00 2001 From: zj0713001 Date: Fri, 4 May 2018 16:31:35 +0800 Subject: [PATCH] update es to 6.2.4 (#545) --- README.md | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39df082..92f51d5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ IK Analysis for Elasticsearch The IK Analysis plugin integrates Lucene IK analyzer (http://code.google.com/p/ik-analyzer/) into elasticsearch, support customized dictionary. -Analyzer: `ik_smart` , `ik_max_word` , Tokenizer: `ik_smart` , `ik_max_word` +Analyzer: `ik_smart` , `ik_max_word` , Tokenizer: `ik_smart` , `ik_max_word` Versions -------- @@ -11,7 +11,7 @@ Versions IK version | ES version -----------|----------- master | 6.x -> master -6.2.3| 6.2.3 +6.2.4| 6.2.4 6.1.3| 6.1.3 5.6.8| 5.6.8 5.5.3| 5.5.3 @@ -35,7 +35,7 @@ Install 1.download or compile * optional 1 - download pre-build package from here: https://github.com/medcl/elasticsearch-analysis-ik/releases - + unzip plugin to folder `your-es-root/plugins/` * optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ): @@ -70,7 +70,7 @@ curl -XPOST http://localhost:9200/index/fulltext/_mapping -H 'Content-Type:appli "search_analyzer": "ik_max_word" } } - + }' ``` diff --git a/pom.xml b/pom.xml index 6672ab2..e428007 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 2011 - 6.2.3 + 6.2.4 1.8 ${project.basedir}/src/main/assemblies/plugin.xml analysis-ik @@ -21,7 +21,7 @@ false true 4E899B30 - true + true -- GitLab