- Sort Score
- Result 10 results
- Languages All
Results 31 - 33 of 33 for batchUpdate (0.81 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
} public int[] batchUpdate(List<User> list) { return batchUpdate(list, null, null); } public int[] batchUpdate(List<User> list, RequestOptionCall<BulkRequestBuilder> call) { return batchUpdate(list, call, null); } public int[] batchUpdate(List<User> list, RequestOptionCall<BulkRequestBuilder> call,Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/JobLogService.java
jobLog.setScriptResult("No response from Job."); jobLog.setEndTime(ComponentUtil.getSystemHelper().getCurrentTimeAsLong()); }); jobLogBhv.batchUpdate(list); } } /** * Sets the time interval after which jobs are considered expired. * * @param expiredJobInterval the time interval in milliseconds */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
updateList.forEach(this::writeSearchLogEvent); } // insert/update user info userInfoBhv.batchInsert(insertList); userInfoBhv.batchUpdate(updateList); // update search log searchLogList.stream().forEach(searchLog -> { searchLog.getUserInfo().ifPresent(userInfo -> {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 26.4K bytes - Viewed (0)