Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getExcludedDocUrls (0.08 seconds)

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

                }
            }
    
            if (excludedDocUrlPatterns == null) {
                if (StringUtil.isNotBlank(getExcludedDocUrls())) {
                    final List<Pattern> urlPatterList = new ArrayList<>();
                    final String[] urls = getExcludedDocUrls().split("[\r\n]");
                    for (final String u : urls) {
                        final String v = systemHelper.normalizeConfigPath(u);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:38:30 GMT 2026
    - 10.3K bytes
    - Click Count (0)
Back to Top