Class NodeDumper.Dumper

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.scoring.webgraph.NodeDumper.Dumper
All Implemented Interfaces:
Configurable
Enclosing class:
NodeDumper

public static class NodeDumper.Dumper extends Configured
Outputs the hosts or domains with an associated value. This value consists of either the number of inlinks, the number of outlinks or the score. The computed value is then either the sum of all parts or the top value.
  • Constructor Details

    • Dumper

      public Dumper()