MCPcopy Create free account
hub / github.com/apache/nutch / normalize

Method normalize

src/java/org/apache/nutch/net/URLNormalizer.java:34–34  ·  view source on GitHub ↗
(String urlString, String scope)

Source from the content-addressed store, hash-verified

32
33 /* Interface for URL normalization */
34 public String normalize(String urlString, String scope)
35 throws MalformedURLException;
36
37}

Callers 9

checkOneMethod · 0.95
handleRedirectMethod · 0.65
processSitemapParseMethod · 0.65
putOutlinkMethod · 0.65
successRedirectMethod · 0.65
normalizeMethod · 0.65
writeMethod · 0.65
mapMethod · 0.65
getPartitionMethod · 0.65

Implementers 8

BasicURLNormalizersrc/plugin/urlnormalizer-basic/src/jav
RegexURLNormalizersrc/plugin/urlnormalizer-regex/src/jav
PassURLNormalizersrc/plugin/urlnormalizer-pass/src/java
SimpleStringNormalizersrc/plugin/jsoup-extractor/src/java/or
ViewCountNormalizersrc/plugin/jsoup-extractor/src/java/or
SpellCheckedMetadatasrc/java/org/apache/nutch/metadata/Spe
URLNormalizerssrc/java/org/apache/nutch/net/URLNorma
Histogramsrc/java/org/apache/nutch/util/Histogr

Calls

no outgoing calls

Tested by

no test coverage detected