...
|
...
|
@@ -64,7 +64,7 @@ public class SortBrandVectorCacheBean { |
|
|
RECALL_NEW_LOGGER.info("loadBrandSortVector from [{}] begin........", indexName);
|
|
|
long begin = System.currentTimeMillis();
|
|
|
SearchParam searchParam = new SearchParam();
|
|
|
searchParam.setSize(10000);
|
|
|
searchParam.setSize(15000);
|
|
|
SearchResult searchResult = searchCommonService.doSearch(indexName, searchParam);
|
|
|
Map<String, List<Double>> result = this.buildSortBrandVectors(searchResult, isForRnn);
|
|
|
if (!result.isEmpty()) {
|
...
|
...
|
|