- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setEndTime_LessThan (0.1 sec)
-
src/main/java/org/codelibs/fess/app/service/JobLogService.java
final long oneday = 24 * 60 * 60 * 1000L; final long targetTime = ComponentUtil.getSystemHelper().getCurrentTimeAsLong() - days * oneday; jobLogBhv.queryDelete(cb -> { cb.query().setEndTime_LessThan(targetTime); }); } /** * Deletes job logs that have any of the specified job statuses. * * @param jobStatusList the list of job statuses to match for deletion */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsJobLogCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setEndTime_LessThan(Long endTime) { setEndTime_LessThan(endTime, null); } public void setEndTime_LessThan(Long endTime, ConditionOptionCall<RangeQueryBuilder> opLambda) { final Object _value = endTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 71.3K bytes - Viewed (0)