- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getIncludedDocPaths (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/FileConfig.java
if (includedDocPathPatterns == null) { if (StringUtil.isNotBlank(getIncludedDocPaths())) { final List<Pattern> pathPatterList = new ArrayList<>(); final String[] paths = getIncludedDocPaths().split("[\r\n]"); for (final String u : paths) { final String v = systemHelper.normalizeConfigPath(u);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 24 02:07:40 GMT 2025 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFileConfig.java
} public void setExcludedPaths(String value) { registerModifiedProperty("excludedPaths"); this.excludedPaths = value; } public String getIncludedDocPaths() { checkSpecifiedProperty("includedDocPaths"); return convertEmptyToNull(includedDocPaths); } public void setIncludedDocPaths(String value) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 13.7K bytes - Click Count (0)