- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for http_address (0.23 sec)
-
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
} cmdList.add(buf.toString()); if (useLocalFesen) { final String httpAddress = SystemUtil.getSearchEngineHttpAddress(); if (StringUtil.isNotBlank(httpAddress)) { cmdList.add("-D" + Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS + "=" + httpAddress); } } final String systemLastaEnv = System.getProperty("lasta.env");
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
} cmdList.add(buf.toString()); if (useLocalFesen) { final String httpAddress = SystemUtil.getSearchEngineHttpAddress(); if (StringUtil.isNotBlank(httpAddress)) { cmdList.add("-D" + Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS + "=" + httpAddress); } } final String systemLastaEnv = System.getProperty("lasta.env");
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/job/CrawlJob.java
} cmdList.add(buf.toString()); if (useLocalFesen) { final String httpAddress = SystemUtil.getSearchEngineHttpAddress(); if (StringUtil.isNotBlank(httpAddress)) { cmdList.add("-D" + Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS + "=" + httpAddress); } } final String systemLastaEnv = System.getProperty("lasta.env");
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/es/client/SearchEngineClient.java
} } String httpAddress = SystemUtil.getSearchEngineHttpAddress(); if (StringUtil.isBlank(httpAddress) && runner == null) { switch (fessConfig.getFesenType()) { case Constants.FESEN_TYPE_CLOUD: case Constants.FESEN_TYPE_AWS: httpAddress = org.codelibs.fess.util.ResourceUtil.getFesenHttpUrl(); break;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)