File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 ```
2626
27274. 配置Solr的`managed-schema`,添加`ik分词器`,示例如下;
28- ```console
28+ ```xml
2929 <!-- ik分词器 -->
3030 <fieldType name="text_ik" class="solr.TextField">
3131 <analyzer type="index">
Original file line number Diff line number Diff 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
61613. 配置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
88886. `ik.conf`文件说明:
89- ```console
89+ ```properties
9090 files=dynamicdic.txt
9191 lastupdate=0
9292 ```
You can’t perform that action at this time.
0 commit comments