...
|
...
|
@@ -43,7 +43,7 @@ public class SelectionWithOutAdvanceImpl implements ISelectionsWithOutAdvanceSer |
|
|
private SearchAfterCacheService searchAfterCacheService;
|
|
|
|
|
|
@Override
|
|
|
public SearchApiResult getSelectionsWithOutAdvance(Map<String, String> paramMap) {
|
|
|
public SearchApiResult getSelectionsForApp(Map<String, String> paramMap) {
|
|
|
try {
|
|
|
// 首先解析参数转化为检索条件--SearchParam
|
|
|
SearchParam searchParam = new SearchParam();
|
...
|
...
|
@@ -82,7 +82,7 @@ public class SelectionWithOutAdvanceImpl implements ISelectionsWithOutAdvanceSer |
|
|
searchCacheService.addJSONObjectToCache(productIndexName, searchParam, dataMap);
|
|
|
return new SearchApiResult().setData(dataMap);
|
|
|
} catch (Exception e) {
|
|
|
return SearchApiResultUtils.errorSearchApiResult("getSelectionsWithOutAdvance", paramMap, e);
|
|
|
return SearchApiResultUtils.errorSearchApiResult("getSelectionsForApp", paramMap, e);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|