Update README.md
This commit is contained in:
parent
32d874b1ba
commit
a00336d239
21
README.md
21
README.md
@ -1,18 +1,18 @@
|
|||||||
# ik-analyzer-solr7
|
# ik-analyzer-solr
|
||||||
ik-analyzer for solr7.x
|
ik-analyzer for solr 7.x-8.x
|
||||||
|
|
||||||
<!-- Badges section here. -->
|
<!-- Badges section here. -->
|
||||||
[](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
|
[](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
|
||||||
[](https://github.com/magese/ik-analyzer-solr7/releases)
|
[](https://github.com/magese/ik-analyzer-solr/releases)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](https://travis-ci.org/magese/ik-analyzer-solr7)
|
[](https://travis-ci.org/magese/ik-analyzer-solr)
|
||||||
|
|
||||||
[](https://github.com/magese/ik-analyzer-solr7/fork)
|
[](https://github.com/magese/ik-analyzer-solr/network/members)
|
||||||
[](https://github.com/magese/ik-analyzer-solr7/stargazers)
|
[](https://github.com/magese/ik-analyzer-solr/stargazers)
|
||||||
<!-- /Badges section end. -->
|
<!-- /Badges section end. -->
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
#### 适配最新版本solr7;
|
#### 适配最新版本solr 7&8;
|
||||||
#### 扩展IK原有词库:
|
#### 扩展IK原有词库:
|
||||||
| 分词工具 | 词库中词的数量 | 最后更新时间 |
|
| 分词工具 | 词库中词的数量 | 最后更新时间 |
|
||||||
| :------: | :------: | :------: |
|
| :------: | :------: | :------: |
|
||||||
@ -29,7 +29,7 @@ ik-analyzer for solr7.x
|
|||||||
|
|
||||||
|
|
||||||
## 使用说明
|
## 使用说明
|
||||||
* jar包下载地址:[](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/7.7.1/ik-analyzer-7.7.1.jar)
|
* jar包下载地址:[](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.0.0/ik-analyzer-8.0.0.jar)
|
||||||
* 历史版本:[](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
|
* 历史版本:[](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
|
||||||
|
|
||||||
```console
|
```console
|
||||||
@ -37,7 +37,7 @@ ik-analyzer for solr7.x
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.magese</groupId>
|
<groupId>com.github.magese</groupId>
|
||||||
<artifactId>ik-analyzer</artifactId>
|
<artifactId>ik-analyzer</artifactId>
|
||||||
<version>7.7.1</version>
|
<version>8.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -91,6 +91,7 @@ ik-analyzer for solr7.x
|
|||||||
|
|
||||||
|
|
||||||
## 更新说明
|
## 更新说明
|
||||||
|
- `2019-05-15:` 升级lucene版本为`8.0.0`,并支持Solr8使用
|
||||||
- `2019-03-01:` 升级lucene版本为`7.7.1`
|
- `2019-03-01:` 升级lucene版本为`7.7.1`
|
||||||
- `2019-02-15:` 升级lucene版本为`7.7.0`
|
- `2019-02-15:` 升级lucene版本为`7.7.0`
|
||||||
- `2018-12-26:`
|
- `2018-12-26:`
|
||||||
@ -110,7 +111,7 @@ ik-analyzer for solr7.x
|
|||||||
|
|
||||||
## 感谢 Thanks
|
## 感谢 Thanks
|
||||||
|
|
||||||
[](https://www.jetbrains.com/?from=ik-analyzer-solr7)
|
[](https://www.jetbrains.com/?from=ik-analyzer-solr)
|
||||||
|
|
||||||
[](https://www.java.com)
|
[](https://www.java.com)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user