Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yuan committed Sep 24, 2018
1 parent 2e7947d commit 66d1856
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
| 5.6.9 | 5.6.9 |
| 5.6.10 | 5.6.10 |
| 5.6.11 | 5.6.11 |
| 5.6.12 | 5.6.12 |
| 6.0.0 | 6.0.0 |
| 6.0.1 | 6.0.1 |
| 6.1.0 | 6.1.0 |
Expand All @@ -69,7 +70,18 @@
| 6.3.0 | 6.3.0 |
| 6.3.1 | 6.3.1 |
| 6.3.2 | 6.3.2 |
| master | 6.4.0 |
| 6.4.0 | 6.4.0 |
| master | 6.4.1 |

## 6.4.1 插件安装

进入Elasticsearch目录运行如下命令

````
进入es目录执行如下命令
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v6.4.1/elasticsearch-analysis-ansj-6.4.1.0-release.zip
````

## 6.4.0 插件安装

Expand Down Expand Up @@ -231,6 +243,16 @@
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v6.0.0/elasticsearch-analysis-ansj-6.0.0.0-release.zip
````

## 5.6.12 插件安装

进入Elasticsearch目录运行如下命令

````
进入es目录执行如下命令
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-analysis-ansj/releases/download/v5.6.12/elasticsearch-analysis-ansj-5.6.12.0-release.zip
````

## 5.6.11 插件安装

进入Elasticsearch目录运行如下命令
Expand Down

0 comments on commit 66d1856

Please sign in to comment.