Uses of Interface
org.apache.nutch.net.URLFilter

Packages that use URLFilter
Package
Description
Subcollection is a subset of an index.
Web-related interfaces: URL filters and normalizers.
Generic URL filter library, abstracting away from regular expression implementations.
URL filter plugin based on dk.brics.automaton Finite-State Automata for JavaTM.
URL filter plugin to include only URLs which match an element in a given list of domain suffixes, domain names, and/or host names.
URL filter plugin to exclude URLs by domain suffixes, domain names, and/or host names.
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.
URL filter plugin which identifies exemptions to external urls when when external urls are set to ignore.
URL filter plugin to include only URLs which match one of a given list of URL prefixes.
URL filter plugin to include and/or exclude URLs matching Java regular expressions.
URL filter plugin to either exclude or include only URLs which match one of the given (path) suffixes.
URL filter plugin that validates given urls.