|
@@ -243,6 +243,7 @@ public class RankStrategy4RegionMergeModelV1 extends RankService {
|
|
|
Collections.sort(result, Comparator.comparingDouble(o -> -o.getSortScore()));
|
|
|
return result;
|
|
|
}
|
|
|
+
|
|
|
public double calNewVideoScore(Map<String, String> itemBasicMap){
|
|
|
double existenceDays = Double.valueOf(itemBasicMap.getOrDefault("existence_days", "30"));
|
|
|
if (existenceDays > 5){
|