Compare commits

...

6 Commits
master ... 5.x

Author SHA1 Message Date
medcl
828922ed66 update es to v5.6.9 2018-06-06 09:31:38 +08:00
medcl
5b225ff5e9 update es to 5.6.8 2018-03-05 15:25:48 -08:00
medcl
6e495183dc update es to 5.6.7 2018-02-09 12:32:56 +08:00
medcl
2eae2c3839 update es to 5.6.6 2018-02-09 12:31:42 +08:00
lostsquirrel
7ca5eb6f7b 5.x (#484)
* update version in install instruction
2018-01-19 17:17:41 +08:00
Deyong Zhu
f120fcbb21 support es 5.6.5 version (#486) 2018-01-19 17:14:49 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Versions
IK version | ES version
-----------|-----------
master | 5.x -> master
5.6.9| 5.6.9
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/v5.6.5/elasticsearch-analysis-ik-5.6.5.zip`
2.restart elasticsearch

View File

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