Uses of Class
org.apache.nutch.net.URLNormalizers
-
Packages that use URLNormalizers Package Description org.apache.nutch.hostdb org.apache.nutch.indexer Index content, configure and run indexing and cleaning jobs to add, update, and delete documents from an index.org.apache.nutch.parse TheParse
interface and related classes. -
-
Uses of URLNormalizers in org.apache.nutch.hostdb
Fields in org.apache.nutch.hostdb declared as URLNormalizers Modifier and Type Field Description protected URLNormalizers
UpdateHostDbMapper. normalizers
-
Uses of URLNormalizers in org.apache.nutch.indexer
Fields in org.apache.nutch.indexer declared as URLNormalizers Modifier and Type Field Description protected URLNormalizers
IndexingFiltersChecker. normalizers
-
Uses of URLNormalizers in org.apache.nutch.parse
Fields in org.apache.nutch.parse declared as URLNormalizers Modifier and Type Field Description protected URLNormalizers
ParserChecker. normalizers
Methods in org.apache.nutch.parse with parameters of type URLNormalizers 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)
-