Skip to content

Commit f1b95ff

Browse files
committed
Update README
1 parent 619fee7 commit f1b95ff

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.textile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Tokenizer: `ik`
1212

1313
Version
1414
-------------
15-
master | 1.4.0 -> master
15+
master | 1.5.0 -> master
16+
1.3.0 | 1.5.0
1617
1.2.9 | 1.4.0
1718
1.2.8 | 1.3.2
1819
1.2.7 | 1.2.1
@@ -247,3 +248,11 @@ have fun.
247248
-------------
248249
1.自定义词典为什么没有生效?
249250
请确保你的扩展词典的文本格式为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`

0 commit comments

Comments
 (0)