Update README.textile

This commit is contained in:
elasticsearch-ik 2014-09-24 17:14:54 +08:00
parent 6048982a4d
commit 8a91d7c966

View File

@ -59,9 +59,9 @@ https://github.com/medcl/elasticsearch-analysis-ik/blob/master/config/ik/IKAnaly
<!--用户可以在这里配置自己的扩展停止词字典-->
<entry key="ext_stopwords">custom/ext_stopword.dic</entry>
<!--用户可以在这里配置远程扩展字典 -->
<entry key="ext_dict">location</entry>
<entry key="remote_ext_dict">location</entry>
<!--用户可以在这里配置远程扩展停止词字典-->
<entry key="ext_stopwords">location</entry>
<entry key="remote_ext_stopwords">location</entry>
</properties>
</pre>