Skip to content

Commit

Permalink
update: 适配Elasticsearch 7.4.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
KennFalcon committed Oct 30, 2019
1 parent d514fb2 commit 0d24c69
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 @@ -9,7 +9,7 @@ HanLP Analyzer for ElasticSearch
此分词器基于[HanLP](http://www.hankcs.com/nlp),提供了HanLP中大部分的分词方式。

🚩 更新日志:
1. 适配Elasticsearch 7.4.0、7.4.1版本
1. 适配Elasticsearch 7.4.0、7.4.1版本(抱歉,最近公司比较忙,没有及时更新)

----------

Expand All @@ -19,6 +19,7 @@ HanLP Analyzer for ElasticSearch
| Plugin version | Elastic version |
| :------------- | :-------------- |
| master | 7.x |
| 7.4.1 | 7.4.1 |
| 7.4.0 | 7.4.0 |
| 7.3.2 | 7.3.2 |
| 7.3.1 | 7.3.1 |
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>7.4.0</elasticsearch.version>
<elasticsearch.version>7.4.1</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 0d24c69

Please sign in to comment.