- Prev
- Next
Uses of Class
org.apache.nutch.scoring.webgraph.Node
Packages that use Node Package Description org.apache.nutch.scoring.webgraph
Scoring implementation based on link analysis (LinkRank
), seeWebGraph
.
Uses of Node in org.apache.nutch.scoring.webgraph
Methods in org.apache.nutch.scoring.webgraph that return Node Modifier and Type Method and Description Node
LinkDumper.LinkNode.getNode()
Methods in org.apache.nutch.scoring.webgraph with parameters of type Node Modifier and Type Method and Description void
NodeDumper.Sorter.map(org.apache.hadoop.io.Text key,
Node node,
org.apache.hadoop.mapred.OutputCollector
Outputs the url with the appropriate number of inlinks, outlinks, or for score.
void
NodeDumper.Dumper.map(org.apache.hadoop.io.Text key,
Node node,
org.apache.hadoop.mapred.OutputCollector
Outputs the host or domain as key for this record and numInlinks, numOutlinks or score as the value.
void
LinkDumper.LinkNode.setNode(Node node)
Constructors in org.apache.nutch.scoring.webgraph with parameters of type Node Constructor and Description LinkDumper.LinkNode(String url,
Node node)
- Prev
- Next