Commit e9aae63b by 王明范

增加从配置文件中读部分词å

parent 1bf57df1
......@@ -3,7 +3,6 @@ package com.secoo.so.suggest.helper;
import com.secoo.so.suggest.config.ConfigUtil;
import com.secoo.so.suggest.util.FileUtils;
import com.secoo.so.suggest.util.StringUtils;
import com.sun.xml.internal.ws.binding.FeatureListUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
......
......@@ -217,6 +217,7 @@ public class SuggestTask {
if (fileWords.size() > 0) {
baseSet.addAll(fileWords);
}
log.info("debugLog specialWords count:" + baseSet.size());
return baseSet;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment