...
|
...
|
@@ -33,6 +33,7 @@ public class ProductIndexBOToMapService { |
|
|
map.put(ProductIndexEsField.brandNameEn, productIndexBO.getBrandNameEn());
|
|
|
map.put(ProductIndexEsField.brandKeyword, productIndexBO.getBrandKeyword());
|
|
|
map.put(ProductIndexEsField.brandName, productIndexBO.getBrandName());
|
|
|
map.put(ProductIndexEsField.csBrandKeyword, productIndexBO.getCsBrandKeyword());
|
|
|
map.put(ProductIndexEsField.style, productIndexBO.getStyle());
|
|
|
map.put(ProductIndexEsField.salesPhrase, productIndexBO.getSalesPhrase());
|
|
|
map.put(ProductIndexEsField.maxSortId, productIndexBO.getMaxSortId());
|
...
|
...
|
|