Skip to content

Commit

Permalink
update: 适配Elasticsearch 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KennFalcon committed Dec 9, 2019
1 parent a88a696 commit 036d126
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.2版本,升级HanLP至1.7.5版本
1. 适配Elasticsearch 7.5.0版本,修复copy_to引起的offset问题,感谢@seanlei 提出的问题以及修改意见

----------

Expand All @@ -19,6 +19,7 @@ HanLP Analyzer for ElasticSearch
| Plugin version | Elastic version |
| :------------- | :-------------- |
| master | 7.x |
| 7.5.0 | 7.5.0 |
| 7.4.2 | 7.4.2 |
| 7.4.1 | 7.4.1 |
| 7.4.0 | 7.4.0 |
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.2</elasticsearch.version>
<elasticsearch.version>7.5.0</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 036d126

Please sign in to comment.