Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
77317d5e
Commit
77317d5e
authored
Oct 16, 2020
by
macro
Browse files
Update EsProductRepository.java
parent
bf4c8519
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-search/src/main/java/com/macro/mall/search/repository/EsProductRepository.java
View file @
77317d5e
...
...
@@ -6,7 +6,7 @@ import org.springframework.data.domain.Pageable;
import
org.springframework.data.elasticsearch.repository.ElasticsearchRepository
;
/**
* 商品ES操作类
*
搜索
商品ES操作类
* Created by macro on 2018/6/19.
*/
public
interface
EsProductRepository
extends
ElasticsearchRepository
<
EsProduct
,
Long
>
{
...
...
@@ -17,7 +17,6 @@ public interface EsProductRepository extends ElasticsearchRepository<EsProduct,
* @param subTitle 商品标题
* @param keywords 商品关键字
* @param page 分页信息
* @return
*/
Page
<
EsProduct
>
findByNameOrSubTitleOrKeywords
(
String
name
,
String
subTitle
,
String
keywords
,
Pageable
page
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment