- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for differs (0.03 seconds)
-
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
if (expected == null || actual == null) { fail("Arrays are not equal: one is null"); } assertEquals("Array lengths differ", expected.length, actual.length); for (int i = 0; i < expected.length; i++) { assertEquals("Array element at index " + i + " differs", expected[i], actual[i]); } } @Override protected void setUp(TestInfo testInfo) throws Exception {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 25K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/LogNotificationHelper.java
import org.codelibs.fess.util.ComponentUtil; import jakarta.annotation.PostConstruct; import jakarta.annotation.PreDestroy; /** * Helper that manages the lifecycle of the log notification timer and * buffers log notification events for periodic flushing to OpenSearch. */ public class LogNotificationHelper { /** * Default constructor. */ public LogNotificationHelper() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/FessUserTest.java
assertNotNull(actual, "Actual array is null but expected is not"); assertEquals("Array lengths differ", expected.length, actual.length); for (int i = 0; i < expected.length; i++) { assertEquals("Arrays differ at index " + i, expected[i], actual[i]); } } // Test implementation of FessUser interface
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 11.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
*/ public boolean isTeminated() { return teminated; } } /** * Thread that reads input stream data and buffers it for later retrieval. * Captures output from command execution with configurable line buffering. */ protected static class InputStreamThread extends Thread {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.4K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
errors.password_no_uppercase = Das Passwort muss mindestens einen Großbuchstaben enthalten. errors.password_no_lowercase = Das Passwort muss mindestens einen Kleinbuchstaben enthalten. errors.password_no_digit = Das Passwort muss mindestens eine Ziffer enthalten. errors.password_no_special_char = Das Passwort muss mindestens ein Sonderzeichen enthalten. errors.password_is_blacklisted = Dieses Passwort ist nicht erlaubt. Bitte wählen Sie ein anderes Passwort.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
MIGRATION.md
# Migration Guide This guide provides comprehensive instructions for migrating from other enterprise search systems to Fess. Fess offers robust compatibility layers, import tools, and APIs to facilitate smooth transitions from various search platforms. ## Table of Contents - [Supported Migration Sources](#supported-migration-sources) - [Pre-Migration Planning](#pre-migration-planning) - [Migration Methods](#migration-methods)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 12:40:11 GMT 2025 - 23.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 01 12:47:47 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
logger.warn("Failed to access groups/roles in Entra ID.", e); } } /** * Schedules asynchronous parent group lookup using TimeoutManager. * This method defers the retrieval of nested group information to avoid login delays. * @param user The Entra ID user. * @param initialGroups The initial group list to be updated.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0)