Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ public class SortBrandVectorCacheBean { | @@ -64,7 +64,7 @@ public class SortBrandVectorCacheBean { | ||
64 | RECALL_NEW_LOGGER.info("loadBrandSortVector from [{}] begin........", indexName); | 64 | RECALL_NEW_LOGGER.info("loadBrandSortVector from [{}] begin........", indexName); |
65 | long begin = System.currentTimeMillis(); | 65 | long begin = System.currentTimeMillis(); |
66 | SearchParam searchParam = new SearchParam(); | 66 | SearchParam searchParam = new SearchParam(); |
67 | - searchParam.setSize(10000); | 67 | + searchParam.setSize(15000); |
68 | SearchResult searchResult = searchCommonService.doSearch(indexName, searchParam); | 68 | SearchResult searchResult = searchCommonService.doSearch(indexName, searchParam); |
69 | Map<String, List<Double>> result = this.buildSortBrandVectors(searchResult, isForRnn); | 69 | Map<String, List<Double>> result = this.buildSortBrandVectors(searchResult, isForRnn); |
70 | if (!result.isEmpty()) { | 70 | if (!result.isEmpty()) { |
-
Please register or login to post a comment