-----Original message-----
> From:Pratik Garg <saytopra...@gmail.com>
> Sent: Wed 05-Dec-2012 19:17
> To: user@nutch.apache.org
> Cc: Chirag Goel <goel.chi...@gmail.com>
> Subject: New Scoring
> 
> Hi,
> 
> Nutch provides a default and new Scoring method for giving score to the
> pages. I have couple of questions
> 
> * What is the difference between these two methods?

LinkRank is a power iterative algorithm such as PageRank. It can be used 
incrementally and it very stable. Opic has trouble with increments.

> * If I want to pass this data to solr during indexing , do I have to do
> anything extra.

The CrawlDB has a score field which is used to populate the boost field. With 
Opic this is added via the scoring filter. If you use the linkrank algorithm 
make sure you call it's scoreupdater tool, that writes the calculated scores 
back to the crawldb.

> * If I want to sort the results from solr based on this data , which field
> I should use?

the boost field.

> 
> Thanks,
> Pratik
> 
  • New Scoring Pratik Garg
    • RE: New Scoring Markus Jelsma

Reply via email to