feat: There is no way the, Es

This commit is contained in:
super_liu
2022-06-08 11:40:47 +08:00
parent 5911efd8d6
commit 1735f95b4a
10 changed files with 60 additions and 11 deletions
@@ -1411,7 +1411,7 @@ public class SearchCenterServiceImpl implements SearchCenterService {
// .addSort(new ScoreSortBuilder().order(SortOrder.DESC))
.addSort("standTypeOrder",SortOrder.ASC)
.addSort("standSortOrder",SortOrder.ASC)
.addSort("numberTitle",SortOrder.ASC)
.addSort("numberTitle.keyword",SortOrder.ASC)
.addSort("yearOrder",SortOrder.DESC)
.addSort("sortTitle.keyword",SortOrder.ASC)
.setFrom((searchInfoEO.getPage()-1)*searchInfoEO.getPageSize())