- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for batchDelete (0.04 sec)
-
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
elevateWordToLabelBhv.batchInsert(newList, op -> { op.setRefreshPolicy(Constants.TRUE); }); elevateWordToLabelBhv.batchDelete(list, op -> { op.setRefreshPolicy(Constants.TRUE); }); } } } /** * Deletes an elevate word from the system. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
crawlingInfoIdList.add(cs.getId()); } crawlingInfoParamBhv.queryDelete(cb2 -> cb2.query().setCrawlingInfoId_InScope(crawlingInfoIdList)); crawlingInfoBhv.batchDelete(crawlingInfoList, op -> op.setRefreshPolicy(Constants.TRUE)); } } /** * Stores a list of crawling information parameters in batch.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0)