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.
-
Uses of URLFilter in org.apache.nutch.collection
Classes in org.apache.nutch.collection that implement URLFilterModifier and TypeClassDescriptionclassSubCollection represents a subset of index, you can define url patterns that will indicate that particular page (url) is part of SubCollection. -
Uses of URLFilter in org.apache.nutch.net
Methods in org.apache.nutch.net that return URLFilter -
Uses of URLFilter in org.apache.nutch.urlfilter.api
Classes in org.apache.nutch.urlfilter.api that implement URLFilter -
Uses of URLFilter in org.apache.nutch.urlfilter.automaton
Classes in org.apache.nutch.urlfilter.automaton that implement URLFilterModifier and TypeClassDescriptionclassRegexURLFilterBase implementation based on the dk.brics.automaton Finite-State Automata for JavaTM. -
Uses of URLFilter in org.apache.nutch.urlfilter.domain
Classes in org.apache.nutch.urlfilter.domain that implement URLFilterModifier and TypeClassDescriptionclassFilters URLs based on a file containing domain suffixes, domain names, and hostnames. -
Uses of URLFilter in org.apache.nutch.urlfilter.domaindenylist
Classes in org.apache.nutch.urlfilter.domaindenylist that implement URLFilterModifier and TypeClassDescriptionclassFilters URLs based on a file containing domain suffixes, domain names, and hostnames. -
Uses of URLFilter in org.apache.nutch.urlfilter.fast
Classes in org.apache.nutch.urlfilter.fast that implement URLFilterModifier and TypeClassDescriptionclassFilters URLs based on a file of regular expressions using host/domains matching first. -
Uses of URLFilter in org.apache.nutch.urlfilter.ignoreexempt
Classes in org.apache.nutch.urlfilter.ignoreexempt that implement URLFilterModifier and TypeClassDescriptionclassThis implementation ofURLExemptionFilteruses regex configuration to check if URL is eligible for exemption from thedb.ignore.external.linksconfiguration property. -
Uses of URLFilter in org.apache.nutch.urlfilter.prefix
Classes in org.apache.nutch.urlfilter.prefix that implement URLFilterModifier and TypeClassDescriptionclassFilters URLs based on a file of URL prefixes. -
Uses of URLFilter in org.apache.nutch.urlfilter.regex
Classes in org.apache.nutch.urlfilter.regex that implement URLFilterModifier and TypeClassDescriptionclassFilters URLs based on a file of regular expressions using theJava Regex implementation. -
Uses of URLFilter in org.apache.nutch.urlfilter.suffix
Classes in org.apache.nutch.urlfilter.suffix that implement URLFilterModifier and TypeClassDescriptionclassFilters URLs based on a file of URL suffixes. -
Uses of URLFilter in org.apache.nutch.urlfilter.validator
Classes in org.apache.nutch.urlfilter.validator that implement URLFilter