Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isCrawlerIgnoreRobotsTxt (0.09 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/exentity/WebConfig.java

            }
    
            // robots txt enabled
            if (paramMap.get(Param.Client.ROBOTS_TXT_ENABLED) == null) {
                paramMap.put(Param.Client.ROBOTS_TXT_ENABLED, !fessConfig.isCrawlerIgnoreRobotsTxt());
            }
    
            final String userAgent = getUserAgent();
            if (!StringUtil.isNotBlank(userAgent) || (userAgent.startsWith(Constants.CRAWLING_USER_AGENT_PREFIX)
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Mon Nov 24 02:07:40 UTC 2025
    - 10.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Whether to ignore robots.txt during crawling.
         * @return The determination, true or false. (if not found, exception but basically no way)
         */
        boolean isCrawlerIgnoreRobotsTxt();
    
        /**
         * Get the value for the key 'crawler.ignore.robots.tags'. <br>
         * The value is, e.g. false <br>
         * comment: Whether to ignore robots meta tags during crawling.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top