File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Versions
11
11
IK version | ES version
12
12
-----------|-----------
13
13
master | 6.x -> master
14
+ 6.3.0| 6.3.0
14
15
6.2.4| 6.2.4
15
16
6.1.3| 6.1.3
16
17
5.6.8| 5.6.8
@@ -41,7 +42,7 @@ Install
41
42
* optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ):
42
43
43
44
```
44
- ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.2.3 /elasticsearch-analysis-ik-6.2.3 .zip
45
+ ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.3.0 /elasticsearch-analysis-ik-6.3.0 .zip
45
46
```
46
47
47
48
NOTE: replace `6.2.3` to your own elasticsearch version
Original file line number Diff line number Diff line change 12
12
<inceptionYear >2011</inceptionYear >
13
13
14
14
<properties >
15
- <elasticsearch .version>6.2.4 </elasticsearch .version>
15
+ <elasticsearch .version>6.3.0 </elasticsearch .version>
16
16
<maven .compiler.target>1.8</maven .compiler.target>
17
17
<elasticsearch .assembly.descriptor>${project.basedir} /src/main/assemblies/plugin.xml</elasticsearch .assembly.descriptor>
18
18
<elasticsearch .plugin.name>analysis-ik</elasticsearch .plugin.name>
You can’t perform that action at this time.
0 commit comments