|
@@ -127,6 +127,9 @@ public class RecallService implements ApplicationContextAware {
|
|
case "random":
|
|
case "random":
|
|
strategies.add(strategyMap.get(FlowPoolWithLevelRecallStrategyFilterDigit.class.getSimpleName()));
|
|
strategies.add(strategyMap.get(FlowPoolWithLevelRecallStrategyFilterDigit.class.getSimpleName()));
|
|
break;
|
|
break;
|
|
|
|
+ case "tomson":
|
|
|
|
+ strategies.add(strategyMap.get(FlowPoolWithLevelRecallStrategyTomsonFilterDigit.class.getSimpleName()));
|
|
|
|
+ break;
|
|
case "score":
|
|
case "score":
|
|
strategies.add(strategyMap.get(FlowPoolWithLevelScoreRecallStrategy.class.getSimpleName()));
|
|
strategies.add(strategyMap.get(FlowPoolWithLevelScoreRecallStrategy.class.getSimpleName()));
|
|
break;
|
|
break;
|