This commit is contained in:
daihh
2022-12-30 17:22:01 +08:00
parent ccb0948516
commit 06831f18af
3 changed files with 28 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ public interface ICourseFullTextSearch {
*/
boolean checkHas(String indexName,String id);
boolean reCreateIndex(String indexName) throws Exception;
/**
* 更新一个字段
* @param indexName