Skip to content

Commit

Permalink
更新README.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozhicheng committed Dec 30, 2020
1 parent 8b04070 commit 9b731bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-CLOUD.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
```

4. 配置Solr的`managed-schema`,添加`ik分词器`,示例如下;
```console
```xml
<!-- ik分词器 -->
<fieldType name="text_ik" class="solr.TextField">
<analyzer type="index">
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ik-analyzer for solr 7.x-8.x
* jar包下载地址:[![GitHub version](https://img.shields.io/badge/version-8.3.1-519dd9.svg)](https://search.maven.org/remotecontent?filepath=com/github/magese/ik-analyzer/8.3.1/ik-analyzer-8.3.1.jar)
* 历史版本:[![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)

```console
```xml
<!-- Maven仓库地址 -->
<dependency>
<groupId>com.github.magese</groupId>
Expand All @@ -59,7 +59,7 @@ ik-analyzer for solr 7.x-8.x
```

3. 配置Solr的`managed-schema`,添加`ik分词器`,示例如下;
```console
```xml
<!-- ik分词器 -->
<fieldType name="text_ik" class="solr.TextField">
<analyzer type="index">
Expand All @@ -86,7 +86,7 @@ ik-analyzer for solr 7.x-8.x
| ext_stopwords | String | 停用词典文件名称,多个用分号隔开 | stopword.dic; |

6. `ik.conf`文件说明:
```console
```properties
files=dynamicdic.txt
lastupdate=0
```
Expand Down

0 comments on commit 9b731bb

Please sign in to comment.