Hi, I remember nutch 0.7 used to have a scoring method similar to Google Pagerank by analysing links globally. But, since that was computationally intensive it was replaced by OPIC scoring. Since, Nutch is completely moved to Map/Red structure now, is it worth it to port that scoring into Map/Reduce? Does anybody have any idea of which scoring is more reliable or closer to Google's pagerank. I know OPIC is an incremental scoring and google pagerank is a global ranking, but I guess map/reduce will help to solve previous computational complexity!?
Thanks, Mike.
