- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Hockin (0.08 sec)
-
src/test/java/org/codelibs/fess/suggest/SuggesterResourceLoadingTest.java
} /** * Test that both mapping and settings resources can be loaded simultaneously. * Verifies no resource contention or locking issues. */ @Test public void testResourceLoading_simultaneousAccess() throws Exception { String mappings; String settings; // Load both resourcesRegistered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 9.6K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
// Should not throw NullPointerException try { // Note: We can't easily test connect() fully without mocking createClient() // This test verifies the null check logic indirectly final String[] indices = fesenClient.targetIndices != null ? fesenClient.targetIndices : new String[0];Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:44:44 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
this.streamCloseTimeout = streamCloseTimeout; } /** * Sends a command to the process associated with the given session ID. * Uses finer-grained locking to avoid blocking other operations during I/O. * * @param sessionId unique identifier for the process session * @param command the command to send to the processRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 06:54:47 UTC 2025 - 10.9K bytes - Viewed (0)