Class SlashURLNormalizer
- java.lang.Object
-
- org.apache.nutch.net.urlnormalizer.slash.SlashURLNormalizer
-
- All Implemented Interfaces:
Configurable
,URLNormalizer
public class SlashURLNormalizer extends Object implements URLNormalizer
- Author:
- markus@openindex.io
-
-
Field Summary
-
Fields inherited from interface org.apache.nutch.net.URLNormalizer
X_POINT_ID
-
-
Constructor Summary
Constructors Constructor Description SlashURLNormalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
getConf()
String
normalize(String url, String scope)
void
setConf(Configuration conf)
-
-
-
Method Detail
-
getConf
public Configuration getConf()
- Specified by:
getConf
in interfaceConfigurable
-
setConf
public void setConf(Configuration conf)
- Specified by:
setConf
in interfaceConfigurable
-
normalize
public String normalize(String url, String scope) throws MalformedURLException
- Specified by:
normalize
in interfaceURLNormalizer
- Throws:
MalformedURLException
-
-