- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for StringUtil (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
runtime.registerData("installationLink", getHelpUrl(installationLink)); runtime.registerData("storageEnabled", StringUtil.isNotBlank(fessConfig.getStorageEndpoint()) && StringUtil.isNotBlank(fessConfig.getStorageBucket())); final boolean eoled = isEoled(); runtime.registerData("eoled", eoled); if (eoled) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} final FessConfig fessConfig = ComponentUtil.getFessConfig(); if (StringUtil.isNotBlank(fessConfig.getIndexDictionaryPrefix())) { String dictionaryPath = System.getProperty("fess.dictionary.path", StringUtil.EMPTY); if (StringUtil.isBlank(dictionaryPath)) { System.setProperty("fess.dictionary.path", fessConfig.getIndexDictionaryPrefix() + "/");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0)