有货索引里ufo商品,加入系列的关键词,用于模糊搜索
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -34,7 +34,7 @@ public class UfoToYohoGeneralService { | @@ -34,7 +34,7 @@ public class UfoToYohoGeneralService { | ||
34 | //系列 | 34 | //系列 |
35 | BrandSeries brandSeries = ufoBrandSeriesMap.get(product.getSeriesId()); | 35 | BrandSeries brandSeries = ufoBrandSeriesMap.get(product.getSeriesId()); |
36 | if (brandSeries != null) { | 36 | if (brandSeries != null) { |
37 | - productIndexBO.setSpecialSearchField(brandSeries.getSeriesName()); | 37 | + productIndexBO.setSpecialSearchField(brandSeries.getSeriesName() + "," + brandSeries.getSeriesSearch()); |
38 | } | 38 | } |
39 | //库存 | 39 | //库存 |
40 | productIndexBO.setStorageNum(BigDecimal.valueOf(100)); | 40 | productIndexBO.setStorageNum(BigDecimal.valueOf(100)); |
-
Please register or login to post a comment