Authored by hugufei

去除无用代码

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