Skip to content

Commit

Permalink
适配Elasticsearch 6.4.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
KennFalcon committed Dec 5, 2018
1 parent 657f231 commit 3de958d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ HanLP Analyzer for ElasticSearch
| Plugin version | Elastic version |
| --- | --- |
| master | 6.x |
| 6.4.2 | 6.4.2 |
| 6.4.1 | 6.4.1 |
| 6.4.0 | 6.4.0 |
| 6.3.2 | 6.3.2 |
Expand All @@ -33,7 +34,7 @@ HanLP Analyzer for ElasticSearch

a. 使用elasticsearch插件脚本安装command如下:

`./bin/elasticsearch-plugin install https://github.com/KennFalcon/elasticsearch-analysis-hanlp/releases/download/v6.4.1/elasticsearch-analysis-hanlp-6.4.1.zip`
`./bin/elasticsearch-plugin install https://github.com/KennFalcon/elasticsearch-analysis-hanlp/releases/download/v6.4.2/elasticsearch-analysis-hanlp-6.4.2.zip`

2. 安装数据包

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>HanLP Analyzer for ElasticSearch</description>

<properties>
<elasticsearch.version>6.4.1</elasticsearch.version>
<elasticsearch.version>6.4.2</elasticsearch.version>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
Expand Down

0 comments on commit 3de958d

Please sign in to comment.