- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getDefaultIndexSettings (0.11 seconds)
-
src/main/java/org/codelibs/fess/suggest/Suggester.java
* <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> * <li>{@link #isSuggestIndex(String)}: Checks if the given index name is a suggestion index.</li> * </ul> */ public class Suggester {
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 21.6K bytes - Click Count (3) -
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 getDefaultIndexSettings boolean created = suggester.createIndexIfNothing();Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 13.1K bytes - Click Count (0)