update es to 5.6.2

This commit is contained in:
medcl 2017-10-19 09:51:39 +02:00
parent 1f2dfbffd5
commit 7636e1a234
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Versions
IK version | ES version IK version | ES version
-----------|----------- -----------|-----------
master | 5.x -> master master | 5.x -> master
5.6.1| 5.6.1 5.6.2| 5.6.2
5.5.3| 5.5.3 5.5.3| 5.5.3
5.4.3| 5.4.3 5.4.3| 5.4.3
5.3.3| 5.3.3 5.3.3| 5.3.3
@ -38,7 +38,7 @@ Install
* optional 2 - use elasticsearch-plugin to install ( version > v5.5.1 ): * 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.1/elasticsearch-analysis-ik-5.6.1.zip` `./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v5.6.2/elasticsearch-analysis-ik-5.6.2.zip`
2.restart elasticsearch 2.restart elasticsearch

View File

@ -12,7 +12,7 @@
<inceptionYear>2011</inceptionYear> <inceptionYear>2011</inceptionYear>
<properties> <properties>
<elasticsearch.version>5.6.1</elasticsearch.version> <elasticsearch.version>5.6.2</elasticsearch.version>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor> <elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name> <elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>