实时品类+品牌的数量由10个增加到15个,每个品牌品类召8个商品【80-> 120】
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -2,7 +2,7 @@ package com.yoho.search.recall.scene.constants; | @@ -2,7 +2,7 @@ package com.yoho.search.recall.scene.constants; | ||
2 | 2 | ||
3 | public class RecallCommonConstants { | 3 | public class RecallCommonConstants { |
4 | 4 | ||
5 | - public static final int maxRealTimeSortBrandCount = 12;//截取【品牌-品类】的数量-for召回【10->12】 | 5 | + public static final int maxRealTimeSortBrandCount = 15;//截取【品牌-品类】的数量-for召回【10->12】 |
6 | 6 | ||
7 | public static final int maxVectorSortBrandCount = 6;//截取【品牌-品类】的数量-for召回【10->6】 | 7 | public static final int maxVectorSortBrandCount = 6;//截取【品牌-品类】的数量-for召回【10->6】 |
8 | 8 |
@@ -18,7 +18,7 @@ public class SknCountConstants { | @@ -18,7 +18,7 @@ public class SknCountConstants { | ||
18 | public static final int NEW_SHOP = 5;//减少10->5 | 18 | public static final int NEW_SHOP = 5;//减少10->5 |
19 | public static final int ADD_FLOW = 10; | 19 | public static final int ADD_FLOW = 10; |
20 | 20 | ||
21 | - public static final int REC_SORT_BRAND_SKN_COUNT = 10;//8-10 | 21 | + public static final int REC_SORT_BRAND_SKN_COUNT = 8; |
22 | public static final int PRED_SORT_BRAND_SKN_COUNT = 4;//8->4 | 22 | public static final int PRED_SORT_BRAND_SKN_COUNT = 4;//8->4 |
23 | public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4 | 23 | public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4 |
24 | 24 |
-
Please register or login to post a comment