Skip to content

Update pom.xml #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ HanLP Analyzer for ElasticSearch
此分词器基于[HanLP](http://www.hankcs.com/nlp),提供了HanLP中大部分的分词方式。

🚩 更新日志:
1. 适配Elasticsearch 7.5.1版本,更新HanLP版本至1.7.6
2. 修复文本开头出现换行符导致的高亮错位问题
1. 适配Elasticsearch 7.8.1版本,更新HanLP版本至1.7.8

----------

Expand All @@ -20,6 +19,7 @@ HanLP Analyzer for ElasticSearch
| Plugin version | Elastic version |
| :------------- | :-------------- |
| master | 7.x |
| 7.8.1 | 7.8.1 |
| 7.5.1 | 7.5.1 |
| 7.5.0 | 7.5.0 |
| 7.4.2 | 7.4.2 |
Expand Down Expand Up @@ -338,4 +338,4 @@ POST test/_analyze
]
}

```
```
6 changes: 3 additions & 3 deletions 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.5.1</elasticsearch.version>
<elasticsearch.version>7.8.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 All @@ -19,7 +19,7 @@
<elasticsearch.plugin.jvm>true</elasticsearch.plugin.jvm>
<tests.rest.load_packaged>false</tests.rest.load_packaged>
<skip.unit.tests>true</skip.unit.tests>
<hanlp.version>portable-1.7.6</hanlp.version>
<hanlp.version>portable-1.7.8</hanlp.version>
<javac.src.version>12</javac.src.version>
<javac.target.version>12</javac.target.version>
</properties>
Expand Down Expand Up @@ -226,4 +226,4 @@
</build>
</profile>
</profiles>
</project>
</project>