You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Elaine Li <el...@gmail.com> on 2011/07/21 21:48:10 UTC

Ask again: set queryNorm for boost score to 1?

I am asking the question again. Hope someone knows the answer. Basically i
just don't want the boosting scoring(generated from the formula) to be
normalized. Can I do it without hacking the source code?

Elaine

On Wed, Jul 20, 2011 at 3:07 PM, Elaine Li <el...@gmail.com> wrote:

> Hi Folks,
>
> My boost function bf=div(product(num_clicks,0.3),sum(num_clicks,25))
> I would like to directly add the score of it to the final scoring instead
> of letting it be normalized by the queryNorm value.
> Is there anyway to do it?
>
> Thanks.
>
> Elaine
>