Date: 2004-05-12T10:57:33 Editor: 4.42.22.126 <> Wiki: Jakarta Lucene Wiki Page: PageRank URL: http://wiki.apache.org/jakarta-lucene/PageRank
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,5 +1,9 @@ +Page Rank is *part* of how Google scores search results. Lucene cannot easily use Page Rank however as you have to post-process the sites you've indexed, make calculations on how the sites are linked together, and then update the index with this info. + Papers: [http://www-db.stanford.edu/~backrub/google.html The Anatomy of a Large-Scale Hypertextual Web Search Engine] [http://citeseer.nj.nec.com/page98pagerank.html The PageRank Citation Ranking: Bringing Order to the Web] + +Citeseer is a great repository of technical papers and will show papers that describe or refer to Page Rank: http://citeseer.ist.psu.edu/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
