Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getExcludedDocPaths (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/opensearch/config/exentity/FileConfig.java

                }
            }
    
            if (excludedDocPathPatterns == null) {
                if (StringUtil.isNotBlank(getExcludedDocPaths())) {
                    final List<Pattern> pathPatterList = new ArrayList<>();
                    final String[] paths = getExcludedDocPaths().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)
Back to Top