Authored by hugufei

去除无用代码

@@ -126,8 +126,6 @@ public class FunctionScoreSearchHelper { @@ -126,8 +126,6 @@ public class FunctionScoreSearchHelper {
126 scorers.add(searchScorerFactory.getFirstShelveTimeScorer(getOtherPageShelveTimeScore())); 126 scorers.add(searchScorerFactory.getFirstShelveTimeScorer(getOtherPageShelveTimeScore()));
127 // 4、品类页添加加分SKN的打分器 127 // 4、品类页添加加分SKN的打分器
128 scorers.add(searchScorerFactory.getAddScoreSknsScorer()); 128 scorers.add(searchScorerFactory.getAddScoreSknsScorer());
129 - // 5、this.addIncreaseScoreBrandIds(functionScoreQueryBuilder);  
130 - // 6、this.addIncraseScoreForBrandWithSort(functionScoreQueryBuilder);  
131 return scorers; 129 return scorers;
132 } 130 }
133 131