提交ES的修改

This commit is contained in:
daihh
2022-12-30 12:11:37 +08:00
parent 3e8778fc80
commit e574451f17
4 changed files with 112 additions and 13 deletions

View File

@@ -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;
// /**
// * 重新发布到全文检索