From 9b731bb0020f70e400b1f9267fd52c44311fbd4b Mon Sep 17 00:00:00 2001 From: gaozhicheng Date: Wed, 30 Dec 2020 11:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-CLOUD.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-CLOUD.md b/README-CLOUD.md index 284ebe5..0a80431 100644 --- a/README-CLOUD.md +++ b/README-CLOUD.md @@ -25,7 +25,7 @@ ``` 4. 配置Solr的`managed-schema`,添加`ik分词器`,示例如下; - ```console + ```xml diff --git a/README.md b/README.md index 2dace4a..5e6a895 100644 --- a/README.md +++ b/README.md @@ -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 com.github.magese @@ -59,7 +59,7 @@ ik-analyzer for solr 7.x-8.x ``` 3. 配置Solr的`managed-schema`,添加`ik分词器`,示例如下; - ```console + ```xml @@ -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 ```