Re: PageRanking with Lucene

2009-07-23 Thread Grant Ingersoll
On Jul 22, 2009, at 6:30 AM, prashant ullegaddi wrote: Is it that boost of a Document is stored in 6-bits? Kind of, the boost is stored in the norm, which also includes other factors like length normalization. There is one byte for all of those factors, whereas w/ the function approach,

Re: PageRanking with Lucene

2009-07-22 Thread prashant ullegaddi
Is it that boost of a Document is stored in 6-bits? On Wed, Jul 22, 2009 at 8:26 AM, Grant Ingersoll wrote: > I'd probably look at the function package in Lucene. While the document > boost can be used, it may not give you the granularity you need, as you only > have something like 6 bits of rep

Re: PageRanking with Lucene

2009-07-21 Thread Grant Ingersoll
I'd probably look at the function package in Lucene. While the document boost can be used, it may not give you the granularity you need, as you only have something like 6 bits of representation. Some people have also done some things like a field with a single token that contains a payloa

RE: PageRanking with Lucene

2009-07-19 Thread Uwe Schindler
You can set the PageRank as the boost factor for each document. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: prashant ullegaddi [mailto:prashullega...@gmail.com] > Sent: Sunday, July 19, 2009 1:55