Authored by Gino Zhang

将品牌+品类的权重调整为7

... ... @@ -8,8 +8,8 @@ public enum KeywordType {
BrandName(1, 8, SuggestionConstants.BRANDNAME_ENABLED_KEY),
ShopName(7, 8, SuggestionConstants.SHOPNAME_ENABLED_KEY),
SortName(2, 8, SuggestionConstants.SORTNAME_ENABLED_KEY),
BrandWithSortName(11, 8, SuggestionConstants.BRANDWITHSORTNAME_ENABLED_KEY),
BrandWithSortName(11, 7, SuggestionConstants.BRANDWITHSORTNAME_ENABLED_KEY),
TblBrandName(9, 7, SuggestionConstants.BRANDNAME_ENABLED_KEY),
TblSortName(10, 7, SuggestionConstants.SORTNAME_ENABLED_KEY),
... ...