Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for excludedUrls (0.07 sec)

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

        public static final String LABELS_EXCLUDED_PATHS = "{labels.excludedPaths}";
    
        /** The key of the message: Excluded URLs For Crawling */
        public static final String LABELS_EXCLUDED_URLS = "{labels.excludedUrls}";
    
        /** The key of the message: Excluded Paths For Indexing */
        public static final String LABELS_EXCLUDED_DOC_PATHS = "{labels.excludedDocPaths}";
    
        /** The key of the message: Excluded URLs For Indexing */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/filter/impl/UrlFilterImpl.java

                try {
                    getUrlFilterService().addExcludeUrlFilter(sessionId, cachedExcludeSet.stream().collect(Collectors.toList()));
                } catch (final Exception e) {
                    logger.warn("Failed to add exclude_urls on " + sessionId, e);
                }
                cachedExcludeSet.clear();
            }
        }
    
        /*
         * (non-Javadoc)
         *
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:47:32 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top