- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for olur (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/app/job/ScriptExecutorJobTest.java
return scheduledJob; } private void registerComponents(final ScheduledJob scheduledJob, final AtomicReference<JobLog> storedJobLog) { // FessConfig that accepts our target final FessConfig fessConfig = new FessConfig.SimpleImpl() { @Override public boolean isSchedulerTarget(final String target) { return true; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
// The real getDocumentCount returns -1 on error; our test double tracks this testClient.documentCountError = true; final long count = testClient.getDocumentCount("nonexistent_index"); assertEquals(-1L, count); } @Test public void test_getAliasCount_returnsZeroOnError() { // The real getAliasCount returns 0 on error; our test double tracks thisCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0)