Uses of Class
org.apache.nutch.scoring.webgraph.LinkDatum

Packages that use LinkDatum
org.apache.nutch.indexer.field   
org.apache.nutch.scoring.webgraph   
 

Uses of LinkDatum in org.apache.nutch.indexer.field
 

Method parameters in org.apache.nutch.indexer.field with type arguments of type LinkDatum
 void BasicFields.Flipper.reduce(Text key, Iterator<ObjectWritable> values, OutputCollector<Text,LinkDatum> output, Reporter reporter)
          Collects redirect and original links for a given url key.
 void AnchorFields.Extractor.reduce(Text key, Iterator<ObjectWritable> values, OutputCollector<Text,LinkDatum> output, Reporter reporter)
          Extracts and inverts outlinks, ignores empty anchors.
 

Uses of LinkDatum in org.apache.nutch.scoring.webgraph
 

Method parameters in org.apache.nutch.scoring.webgraph with type arguments of type LinkDatum
 void WebGraph.OutlinkDb.map(Text key, Writable value, OutputCollector<Text,LinkDatum> output, Reporter reporter)
          Passes through existing LinkDatum objects from an existing OutlinkDb and maps out new LinkDatum objects from new crawls ParseData.
 void WebGraph.OutlinkDb.reduce(Text key, Iterator<LinkDatum> values, OutputCollector<Text,LinkDatum> output, Reporter reporter)
           
 void WebGraph.OutlinkDb.reduce(Text key, Iterator<LinkDatum> values, OutputCollector<Text,LinkDatum> output, Reporter reporter)
           
 



Copyright © 2006 The Apache Software Foundation