- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getDefaultMappings (0.06 sec)
-
src/main/java/org/codelibs/fess/suggest/Suggester.java
* <li>{@link #getUpdateAlias(String)}: Returns the update alias for the given index.</li> * <li>{@link #createIndexName(String)}: Creates a new index name based on the current date and time.</li> * <li>{@link #getDefaultMappings()}: Returns the default mappings for the suggestion index.</li> * <li>{@link #getDefaultIndexSettings()}: Returns the default settings for the suggestion index.</li>
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 21.6K bytes - Viewed (3) -
src/test/java/org/codelibs/fess/suggest/SuggesterResourceLoadingTest.java
* - Missing resource error handling * - Resource content validation * - InputStream null safety in try-with-resources */ public class SuggesterResourceLoadingTest { /** * Test that getDefaultMappings correctly loads and returns mapping resource. */ @Test public void testGetDefaultMappings_loadsCorrectly() throws Exception { // Load resource directly to verify it existsRegistered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 9.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java
* This indirectly tests getDefaultMappings and getDefaultIndexSettings. */ @Test public void testResourceLoading_viaIndexCreation() throws Exception { final Suggester suggester = Suggester.builder().build(client, "resource-test"); // createIndexIfNothing internally calls getDefaultMappings and getDefaultIndexSettingsRegistered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 13.4K bytes - Viewed (0)