mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 18:06:50 +08:00
提交ES的修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.xboe.module.course.service;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
|
||||
import com.xboe.common.PageList;
|
||||
@@ -55,7 +56,10 @@ public interface ICourseFullTextSearch {
|
||||
* @param indexName
|
||||
* @param id
|
||||
*/
|
||||
void remove(String indexName,String id) throws Exception;
|
||||
void removeByDocId(String indexName,String id) throws Exception;
|
||||
|
||||
|
||||
boolean deleteById(String indexName, String id) throws IOException;
|
||||
|
||||
// /**
|
||||
// * 重新发布到全文检索
|
||||
|
||||
Reference in New Issue
Block a user