Class PassURLNormalizer
java.lang.Object
org.apache.nutch.net.urlnormalizer.pass.PassURLNormalizer
- All Implemented Interfaces:
Configurable,URLNormalizer
This URLNormalizer doesn't change urls. It is sometimes useful if for a given
scope at least one normalizer must be defined but no transformations are
required.
- Author:
- Andrzej Bialecki
-
Field Summary
Fields inherited from interface org.apache.nutch.net.URLNormalizer
X_POINT_ID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PassURLNormalizer
public PassURLNormalizer()
-
-
Method Details
-
normalize
- Specified by:
normalizein interfaceURLNormalizer- Throws:
MalformedURLException
-
getConf
- Specified by:
getConfin interfaceConfigurable
-
setConf
- Specified by:
setConfin interfaceConfigurable
-