...
|
...
|
@@ -24,7 +24,7 @@ public class SuggestionConstants { |
|
|
"And I", "odm", "rex", "Lee", "pass", "Gold", "Star")
|
|
|
.map(String::toLowerCase).collect(Collectors.toSet());
|
|
|
|
|
|
public static final List<String> IGNORE_BRAND_NAMES = Arrays.asList("+-×÷");
|
|
|
public static final List<String> IGNORE_BRAND_NAMES = Arrays.asList("+-×÷","And I");
|
|
|
|
|
|
/**
|
|
|
* 返回智能搜索词的数量
|
...
|
...
|
|