- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getIncludedDocUrls (0.18 sec)
-
src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java
final SystemHelper systemHelper = ComponentUtil.getSystemHelper(); if (includedDocUrlPatterns == null) { if (StringUtil.isNotBlank(getIncludedDocUrls())) { final List<Pattern> urlPatterList = new ArrayList<>(); final String[] urls = getIncludedDocUrls().split("[\r\n]"); for (final String u : urls) { final String v = systemHelper.normalizeConfigPath(u);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java
} public void setExcludedUrls(String value) { registerModifiedProperty("excludedUrls"); this.excludedUrls = value; } public String getIncludedDocUrls() { checkSpecifiedProperty("includedDocUrls"); return convertEmptyToNull(includedDocUrls); } public void setIncludedDocUrls(String value) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java
setupEpg(_epgMap, et -> ((WebConfig) et).getExcludedUrls(), (et, vl) -> ((WebConfig) et).setExcludedUrls(DfTypeUtil.toString(vl)), "excludedUrls"); setupEpg(_epgMap, et -> ((WebConfig) et).getIncludedDocUrls(), (et, vl) -> ((WebConfig) et).setIncludedDocUrls(DfTypeUtil.toString(vl)), "includedDocUrls");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18.4K bytes - Viewed (0)