|
@@ -43,7 +43,7 @@ import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue;
|
|
|
public class RankStrategy4RegionMergeModelV6 extends RankService {
|
|
|
@ApolloJsonValue("${rank.score.merge.weight:}")
|
|
|
private Map<String, Double> mergeWeight;
|
|
|
- @ApolloJsonValue("${RankStrategy4DensityFilter:}")
|
|
|
+ @ApolloJsonValue("${RankStrategy4DensityFilterV2:}")
|
|
|
private Map<String,Map<String, Map<String, String>>> filterRules = new HashMap<>();
|
|
|
final private String CLASS_NAME = this.getClass().getSimpleName();
|
|
|
public void duplicate(Set<Long> setVideo, List<Video> videos){
|