- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SuggestSettingsException (0.09 sec)
-
src/main/java/org/codelibs/fess/suggest/exception/SuggestSettingsException.java
*/ public class SuggestSettingsException extends RuntimeException { private static final long serialVersionUID = 1L; /** * Constructs a new SuggestSettingsException with the specified detail message. * @param msg The detail message. */ public SuggestSettingsException(final String msg) { super(msg); } /** * Constructs a new SuggestSettingsException with the specified cause.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/BadWordSettings.java
import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.fess.suggest.exception.SuggestSettingsException; import org.opensearch.core.common.Strings; import org.opensearch.transport.client.Client; /** * The BadWordSettings class manages the settings related to bad words.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 5.3K bytes - Viewed (0)