Browse Source

don't use ext_dict

sunyj 8 years ago
parent
commit
14475d6e8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall-search/src/main/resources/IKAnalyzer.cfg.xml

+ 1 - 1
mall-search/src/main/resources/IKAnalyzer.cfg.xml

@@ -2,6 +2,6 @@
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
 <properties>
     <comment>IKAnalyzer 扩展配置</comment>
-    <entry key="ext_dict">dictionary/kind.dic;dictionary/brand.dic</entry>
+    <!--<entry key="ext_dict">dictionary/kind.dic;dictionary/brand.dic</entry>-->
     <!--<entry key="ext_stopwords">stopwowrd.dic</entry>-->
 </properties>