Commit 99df6e64 authored by macro's avatar macro
Browse files

Update EsProductService.java

parent ddfedbfe
...@@ -47,7 +47,7 @@ public interface EsProductService { ...@@ -47,7 +47,7 @@ public interface EsProductService {
Page<EsProduct> recommend(Long id, Integer pageNum, Integer pageSize); Page<EsProduct> recommend(Long id, Integer pageNum, Integer pageSize);
/** /**
* 获取搜索词相关品牌、分类、属性 * 搜索关键字相关品牌、分类、属性
*/ */
EsProductRelatedInfo searchRelatedInfo(String keyword); EsProductRelatedInfo searchRelatedInfo(String keyword);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment