File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Tokenizer: `ik`
12
12
13
13
Version
14
14
-------------
15
- master | 1.4.0 -> master
15
+ master | 1.5.0 -> master
16
+ 1.3.0 | 1.5.0
16
17
1.2.9 | 1.4.0
17
18
1.2.8 | 1.3.2
18
19
1.2.7 | 1.2.1
@@ -247,3 +248,11 @@ have fun.
247
248
-------------
248
249
1.自定义词典为什么没有生效?
249
250
请确保你的扩展词典的文本格式为UTF8编码
251
+
252
+ 2.如何手动安装,以 1.3.0 為例?(参考:https://github.com/medcl/elasticsearch-analysis-ik/issues/46)
253
+
254
+ `git clone https://github.com/medcl/elasticsearch-analysis-ik`
255
+ `cd elasticsearch-analysis-ik`
256
+ `mvn compile`
257
+ `mvn package`
258
+ `plugin --install analysis-ik --url file:///#{project_path}/elasticsearch-analysis-ik/target/releases/elasticsearch-analysis-ik-1.3.0.zip`
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-analysis-ik</artifactId >
9
- <version >1.2.9 </version >
9
+ <version >1.3.0 </version >
10
10
<packaging >jar</packaging >
11
11
<description >IK Analyzer for ElasticSearch</description >
12
12
<inceptionYear >2009</inceptionYear >
31
31
</parent >
32
32
33
33
<properties >
34
- <elasticsearch .version>1.4 .0</elasticsearch .version>
34
+ <elasticsearch .version>1.5 .0</elasticsearch .version>
35
35
</properties >
36
36
37
37
<repositories >
55
55
<dependency >
56
56
<groupId >org.apache.httpcomponents</groupId >
57
57
<artifactId >httpclient</artifactId >
58
- <version >4.3.5 </version >
58
+ <version >4.4.1 </version >
59
59
</dependency >
60
60
61
61
<dependency >
87
87
<dependency >
88
88
<groupId >org.apache.lucene</groupId >
89
89
<artifactId >lucene-core</artifactId >
90
- <version >4.9.0 </version >
90
+ <version >4.10.4 </version >
91
91
</dependency >
92
92
</dependencies >
93
93
132
132
<descriptors >
133
133
<descriptor >${basedir} /src/main/assemblies/plugin.xml</descriptor >
134
134
</descriptors >
135
+ <archive >
136
+ <manifest >
137
+ <mainClass >fully.qualified.MainClass</mainClass >
138
+ </manifest >
139
+ </archive >
140
+ <descriptorRefs >
141
+ <descriptorRef >jar-with-dependencies</descriptorRef >
142
+ </descriptorRefs >
135
143
</configuration >
136
144
<executions >
137
145
<execution >
You can’t perform that action at this time.
0 commit comments