Merge branch 'recall_config' into 0510
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -52,7 +52,7 @@ public class FunctionScoreSearchHelper { | @@ -52,7 +52,7 @@ public class FunctionScoreSearchHelper { | ||
52 | // 新品到着的个性化时间维度 | 52 | // 新品到着的个性化时间维度 |
53 | private static final FirstShelveTimeScore NEW_REC_FIRST_SHELVE_SCORE = new FirstShelveTimeScore(4, 1, 3); | 53 | private static final FirstShelveTimeScore NEW_REC_FIRST_SHELVE_SCORE = new FirstShelveTimeScore(4, 1, 3); |
54 | // 模糊搜索的个性化时间维度 | 54 | // 模糊搜索的个性化时间维度 |
55 | - private static final FirstShelveTimeScore FUZZY_FIRST_SHELVE_SCORE = new FirstShelveTimeScore(90, 60, 30); | 55 | + private static final FirstShelveTimeScore FUZZY_FIRST_SHELVE_SCORE = new FirstShelveTimeScore(180, 150, 30); |
56 | 56 | ||
57 | /** | 57 | /** |
58 | * 添加打分规则 | 58 | * 添加打分规则 |
-
Please register or login to post a comment