UPDATE README.md
This commit is contained in:
parent
c61b0a1114
commit
67dc15cf74
@ -4,7 +4,7 @@ ik-analyzer for solr7.x
|
||||
<!-- Badges section here. -->
|
||||
[](https://github.com/magese/ik-analyzer-solr7/releases)
|
||||
|
||||
[](https://github.com/magese/ik-analyzer-solr7/blob/master/LICENSE)
|
||||
[](./LICENSE)
|
||||
[](https://travis-ci.org/magese/ik-analyzer-solr7)
|
||||
[](https://github.com/magese/ik-analyzer-solr7/releases)
|
||||
|
||||
@ -60,6 +60,8 @@ ik-analyzer for solr7.x
|
||||
|
||||
4. 启动Solr服务测试分词;
|
||||
|
||||

|
||||
|
||||
5. `ik.conf`文件说明:
|
||||
```console
|
||||
files=dynamicdic.txt
|
||||
@ -70,6 +72,7 @@ ik-analyzer for solr7.x
|
||||
2. `lastupdate`默认值为`0`,每次对动态字典表修改后请+1,不然不会将字典表中新的词语添加到内存中。<s>`lastupdate`采用的是`int`类型,不支持时间戳,如果使用时间戳的朋友可以把源码中的`int`改成`long`即可;</s> `2018-08-23` 已将源码中`lastUpdate`改为`long`类型,现可以用时间戳了。
|
||||
|
||||
6. `dynamicdic.txt` 为动态字典
|
||||
|
||||
在此文件配置的词语不需重启服务即可加载进内存中;
|
||||
|
||||
|
||||
|
BIN
img/analyzer.png
Normal file
BIN
img/analyzer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
x
Reference in New Issue
Block a user