Uses of Class
org.apache.nutch.net.URLExemptionFilters
-
Packages that use URLExemptionFilters Package Description org.apache.nutch.parse TheParse
interface and related classes. -
-
Uses of URLExemptionFilters in org.apache.nutch.parse
Methods in org.apache.nutch.parse with parameters of type URLExemptionFilters Modifier and Type Method Description static String
ParseOutputFormat. filterNormalize(String fromUrl, String toUrl, String fromHost, boolean ignoreInternalLinks, boolean ignoreExternalLinks, String ignoreExternalLinksMode, URLFilters filters, URLExemptionFilters exemptionFilters, URLNormalizers normalizers)
static String
ParseOutputFormat. filterNormalize(String fromUrl, String toUrl, String origin, boolean ignoreInternalLinks, boolean ignoreExternalLinks, String ignoreExternalLinksMode, URLFilters filters, URLExemptionFilters exemptionFilters, URLNormalizers normalizers, String urlNormalizerScope)
-