Skip to content

Commit 3dcedde

Browse files
zj0713001medcl
authored andcommitted
update es to 6.2.4 (#545)
1 parent 21a859a commit 3dcedde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ IK Analysis for Elasticsearch
33

44
The IK Analysis plugin integrates Lucene IK analyzer (http://code.google.com/p/ik-analyzer/) into elasticsearch, support customized dictionary.
55

6-
Analyzer: `ik_smart` , `ik_max_word` , Tokenizer: `ik_smart` , `ik_max_word`
6+
Analyzer: `ik_smart` , `ik_max_word` , Tokenizer: `ik_smart` , `ik_max_word`
77

88
Versions
99
--------
1010

1111
IK version | ES version
1212
-----------|-----------
1313
master | 6.x -> master
14-
6.2.3| 6.2.3
14+
6.2.4| 6.2.4
1515
6.1.3| 6.1.3
1616
5.6.8| 5.6.8
1717
5.5.3| 5.5.3
@@ -35,7 +35,7 @@ Install
3535
1.download or compile
3636

3737
* optional 1 - download pre-build package from here: https://github.com/medcl/elasticsearch-analysis-ik/releases
38-
38+
3939
unzip plugin to folder `your-es-root/plugins/`
4040

4141
* 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
7070
"search_analyzer": "ik_max_word"
7171
}
7272
}
73-
73+
7474
}'
7575
```
7676

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<inceptionYear>2011</inceptionYear>
1313

1414
<properties>
15-
<elasticsearch.version>6.2.3</elasticsearch.version>
15+
<elasticsearch.version>6.2.4</elasticsearch.version>
1616
<maven.compiler.target>1.8</maven.compiler.target>
1717
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
1818
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>
@@ -21,7 +21,7 @@
2121
<tests.rest.load_packaged>false</tests.rest.load_packaged>
2222
<skip.unit.tests>true</skip.unit.tests>
2323
<gpg.keyname>4E899B30</gpg.keyname>
24-
<gpg.useagent>true</gpg.useagent>
24+
<gpg.useagent>true</gpg.useagent>
2525
</properties>
2626

2727
<licenses>

0 commit comments

Comments
 (0)