As far as I know, Nutch uses OPIC to calculate scores for urls for its on-line efficiency. Whereas, LinkRank is an alternative way to achieve that. In the current version of Nutch, you can only use it separately. After that, scores of urls in WebDB pre-calculated by OPIC can be updated. For more information related to this topic, refer to wiki of Nutch or relative code sources in the webgraph package. There are several separate commands related to it. This is my own opinion, and I will be very grateful if you can point out something wrong.
2011/5/26, jeffersonzhou <[email protected]>: > Is webgraph used for indexing only? > > I wasn't able to run into the WebGraph.java when crawling even if I set > break points in the WebGraph.java. My purpose is to use the webgraph to > calculate which urls have higher scores and then can be crawled first. > > Thanks. > > -----Original Message----- > From: Julien Nioche [mailto:[email protected]] > Sent: Thursday, May 26, 2011 4:11 AM > To: [email protected] > Subject: Re: what does scoring.webgraph do? > > See http://wiki.apache.org/nutch/NewScoring > > On 25 May 2011 19:34, Cheng Zhou <[email protected]> wrote: > >> Hi I see a package named "org.apache.nutch.scoring.webgraph". What does it >> do? How does it relate to LinkDB.java? >> >> Thanks >> > > > > -- > * > *Open Source Solutions for Text Engineering > > http://digitalpebble.blogspot.com/ > http://www.digitalpebble.com > > -- Best regards, hongyu

