Update IKAnalyzer.cfg.xml

增加远程词典,配置项是词典的链接地址
This commit is contained in:
elasticsearch-ik 2014-09-24 15:36:48 +08:00
parent 1f80b50a9f
commit 694b68c93a

View File

@ -5,5 +5,9 @@
<!--用户可以在这里配置自己的扩展字典 -->
<entry key="ext_dict">custom/mydict.dic;custom/single_word_low_freq.dic</entry>
<!--用户可以在这里配置自己的扩展停止词字典-->
<entry key="ext_stopwords">custom/ext_stopword.dic</entry>
</properties>
<entry key="ext_stopwords">custom/ext_stopword.dic</entry>
<!--用户可以在这里配置远程扩展字典 -->
<entry key="remote_ext_dict">words_location</entry>
<!--用户可以在这里配置远程扩展停止词字典-->
<entry key="remote_ext_stopwords">words_location</entry>
</properties>