Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testLoadJsonResourceWithDictionaryPath (0.23 seconds)

  1. src/test/java/org/codelibs/fess/suggest/util/SettingsResourceLoaderTest.java

            String content = SettingsResourceLoader.loadJsonResource("suggest_indices/suggest_settings.json", substitutions);
            assertNotNull(content);
        }
    
        @Test
        public void testLoadJsonResourceWithDictionaryPath() throws IOException {
            // Set the dictionary path for testing
            String originalPath = System.getProperty("fess.dictionary.path", "");
    
            try {
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 4K bytes
    - Click Count (0)
Back to Top