Skip to content

Commit 9b731bb

Browse files
author
gaozhicheng
committed
更新README.md;
1 parent 8b04070 commit 9b731bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-CLOUD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
```
2626

2727
4. 配置Solr的`managed-schema`,添加`ik分词器`,示例如下;
28-
```console
28+
```xml
2929
<!-- ik分词器 -->
3030
<fieldType name="text_ik" class="solr.TextField">
3131
<analyzer type="index">

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ik-analyzer for solr 7.x-8.x
3434
* 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)
3535
* 历史版本:[![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)
3636

37-
```console
37+
```xml
3838
<!-- Maven仓库地址 -->
3939
<dependency>
4040
<groupId>com.github.magese</groupId>
@@ -59,7 +59,7 @@ ik-analyzer for solr 7.x-8.x
5959
```
6060

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

8888
6. `ik.conf`文件说明:
89-
```console
89+
```properties
9090
files=dynamicdic.txt
9191
lastupdate=0
9292
```

0 commit comments

Comments
 (0)