Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NewScoring" page has been changed by MarkusJelsma: http://wiki.apache.org/nutch/NewScoring?action=diff&rev1=3&rev2=4 Comment: Added link to webgraph example (new scoring example) - This page describes the new scoring (i.e. !WebGraph and Link Analysis) functionality in Nutch as of revision 723441. + This page describes the new scoring (i.e. !WebGraph and Link Analysis) functionality in Nutch as of revision 723441. See also the [[NewScoringIndexingExample|new scoring example]]. == General Information == The new scoring functionality can be found in org.apache.nutch.scoring.webgraph. This package contains multiple programs that build web graphs, perform a stable convergent link-analysis, and update the crawldb with those scores. These programs assume that fetching cycles have already been completed and now the users want to build a global webgraph from those segments and from that webgraph perform link-analysis to get a single global relevancy score for each url. Building a webgraph assumes that all links are stored in the current segments to be processed. Links are not held over from one processing cycle to another. Global link-analysis scores are based on the current links available and scores will change as the link structure of the webgraph changes.

