File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ IK Analysis for Elasticsearch
3
3
4
4
The IK Analysis plugin integrates Lucene IK analyzer (http://code.google.com/p/ik-analyzer/ ) into elasticsearch, support customized dictionary.
5
5
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 `
7
7
8
8
Versions
9
9
--------
10
10
11
11
IK version | ES version
12
12
-----------|-----------
13
13
master | 6.x -> master
14
- 6.2.3 | 6.2.3
14
+ 6.2.4 | 6.2.4
15
15
6.1.3| 6.1.3
16
16
5.6.8| 5.6.8
17
17
5.5.3| 5.5.3
@@ -35,7 +35,7 @@ Install
35
35
1.download or compile
36
36
37
37
* optional 1 - download pre-build package from here: https://github.com/medcl/elasticsearch-analysis-ik/releases
38
-
38
+
39
39
unzip plugin to folder ` your-es-root/plugins/ `
40
40
41
41
* 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
70
70
"search_analyzer": "ik_max_word"
71
71
}
72
72
}
73
-
73
+
74
74
}'
75
75
```
76
76
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.3 </elasticsearch .version>
15
+ <elasticsearch .version>6.2.4 </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>
21
21
<tests .rest.load_packaged>false</tests .rest.load_packaged>
22
22
<skip .unit.tests>true</skip .unit.tests>
23
23
<gpg .keyname>4E899B30</gpg .keyname>
24
- <gpg .useagent>true</gpg .useagent>
24
+ <gpg .useagent>true</gpg .useagent>
25
25
</properties >
26
26
27
27
<licenses >
You can’t perform that action at this time.
0 commit comments