Authored by unknown

fix bug

... ... @@ -304,7 +304,6 @@ public class SortRecallSceneService extends AbstractRecallService {
int[] smallsortids = ConvertUtils.stringToIntArray(paramMap.get(SearchRequestParams.PARAM_SEARCH_SMALLSORT), ",");
boolFilter.must(QueryBuilders.termsQuery("smallSortIds", smallsortids));
}
boolFilter.must(QueryBuilders.termsQuery("smallSortIds", Arrays.asList("383", "375", "461", "463")));
searchParam.setFiter(boolFilter);
// 2、设置query
... ...