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.
|
Modifier and Type | Class and Description |
---|---|
static class |
FastURLFilter.DenyAllRule
Rule for
DenyPath .* or DenyPath .? |
static class |
FastURLFilter.DenyPathQueryRule |
static class |
FastURLFilter.DenyPathRule |
Modifier and Type | Method and Description |
---|---|
static FastURLFilter.Rule |
FastURLFilter.DenyAllRule.getInstance() |
Copyright © 2021 The Apache Software Foundation