- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setLastUpdated_LessEqual (0.15 sec)
-
src/main/java/org/codelibs/fess/app/service/JobLogService.java
final List<JobLog> list = jobLogBhv.selectList(cb -> { cb.query().bool((must, should, mustNot, filter) -> { must.setLastUpdated_LessEqual(expiry); mustNot.setEndTime_Exists(); }); }); if (!list.isEmpty()) { list.forEach(jobLog -> { jobLog.setJobStatus(Constants.FAIL);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setLastUpdated_LessEqual(Long lastUpdated) { setLastUpdated_LessEqual(lastUpdated, null); } public void setLastUpdated_LessEqual(Long lastUpdated, ConditionOptionCall<RangeQueryBuilder> opLambda) { final Object _value = lastUpdated;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 71.3K bytes - Viewed (0)