Showing
1 changed file
with
0 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment