|
@@ -210,6 +210,10 @@ public class RankStrategy4RegionMergeModelV565 extends RankStrategy4RegionMergeM
|
|
|
double vorCoefficient = mergeWeight.getOrDefault("vor_coefficient", 1d);
|
|
|
vor24h = vorCoefficient * vor24h;
|
|
|
}
|
|
|
+
|
|
|
+ item.getScoresMap().put("hasReturnRovScore", ros24h);
|
|
|
+ item.getScoresMap().put("vor", vor24h);
|
|
|
+ item.getScoresMap().put("calcVorMode", calcVorMode);
|
|
|
score = fmRov * (0.1 + ros24h) * (0.1 + vor24h);
|
|
|
|
|
|
|