Skip to content

Commit

Permalink
update version to support es 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yuan committed Oct 15, 2016
1 parent a1c1eff commit 670c925
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,20 @@
| 2.3.3 | 2.3.3 |
| 2.3.4 | 2.3.4 |
| 2.3.5 | 2.3.5 |
| master | 2.4.0 |
| 2.4.0 | 2.4.0 |
| master | 2.4.1 |


##2.4.1 插件安装

进入Elasticsearch目录运行如下命令

````
进入es目录执行如下命令
./bin/plugin install http://maven.nlpcn.org/org/ansj/elasticsearch-analysis-ansj/2.4.1.0/elasticsearch-analysis-ansj-2.4.1.0-release.zip
````

##2.4.0 插件安装

进入Elasticsearch目录运行如下命令
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.ansj</groupId>
<artifactId>elasticsearch-analysis-ansj</artifactId>
<version>2.4.0.3</version>
<version>2.4.1.0</version>
<description>elasticsearch analysis by ansj</description>
<name>elasticsearch-analysis-ansj</name>
<url>http://maven.nlpcn.org</url>
Expand All @@ -31,7 +31,7 @@
<elasticsearch.plugin.name>elasticsearch-analysis-ansj</elasticsearch.plugin.name>
<elasticsearch.plugin.site>true</elasticsearch.plugin.site>
<elasticsearch.plugin.jvm>true</elasticsearch.plugin.jvm>
<elasticsearch.version>2.4.0</elasticsearch.version>
<elasticsearch.version>2.4.1</elasticsearch.version>
<elasticsearch.plugin.classname>org.ansj.elasticsearch.plugin.AnalysisAnsjPlugin</elasticsearch.plugin.classname>
</properties>

Expand Down

0 comments on commit 670c925

Please sign in to comment.