Save This Page
Home » nutch-1.0 » org.apache.nutch » indexer » [javadoc | source]
org.apache.nutch.indexer
public class: IndexingFilters [javadoc | source]
java.lang.Object
   org.apache.nutch.indexer.IndexingFilters
Creates and caches IndexingFilter implementing plugins.
Field Summary
public static final  String INDEXINGFILTER_ORDER     
public static final  Log LOG     
Constructor:
 public IndexingFilters(Configuration conf) 
Method from org.apache.nutch.indexer.IndexingFilters Summary:
filter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.indexer.IndexingFilters Detail:
 public NutchDocument filter(NutchDocument doc,
    Parse parse,
    Text url,
    CrawlDatum datum,
    Inlinks inlinks) throws IndexingException 
    Run all defined filters.