...
|
...
|
@@ -2,10 +2,10 @@ package com.yoho.search.recall.scene.constants; |
|
|
|
|
|
public class RecallCommonConstants {
|
|
|
|
|
|
public static final int MAX_JOIN_BRANDID = 20;
|
|
|
public static final int MAX_JOIN_SORT_PRICE = 10;//截取【品类-价格带】的数量-for召回
|
|
|
|
|
|
public static final int MAX_JOIN_SORT_PRICE = 10;
|
|
|
public static final int MAX_JOIN_BRANDID = 15;//截取【品牌的】数量-for召回
|
|
|
|
|
|
public static final int MAX_JOIN_SORT_BRAND= 50;
|
|
|
public static final int MAX_JOIN_SORT_BRAND= 30;//截取【品牌-品类】的数量-for排序
|
|
|
|
|
|
} |
...
|
...
|
|