Authored by hugufei

fix无用代码

@@ -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 = 15;//截取【品牌-品类】的数量-for召回【10->12 5 + public static final int maxRealTimeSortBrandCount = 15;//截取【品牌-品类】的数量-for召回【10->15
6 6
7 public static final int maxVectorRNNSortBrandCount = 6;//截取【品牌-品类】的数量-for召回【10->6】 7 public static final int maxVectorRNNSortBrandCount = 6;//截取【品牌-品类】的数量-for召回【10->6】
8 8
@@ -17,7 +17,6 @@ public class SknCountConstants { @@ -17,7 +17,6 @@ public class SknCountConstants {
17 public static final int ADD_FLOW = 10; 17 public static final int ADD_FLOW = 10;
18 18
19 public static final int REC_SORT_BRAND_SKN_COUNT = 8; 19 public static final int REC_SORT_BRAND_SKN_COUNT = 8;
20 - public static final int PRED_SORT_BRAND_SKN_COUNT = 4;//8->4  
21 public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4 20 public static final int VEC_SORT_BRAND_SKN_COUNT = 4;//8->4
22 21
23 public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 200; 22 public static final int MAX_USER_RECALL_SKN_CACHE_COUNT = 200;