Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseFilterPaths (0.16 sec)

  1. src/main/java/org/codelibs/fess/util/GsaConfigParser.java

                        webConfig.setUrls(webUrls);
                        webConfig.setIncludedUrls(parseFilterPaths(globalParams.get(GOOD_URLS), true, false));
                        webConfig.setIncludedDocUrls(StringUtil.EMPTY);
                        webConfig.setExcludedUrls(parseFilterPaths(globalParams.get(BAD_URLS), true, false));
                        webConfig.setExcludedDocUrls(StringUtil.EMPTY);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top