Save This Page
Home » nutch-1.0 » org.apache.nutch » indexer » subcollection » [javadoc | source]
org.apache.nutch.indexer.subcollection
public class: SubcollectionIndexingFilter [javadoc | source]
java.lang.Object
   org.apache.hadoop.conf.Configured
      org.apache.nutch.indexer.subcollection.SubcollectionIndexingFilter

All Implemented Interfaces:
    IndexingFilter

Field Summary
public static final  String FIELD_NAME    Doc field name 
public static final  Log LOG    Logger 
Constructor:
 public SubcollectionIndexingFilter() 
 public SubcollectionIndexingFilter(Configuration conf) 
Method from org.apache.nutch.indexer.subcollection.SubcollectionIndexingFilter Summary:
addIndexBackendOptions,   filter
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.indexer.subcollection.SubcollectionIndexingFilter Detail:
 public  void addIndexBackendOptions(Configuration conf) 
 public NutchDocument filter(NutchDocument doc,
    Parse parse,
    Text url,
    CrawlDatum datum,
    Inlinks inlinks) throws IndexingException