Uses of Class
org.apache.nutch.scoring.ScoreDatum

Packages that use ScoreDatum
org.apache.nutch.scoring   
org.apache.nutch.scoring.link   
org.apache.nutch.scoring.opic   
org.apache.nutch.scoring.tld Top Level Domain Scoring plugin. 
 

Uses of ScoreDatum in org.apache.nutch.scoring
 

Method parameters in org.apache.nutch.scoring with type arguments of type ScoreDatum
 void ScoringFilter.distributeScoreToOutlinks(String fromUrl, WebPage page, Collection<ScoreDatum> scoreData, int allCount)
          Distribute score value from the current page to all its outlinked pages.
 void ScoringFilters.distributeScoreToOutlinks(String fromUrl, WebPage row, Collection<ScoreDatum> scoreData, int allCount)
           
 void ScoringFilter.updateScore(String url, WebPage page, List<ScoreDatum> inlinkedScoreData)
          This method calculates a new score during table update, based on the values contributed by inlinked pages.
 void ScoringFilters.updateScore(String url, WebPage row, List<ScoreDatum> inlinkedScoreData)
           
 

Uses of ScoreDatum in org.apache.nutch.scoring.link
 

Method parameters in org.apache.nutch.scoring.link with type arguments of type ScoreDatum
 void LinkAnalysisScoringFilter.distributeScoreToOutlinks(String fromUrl, WebPage page, Collection<ScoreDatum> scoreData, int allCount)
           
 void LinkAnalysisScoringFilter.updateScore(String url, WebPage page, List<ScoreDatum> inlinkedScoreData)
           
 

Uses of ScoreDatum in org.apache.nutch.scoring.opic
 

Method parameters in org.apache.nutch.scoring.opic with type arguments of type ScoreDatum
 void OPICScoringFilter.distributeScoreToOutlinks(String fromUrl, WebPage row, Collection<ScoreDatum> scoreData, int allCount)
          Get cash on hand, divide it by the number of outlinks and apply.
 void OPICScoringFilter.updateScore(String url, WebPage row, List<ScoreDatum> inlinkedScoreData)
          Increase the score by a sum of inlinked scores.
 

Uses of ScoreDatum in org.apache.nutch.scoring.tld
 

Method parameters in org.apache.nutch.scoring.tld with type arguments of type ScoreDatum
 void TLDScoringFilter.distributeScoreToOutlinks(String fromUrl, WebPage page, Collection<ScoreDatum> scoreData, int allCount)
           
 void TLDScoringFilter.updateScore(String url, WebPage page, List<ScoreDatum> inlinkedScoreData)
           
 



Copyright © 2012 The Apache Software Foundation