...
|
...
|
@@ -27,8 +27,6 @@ public class SearchServiceHelper { |
|
|
@Autowired
|
|
|
private SearchCommonHelper searchCommonHelper;
|
|
|
@Autowired
|
|
|
private SearchKeyWordHelper searchKeyWordService;
|
|
|
@Autowired
|
|
|
private FunctionScoreSearchHelper functionScoreSearchHelper;
|
|
|
@Autowired
|
|
|
private SearchServiceConfiger configurer;
|
...
|
...
|
@@ -75,9 +73,6 @@ public class SearchServiceHelper { |
|
|
queryBuilder.operator(Operator.AND);
|
|
|
}
|
|
|
|
|
|
// 5.如果不是skn,则将搜索关键词存进redis
|
|
|
searchKeyWordService.recordKeyWord(query);
|
|
|
|
|
|
return queryBuilder;
|
|
|
}
|
|
|
|
...
|
...
|
|