Class NodeDumper.Sorter
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.scoring.webgraph.NodeDumper.Sorter
- All Implemented Interfaces:
Configurable
- Enclosing class:
- NodeDumper
Outputs the top urls sorted in descending order. Depending on the flag set
on the command line, the top urls could be for number of inlinks, for
number of outlinks, or for link analysis score.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOutputs the url with the appropriate number of inlinks, outlinks, or for score.static classFlips and collects the url and numeric sort value. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Constructor Details
-
Sorter
public Sorter()
-