Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for includedUrls (0.48 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_INCLUDED_PATHS = "{labels.includedPaths}";
    
        /** The key of the message: Included URLs for Crawling */
        public static final String LABELS_INCLUDED_URLS = "{labels.includedUrls}";
    
        /** The key of the message: Included Paths for Searching */
        public static final String LABELS_INCLUDED_DOC_PATHS = "{labels.includedDocPaths}";
    
        /** The key of the message: Included URLs for Searching */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 156.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/filter/impl/UrlFilterImpl.java

                try {
                    getUrlFilterService().addIncludeUrlFilter(sessionId, cachedIncludeSet.stream().collect(Collectors.toList()));
                } catch (final Exception e) {
                    logger.warn("Failed to add include_urls on " + sessionId, e);
                }
                cachedIncludeSet.clear();
            }
            if (!cachedExcludeSet.isEmpty()) {
                try {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top