Uses of Class
com.norconex.crawler.web.doc.operations.scope.impl.GenericUrlScopeResolverConfig
Packages that use GenericUrlScopeResolverConfig
-
Uses of GenericUrlScopeResolverConfig in com.norconex.crawler.web.doc.operations.scope.impl
Methods in com.norconex.crawler.web.doc.operations.scope.impl that return GenericUrlScopeResolverConfigModifier and TypeMethodDescriptionGenericUrlScopeResolver.getConfiguration()GenericUrlScopeResolverConfig.setIncludeSubdomains(boolean includeSubdomains) Whether sub-domains are considered to be the same as a URL domain.GenericUrlScopeResolverConfig.setStayOnDomain(boolean stayOnDomain) Whether the crawler should always stay on the same domain name as the domain for each URL specified as a start URL.GenericUrlScopeResolverConfig.setStayOnPort(boolean stayOnPort) Whether the crawler should always stay on the same port as the port for each URL specified as a start URL.GenericUrlScopeResolverConfig.setStayOnProtocol(boolean stayOnProtocol) Whether the crawler should always stay on the same protocol as the protocol for each URL specified as a start URL.GenericUrlScopeResolverConfig.setStayOnSitemap(boolean stayOnSitemap) Whether to limit crawling to entries found in an existing website sitemap (do not go deeper).