...
|
...
|
@@ -16,7 +16,7 @@ public class SuggestionConstants { |
|
|
|
|
|
public static final Integer VALID_STATUS = Integer.valueOf(1);
|
|
|
|
|
|
public static final List<String> IGNORE_KEYWORDS = Arrays.asList("其他","正常","中文","中国","普通","2%");
|
|
|
public static final List<String> IGNORE_KEYWORDS = Arrays.asList("其他","正常","中文","中国","普通","2%","时尚");
|
|
|
|
|
|
/**
|
|
|
* 返回智能搜索词的数量
|
...
|
...
|
|