RE: FW: Score customization

2008-11-12 Thread lajkonik86
I effectively need to use a multiplication in the sorting of the items. Something like score*popularity. It seems the only way to do this is to use a bf parameter. However how do you use bf in combination with the standard requestHandler? hossman wrote: : Now I need to know whether the

RE: FW: Score customization

2008-11-12 Thread Nguyen, Joe
PROTECTED] Sent: Wednesday, November 12, 2008 2:55 Joe To: solr-user@lucene.apache.org Subject: RE: FW: Score customization I effectively need to use a multiplication in the sorting of the items. Something like score*popularity. It seems the only way to do this is to use a bf parameter. However how do

RE: FW: Score customization

2008-11-12 Thread Chris Hostetter
: I effectively need to use a multiplication in the sorting of the items. : Something like score*popularity. : It seems the only way to do this is to use a bf parameter. : However how do you use bf in combination with the standard requestHandler? functions are understood by the standard query

RE: FW: Score customization

2007-11-03 Thread Victoria Kaganski
@lucene.apache.org Subject: Re: FW: Score customization On 10/31/07, Victoria Kaganski [EMAIL PROTECTED] wrote: Does FunctionQuery actually override the default similarity function? If it does, how can I still access the similarity value? FunctionQuery returns the *value* of a field (or a function

Re: FW: Score customization

2007-11-03 Thread Yonik Seeley
. -Yonik From: [EMAIL PROTECTED] on behalf of Yonik Seeley Sent: Wed 10/31/2007 7:21 PM To: solr-user@lucene.apache.org Subject: Re: FW: Score customization On 10/31/07, Victoria Kaganski [EMAIL PROTECTED] wrote: Does FunctionQuery actually override

RE: FW: Score customization

2007-11-03 Thread Victoria Kaganski
: [EMAIL PROTECTED] on behalf of Yonik Seeley Sent: Sat 11/3/2007 11:21 PM To: solr-user@lucene.apache.org Subject: Re: FW: Score customization On 11/3/07, Victoria Kaganski [EMAIL PROTECTED] wrote: I guess I was not clear... I understand that if I use FunctionQuery, it's result value

RE: FW: Score customization

2007-11-03 Thread Chris Hostetter
: Now I need to know whether the FunctionQuery result is considered during : the results sorting. That is, are search results sorted according to the : sum of the similarity and the FunctionQuery value or according to : similarity only? a function query in a larger query contributes to the

Re: FW: Score customization

2007-10-31 Thread Yonik Seeley
On 10/31/07, Victoria Kaganski [EMAIL PROTECTED] wrote: Does FunctionQuery actually override the default similarity function? If it does, how can I still access the similarity value? FunctionQuery returns the *value* of a field (or a function of it) as the value for a query - it does not use