| Package | Description |
|---|---|
| org.apache.nutch.scoring.webgraph |
| Modifier and Type | Method and Description |
|---|---|
Node |
LinkDumper.LinkNode.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeDumper.Sorter.map(Text key,
Node node,
OutputCollector<FloatWritable,Text> output,
Reporter reporter)
Outputs the url with the appropriate number of inlinks, outlinks, or for
score.
|
void |
NodeDumper.Dumper.map(Text key,
Node node,
OutputCollector<Text,FloatWritable> output,
Reporter reporter)
Outputs the host or domain as key for this record and numInlinks,
numOutlinks or score as the value.
|
void |
LinkDumper.LinkNode.setNode(Node node) |
| Constructor and Description |
|---|
LinkNode(java.lang.String url,
Node node) |
Copyright © 2017 The Apache Software Foundation