[TOC]

  • Prev
  • Next

Uses of Interface

org.apache.nutch.net.URLFilter

Uses of URLFilter in org.apache.nutch.collection

Classes in org.apache.nutch.collection that implement URLFilter Modifier and Type Class and Description class Subcollection SubCollection 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.urlfilter.api

Classes in org.apache.nutch.urlfilter.api that implement URLFilter Modifier and Type Class and Description class RegexURLFilterBase Generic URL filter based on regular expressions.

Uses of URLFilter in org.apache.nutch.urlfilter.automaton

Classes in org.apache.nutch.urlfilter.automaton that implement URLFilter Modifier and Type Class and Description class AutomatonURLFilter RegexURLFilterBase 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 URLFilter Modifier and Type Class and Description class DomainURLFilter Filters URLs based on a file containing domain suffixes, domain names, and hostnames.

Uses of URLFilter in org.apache.nutch.urlfilter.domainblacklist

Classes in org.apache.nutch.urlfilter.domainblacklist that implement URLFilter Modifier and Type Class and Description class DomainBlacklistURLFilter Filters URLs based on a file containing domain suffixes, domain names, and hostnames.

Uses of URLFilter in org.apache.nutch.urlfilter.prefix

Classes in org.apache.nutch.urlfilter.prefix that implement URLFilter Modifier and Type Class and Description class PrefixURLFilter Filters 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 URLFilter Modifier and Type Class and Description class RegexURLFilter Filters URLs based on a file of regular expressions using the Java Regex implementation.

Uses of URLFilter in org.apache.nutch.urlfilter.suffix

Classes in org.apache.nutch.urlfilter.suffix that implement URLFilter Modifier and Type Class and Description class SuffixURLFilter Filters 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 Modifier and Type Class and Description class UrlValidator Validates URLs.

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation