Uses of Class
com.norconex.crawler.web.WebCrawlerConfig
Packages that use WebCrawlerConfig
-
Uses of WebCrawlerConfig in com.norconex.crawler.web
Methods in com.norconex.crawler.web that return WebCrawlerConfigModifier and TypeMethodDescriptionWebCrawlerConfig.setCanonicalLinkDetector(CanonicalLinkDetector canonicalLinkDetector) The canonical link detector.WebCrawlerConfig.setDelayResolver(DelayResolver delayResolver) The delay resolver dictating the minimum amount of time to wait between web requests.WebCrawlerConfig.setKeepReferencedLinks(Set<WebCrawlerConfig.ReferencedLinkType> keepReferencedLinks) Sets whether to keep referenced links and what to keep.WebCrawlerConfig.setLinkExtractors(List<LinkExtractor> linkExtractors) Sets link extractors.WebCrawlerConfig.setPostImportLinks(TextMatcher fieldMatcher) Set a field matcher used to identify post-import metadata fields holding URLs to consider for crawling.WebCrawlerConfig.setPostImportLinksKeep(boolean postImportLinksKeep) Whether to keep the Importer-populated fields fromgetPostImportLinks().WebCrawlerConfig.setRecrawlableResolver(RecrawlableResolver recrawlableResolver) The resolver that indicates whether a given URL is ready to be crawled by a new crawl session.WebCrawlerConfig.setRobotsMetaProvider(RobotsMetaProvider robotsMetaProvider) The provider of robots metadata rules for a page (if applicable).WebCrawlerConfig.setRobotsTxtProvider(RobotsTxtProvider robotsTxtProvider) The provider of robots.txt rules for a site (if applicable).WebCrawlerConfig.setSitemapLocator(SitemapLocator sitemapLocator) The locator of sitemaps (if applicable).WebCrawlerConfig.setSitemapResolver(SitemapResolver sitemapResolver) The resolver of web site sitemaps (if applicable).WebCrawlerConfig.setStartReferencesSitemaps(List<String> startReferencesSitemaps) Sets the sitemap URLs used as starting points for crawling.WebCrawlerConfig.setUrlNormalizers(List<WebUrlNormalizer> urlNormalizers) Sets URL normalizers.WebCrawlerConfig.setUrlScopeResolver(UrlScopeResolver urlScopeResolver) The strategy to use to determine if a URL is in scope.Methods in com.norconex.crawler.web with parameters of type WebCrawlerConfigModifier and TypeMethodDescriptionstatic CrawlerWebCrawler.create(WebCrawlerConfig crawlerConfig) Creates a Web Crawler instance. -
Uses of WebCrawlerConfig in com.norconex.crawler.web.util
Methods in com.norconex.crawler.web.util that return WebCrawlerConfigModifier and TypeMethodDescriptionstatic WebCrawlerConfigWeb.config(CrawlerContext crawlContext)