...
|
...
|
@@ -499,8 +499,6 @@ public class SearchServiceHelper { |
|
|
if (standardValues.length() > 0) {
|
|
|
long[] standards = ConvertUtils.stringToLongArray(standardValues.toString().replaceFirst(",", ""), ",");
|
|
|
for (long standard : standards) {
|
|
|
// boolFilter.must(FilterBuilders.termFilter("standardIds",
|
|
|
// standard));
|
|
|
boolFilter.must(QueryBuilders.termQuery(ProductIndexEsField.standardIds, standard));
|
|
|
}
|
|
|
}
|
...
|
...
|
|