|
@@ -62,7 +62,7 @@ public class AdRankItem implements Comparable<AdRankItem> {
|
|
|
|
|
|
private Map<String, Double> rankerScore = new HashMap<>();
|
|
|
private Map<String, Integer> rankerIndex = new HashMap<>();
|
|
|
-
|
|
|
+ private Map<String, Double> scoreMap = new HashMap<>();
|
|
|
|
|
|
@Override
|
|
|
public int compareTo(AdRankItem o) {
|