@@ -543,7 +543,7 @@ public class CoreServiceImpl implements CoreService {
RecallVideoScoreParam param = new RecallVideoScoreParam();
param.setQueryText(matchContent.getTitle());
param.setTopN(10);
- param.setAlpha(0.6);
+ param.setAlpha(0.7);
param.setSimMin(0.6);
param.setRovMin(0.0);
param.setDays(30);
@@ -252,7 +252,7 @@ public class NewMatchVideoServiceImpl implements NewMatchVideoService {
param.setQueryText(title);