Uses of Class
org.apache.nutch.urlfilter.fast.FastURLFilter.Rule
-
Packages that use FastURLFilter.Rule Package Description org.apache.nutch.urlfilter.fast URL filter plugin that first does fast exact suffix matches on host/domain names before applying regular expressions to the path component of a URL. -
-
Uses of FastURLFilter.Rule in org.apache.nutch.urlfilter.fast
Subclasses of FastURLFilter.Rule in org.apache.nutch.urlfilter.fast Modifier and Type Class Description static class
FastURLFilter.DenyAllRule
Rule forDenyPath .*
orDenyPath .?
static class
FastURLFilter.DenyPathQueryRule
static class
FastURLFilter.DenyPathRule
Methods in org.apache.nutch.urlfilter.fast that return FastURLFilter.Rule Modifier and Type Method Description static FastURLFilter.Rule
FastURLFilter.DenyAllRule. getInstance()
-