- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setFailureCountThreshold (0.09 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setAppendQueryParameter(isCheckboxEnabled(form.appendQueryParameter)); fessConfig.setIgnoreFailureType(form.ignoreFailureType); fessConfig.setFailureCountThreshold(form.failureCountThreshold); fessConfig.setWebApiPopularWord(isCheckboxEnabled(form.popularWord)); fessConfig.setCsvFileEncoding(form.csvFileEncoding);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default String getIgnoreFailureType() { return getSystemProperty(Constants.IGNORE_FAILURE_TYPE_PROPERTY, Constants.DEFAULT_IGNORE_FAILURE_TYPE); } default void setFailureCountThreshold(final int value) { setSystemPropertyAsInt(Constants.FAILURE_COUNT_THRESHOLD_PROPERTY, value); } default int getFailureCountThreshold() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0)