net.nutch.net
Interface URLFilter

All Known Implementing Classes:
PrefixURLFilter, RegexURLFilter

public interface URLFilter

Interface used to limit which URLs enter Nutch. Used by the injector and the db updater.


Method Summary
 String filter(String url)
           
 

Method Detail

filter

public String filter(String url)


Copyright © 2005 The Nutch Organization.