Skip to content

Commit a00336d

Browse files
committed
Update README.md
1 parent 32d874b commit a00336d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# ik-analyzer-solr7
2-
ik-analyzer for solr7.x
1+
# ik-analyzer-solr
2+
ik-analyzer for solr 7.x-8.x
33

44
<!-- Badges section here. -->
55
[![GitHub version](https://img.shields.io/maven-central/v/com.github.magese/ik-analyzer.svg?style=flat-square)](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
6-
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/magese/ik-analyzer-solr7/releases)
6+
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/magese/ik-analyzer-solr/releases)
77
[![Crates.io](https://img.shields.io/crates/l/rustc-serialize.svg)](./LICENSE)
8-
[![Build Status](https://travis-ci.org/magese/ik-analyzer-solr7.svg?branch=master)](https://travis-ci.org/magese/ik-analyzer-solr7)
8+
[![Build Status](https://travis-ci.org/magese/ik-analyzer-solr.svg?branch=master)](https://travis-ci.org/magese/ik-analyzer-solr)
99

10-
[![GitHub forks](https://img.shields.io/github/forks/magese/ik-analyzer-solr7.svg?style=social&label=Fork)](https://github.com/magese/ik-analyzer-solr7/fork)
11-
[![GitHub stars](https://img.shields.io/github/stars/magese/ik-analyzer-solr7.svg?style=social&label=Star)](https://github.com/magese/ik-analyzer-solr7/stargazers)
10+
[![GitHub forks](https://img.shields.io/github/forks/magese/ik-analyzer-solr.svg?style=social&label=Fork)](https://github.com/magese/ik-analyzer-solr/network/members)
11+
[![GitHub stars](https://img.shields.io/github/stars/magese/ik-analyzer-solr.svg?style=social&label=Star)](https://github.com/magese/ik-analyzer-solr/stargazers)
1212
<!-- /Badges section end. -->
1313

1414
## 简介
15-
#### 适配最新版本solr7
15+
#### 适配最新版本solr 7&8
1616
#### 扩展IK原有词库:
1717
| 分词工具 | 词库中词的数量 | 最后更新时间 |
1818
| :------: | :------: | :------: |
@@ -29,15 +29,15 @@ ik-analyzer for solr7.x
2929

3030

3131
## 使用说明
32-
* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-7.7.1-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/7.7.1/ik-analyzer-7.7.1.jar)
32+
* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-8.0.0-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.0.0/ik-analyzer-8.0.0.jar)
3333
* 历史版本:[![GitHub version](https://img.shields.io/maven-central/v/com.github.magese/ik-analyzer.svg?style=flat-square)](https://search.maven.org/search?q=g:com.github.magese%20AND%20a:ik-analyzer&core=gav)
3434

3535
```console
3636
<!-- Maven仓库地址 -->
3737
<dependency>
3838
<groupId>com.github.magese</groupId>
3939
<artifactId>ik-analyzer</artifactId>
40-
<version>7.7.1</version>
40+
<version>8.0.0</version>
4141
</dependency>
4242
```
4343

@@ -91,6 +91,7 @@ ik-analyzer for solr7.x
9191

9292

9393
## 更新说明
94+
- `2019-05-15:` 升级lucene版本为`8.0.0`,并支持Solr8使用
9495
- `2019-03-01:` 升级lucene版本为`7.7.1`
9596
- `2019-02-15:` 升级lucene版本为`7.7.0`
9697
- `2018-12-26:`
@@ -110,7 +111,7 @@ ik-analyzer for solr7.x
110111

111112
## 感谢 Thanks
112113

113-
[![IDEA](./img/jetbrains.svg)](https://www.jetbrains.com/?from=ik-analyzer-solr7)
114+
[![IDEA](./img/jetbrains.svg)](https://www.jetbrains.com/?from=ik-analyzer-solr)
114115

115116
[![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://www.java.com)
116117

0 commit comments

Comments
 (0)