- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for excludedUrls (0.04 sec)
-
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 Searching */ public static final String LABELS_EXCLUDED_DOC_PATHS = "{labels.excludedDocPaths}"; /** The key of the message: Excluded 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) -
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: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 9.2K bytes - Viewed (0)