- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for IsInitialized (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java
converter.init(); assertTrue(testConverter.isInitialized()); } @Test public void testInitMultipleTimes() throws IOException { // Test multiple initialization calls converter.init(); assertTrue(testConverter.isInitialized()); // Call init again converter.init(); assertTrue(testConverter.isInitialized()); assertEquals(2, testConverter.getInitCount());
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Sep 01 13:33:03 GMT 2025 - 13.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/settings/SuggestSettings.java
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 20.1K bytes - Click Count (0)