|
@@ -73,7 +73,11 @@ public class RankV5Strategy implements RankStrategy {
|
|
|
}
|
|
|
} else {
|
|
|
score = item.getScore(ScoreStrategyEnum.SIMILARITY.value())
|
|
|
+ * weightService.getWeight(param.getStrategy(), param.getGhId(), index,
|
|
|
+ ScoreStrategyEnum.SIMILARITY.value())
|
|
|
+ item.getScore(ScoreStrategyEnum.CATEGORY.value())
|
|
|
+ * weightService.getWeight(param.getStrategy(), param.getGhId(), index,
|
|
|
+ ScoreStrategyEnum.CATEGORY.value())
|
|
|
+ item.getScore(ScoreStrategyEnum.ACCOUNT_PRE_DISTRIBUTE.value())
|
|
|
+ item.getScore(ScoreStrategyEnum.PUBLISH_TIMES.value())
|
|
|
+ item.getScore(ScoreStrategyEnum.CRAWLER_DAYS_DECREASE_STRATEGY.value())
|