- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for getSearchEngineHttpAddress (0.17 sec)
-
src/main/java/org/codelibs/fess/util/ResourceUtil.java
private static final String FESS_APP_DOCKER = "docker"; protected ResourceUtil() { // nothing } public static String getFesenHttpUrl() { final String url = SystemUtil.getSearchEngineHttpAddress(); if (url != null) { return url; } final FessConfig fessConfig = ComponentUtil.getFessConfig(); return fessConfig.getFesenHttpUrl(); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 08:52:32 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/SuggestJob.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
case UNAUTHORIZED: logger.warn("[{}] Unauthorized access: {}", i, SystemUtil.getSearchEngineHttpAddress(), cause); break; default: logger.debug("[{}][{}] Failed to access to Fesen ({})", i, status, SystemUtil.getSearchEngineHttpAddress(), cause); break; } } else if (logger.isDebugEnabled()) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} catch (final Exception e) { // ignore } } initializeProbes(); final String httpAddress = SystemUtil.getSearchEngineHttpAddress(); if (StringUtil.isNotBlank(httpAddress)) { System.setProperty(FesenClient.HTTP_ADDRESS, httpAddress); } TimeoutTask systemMonitorTask = null;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0)