|
@@ -219,6 +219,12 @@ public class RecallService implements ApplicationContextAware {
|
|
|
boolean isHit565Exp = experimentService.judgeHitAlgoExp(param.getAppType(), param.getRootSessionId(), abExpCodes, "565");
|
|
boolean isHit565Exp = experimentService.judgeHitAlgoExp(param.getAppType(), param.getRootSessionId(), abExpCodes, "565");
|
|
|
if (isHit565Exp) {
|
|
if (isHit565Exp) {
|
|
|
strategies.add(strategyMap.get(UserProfileDkElementsRecallStrategy.class.getSimpleName()));
|
|
strategies.add(strategyMap.get(UserProfileDkElementsRecallStrategy.class.getSimpleName()));
|
|
|
|
|
+ // V565 (tail=6,7) 追加 XF 画像路, 与老 dk_elements 并存跑对比
|
|
|
|
|
+ strategies.add(strategyMap.get(UserProfileDkElementsXFRecallStrategy.class.getSimpleName()));
|
|
|
|
|
+ }
|
|
|
|
|
+ if (isHit568Exp) {
|
|
|
|
|
+ // V568 (tail=5,d) 新增 XF 画像路 (isHit568Exp 已在上方 UserCate1/2RecallStrategyV568 处判定)
|
|
|
|
|
+ strategies.add(strategyMap.get(UserProfileDkElementsXFRecallStrategy.class.getSimpleName()));
|
|
|
}
|
|
}
|
|
|
boolean isHit562Exp = experimentService.judgeHitAlgoExp(param.getAppType(), param.getRootSessionId(), abExpCodes, "562");
|
|
boolean isHit562Exp = experimentService.judgeHitAlgoExp(param.getAppType(), param.getRootSessionId(), abExpCodes, "562");
|
|
|
if (isHit562Exp) {
|
|
if (isHit562Exp) {
|