Showing
2 changed files
with
0 additions
and
9 deletions
@@ -27,8 +27,6 @@ public class SearchServiceHelper { | @@ -27,8 +27,6 @@ public class SearchServiceHelper { | ||
27 | @Autowired | 27 | @Autowired |
28 | private SearchCommonHelper searchCommonHelper; | 28 | private SearchCommonHelper searchCommonHelper; |
29 | @Autowired | 29 | @Autowired |
30 | - private SearchKeyWordHelper searchKeyWordService; | ||
31 | - @Autowired | ||
32 | private FunctionScoreSearchHelper functionScoreSearchHelper; | 30 | private FunctionScoreSearchHelper functionScoreSearchHelper; |
33 | @Autowired | 31 | @Autowired |
34 | private SearchServiceConfiger configurer; | 32 | private SearchServiceConfiger configurer; |
@@ -75,9 +73,6 @@ public class SearchServiceHelper { | @@ -75,9 +73,6 @@ public class SearchServiceHelper { | ||
75 | queryBuilder.operator(Operator.AND); | 73 | queryBuilder.operator(Operator.AND); |
76 | } | 74 | } |
77 | 75 | ||
78 | - // 5.如果不是skn,则将搜索关键词存进redis | ||
79 | - searchKeyWordService.recordKeyWord(query); | ||
80 | - | ||
81 | return queryBuilder; | 76 | return queryBuilder; |
82 | } | 77 | } |
83 | 78 |
@@ -43,10 +43,6 @@ public class FuzzySceneService extends AbstractSceneService { | @@ -43,10 +43,6 @@ public class FuzzySceneService extends AbstractSceneService { | ||
43 | @Autowired | 43 | @Autowired |
44 | private SearchKeyWordHelper searchKeyWordService; | 44 | private SearchKeyWordHelper searchKeyWordService; |
45 | @Autowired | 45 | @Autowired |
46 | - private IProductIndexService productIndexService; | ||
47 | - @Autowired | ||
48 | - private IAggRecommendService recommendService; | ||
49 | - @Autowired | ||
50 | private SceneAggregationsHelper sceneAggregationsHelper; | 46 | private SceneAggregationsHelper sceneAggregationsHelper; |
51 | @Autowired | 47 | @Autowired |
52 | private FuzzySceneProductListService fuzzySceneProductListService; | 48 | private FuzzySceneProductListService fuzzySceneProductListService; |
-
Please register or login to post a comment