Skip to content

Commit db3ca7b

Browse files
committed
update README.md
1 parent a3762f3 commit db3ca7b

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| 2.4.2 | 2.4.2 |
2121
| 2.4.3 | 2.4.3 |
2222
| 2.4.4 | 2.4.4 |
23+
| 2.4.5 | 2.4.5 |
2324
| 5.0.0 | 5.0.0 |
2425
| 5.0.1 | 5.0.1 |
2526
| 5.0.2 | 5.0.2 |
@@ -28,7 +29,29 @@
2829
| 5.2.0 | 5.2.0 |
2930
| 5.2.1 | 5.2.1 |
3031
| 5.2.2 | 5.2.2 |
31-
| master | 5.3.0 |
32+
| 5.3.0 | 5.3.0 |
33+
| 5.3.1 | 5.3.1 |
34+
| master | 5.3.2 |
35+
36+
## 5.3.2 插件安装
37+
38+
进入Elasticsearch目录运行如下命令
39+
40+
````
41+
进入es目录执行如下命令
42+
43+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v5.3.2/elasticsearch-analysis-ansj-5.3.2.0-release.zip
44+
````
45+
46+
## 5.3.1 插件安装
47+
48+
进入Elasticsearch目录运行如下命令
49+
50+
````
51+
进入es目录执行如下命令
52+
53+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v5.3.1/elasticsearch-analysis-ansj-5.3.1.0-release.zip
54+
````
3255

3356
## 5.3.0 插件安装
3457

@@ -120,6 +143,16 @@
120143
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v5.0.0/elasticsearch-analysis-ansj-5.0.0.0-release.zip
121144
````
122145

146+
## 2.4.5 插件安装
147+
148+
进入Elasticsearch目录运行如下命令
149+
150+
````
151+
进入es目录执行如下命令
152+
153+
./bin/plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v2.4.5/elasticsearch-analysis-ansj-2.4.5.0-release.zip
154+
````
155+
123156
## 2.4.4 插件安装
124157

125158
进入Elasticsearch目录运行如下命令

0 commit comments

Comments
 (0)