update es to 6.2.1
This commit is contained in:
parent
cc01c881af
commit
0922152fb8
@ -16,3 +16,4 @@ deploy:
|
||||
on:
|
||||
repo: medcl/elasticsearch-analysis-ik
|
||||
tags: true
|
||||
group: deprecated-2017Q4
|
||||
|
@ -11,6 +11,7 @@ Versions
|
||||
IK version | ES version
|
||||
-----------|-----------
|
||||
master | 6.x -> master
|
||||
6.2.1| 6.2.1
|
||||
6.1.3| 6.1.3
|
||||
5.6.4| 5.6.4
|
||||
5.5.3| 5.5.3
|
||||
@ -39,7 +40,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/v6.1.3/elasticsearch-analysis-ik-6.1.3.zip`
|
||||
`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.1/elasticsearch-analysis-ik-6.2.1.zip`
|
||||
|
||||
2.restart elasticsearch
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -12,7 +12,7 @@
|
||||
<inceptionYear>2011</inceptionYear>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.version>6.1.3</elasticsearch.version>
|
||||
<elasticsearch.version>6.2.1</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user