Re: Page-Rank algorithm

2009-03-20 Thread Otis Gospodnetic
ginal Message > From: "Huang, Zijian(Victor)" > To: solr-user@lucene.apache.org > Sent: Thursday, March 19, 2009 5:55:36 PM > Subject: Page-Rank algorithm > > Hi, >Do you guys know if there is some versions of the page-rank algorithm > already implemented in

Page-Rank algorithm

2009-03-19 Thread Huang, Zijian(Victor)
Hi, Do you guys know if there is some versions of the page-rank algorithm already implemented in Solr(Lucene)? If not, how hard is it to implement. I am trying to improve the ranking relevance for Solr. Thanks Vic

Re: page rank

2007-06-22 Thread Nick Jenkin
ease? Best Regards, David -Original Message- From: Nick Jenkin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 6:30 AM To: solr-user@lucene.apache.org Subject: Re: page rank Also if you are using the standard request handler you can use the "val" hack: foo:"bar

RE: page rank

2007-06-22 Thread David Xiao
Best Regards, David -Original Message- From: Nick Jenkin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 6:30 AM To: solr-user@lucene.apache.org Subject: Re: page rank Also if you are using the standard request handler you can use the "val" hack: foo:"bar"

Re: page rank

2007-06-20 Thread Nick Jenkin
Also if you are using the standard request handler you can use the "val" hack: foo:"bar" _val_:"recip(rord(numberField),1,1000,1000)" You can find more info about this here: http://wiki.apache.org/solr/FunctionQuery -Nick On 6/21/07, Daniel Alheiros <[EMAIL PROTECTED]> wrote: Hi David. Yes y

Re: page rank

2007-06-20 Thread Daniel Alheiros
Hi David. Yes you can. Just define a field as a slong type field: It can be used to sort (&sort=numberField desc) or to boost your score (it will depend on the RequestHandler you are going to use). In terms of score which RequestHandler are you planning to use? If using dismax you can de

page rank

2007-06-20 Thread David Xiao
Hello folks, I am using solr to index web contents. I want to know is that possible to tell solr about rank information of contents? For example, I give each content an integer number. And I hope solr take this number into consideration when it generates search result. (larger number, mo