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
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
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
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"
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
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
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