Class PrefixURLFilter

  • All Implemented Interfaces:
    Configurable, URLFilter, Pluggable

    public class PrefixURLFilter
    extends Object
    implements URLFilter
    Filters URLs based on a file of URL prefixes. The file is named by (1) property "urlfilter.prefix.file" in ./conf/nutch-default.xml, or (2) the attribute "file" in plugin.xml of this plugin.

    The format of this file is one URL prefix per line.