Showing
1 changed file
with
0 additions
and
2 deletions
@@ -499,8 +499,6 @@ public class SearchServiceHelper { | @@ -499,8 +499,6 @@ public class SearchServiceHelper { | ||
499 | if (standardValues.length() > 0) { | 499 | if (standardValues.length() > 0) { |
500 | long[] standards = ConvertUtils.stringToLongArray(standardValues.toString().replaceFirst(",", ""), ","); | 500 | long[] standards = ConvertUtils.stringToLongArray(standardValues.toString().replaceFirst(",", ""), ","); |
501 | for (long standard : standards) { | 501 | for (long standard : standards) { |
502 | - // boolFilter.must(FilterBuilders.termFilter("standardIds", | ||
503 | - // standard)); | ||
504 | boolFilter.must(QueryBuilders.termQuery(ProductIndexEsField.standardIds, standard)); | 502 | boolFilter.must(QueryBuilders.termQuery(ProductIndexEsField.standardIds, standard)); |
505 | } | 503 | } |
506 | } | 504 | } |
-
Please register or login to post a comment