- Sort Score
- Result 10 results
- Languages All
Results 11 - 11 of 11 for corresponding (0.09 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/RobotsTxt.java
* the most specific (longest) match is used.</p> * */ public class RobotsTxt { private static final String ALL_BOTS = "*"; /** Map of user agent patterns to their corresponding directives. */ protected final Map<Pattern, Directive> directiveMap = new LinkedHashMap<>(); /** List of sitemap URLs found in the robots.txt file. */ private final List<String> sitemapList = new ArrayList<>();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10K bytes - Viewed (0)