...
|
...
|
@@ -29,17 +29,23 @@ public class ProductIndexBaseService { |
|
|
productIndexExcludeFields.add("specialSearchField*");
|
|
|
productIndexExcludeFields.add("*Keyword");
|
|
|
productIndexExcludeFields.add("standard*");
|
|
|
productIndexExcludeFields.add("pools");
|
|
|
|
|
|
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.pools);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.activities);
|
|
|
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.productFeatureFactor);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.style);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.pattern);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.attributeNames);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.productAttrField);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.promotionTitle);
|
|
|
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.phrase);
|
|
|
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.middleSortName);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.maxSortName);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.smallSortName);
|
|
|
productIndexExcludeFields.add(ProductIndexEsField.phrase);
|
|
|
|
|
|
}
|
|
|
|
|
|
public List<String> getProductIndexExcludeFields() {
|
...
|
...
|
|