Save This Page
Home » nutch-1.0 » org.apache.nutch » indexer » [javadoc | source]
org.apache.nutch.indexer
public static class: DeleteDuplicates.HashReducer [javadoc | source]
java.lang.Object
   org.apache.nutch.indexer.DeleteDuplicates$HashReducer

All Implemented Interfaces:
    org.apache.hadoop.mapred.Reducer

Field Summary
 boolean byScore     
Method from org.apache.nutch.indexer.DeleteDuplicates$HashReducer Summary:
close,   configure,   reduce
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.indexer.DeleteDuplicates$HashReducer Detail:
 public  void close() 
 public  void configure(JobConf job) 
 public  void reduce(MD5Hash key,
    Iterator values,
    OutputCollector output,
    Reporter reporter) throws IOException