How can I get the weight of a field and use it in bf ??
thanks a lot
sunnyfr wrote:
>
> Hi Hoss,
> thanks for this answser, and is there a way to get the weight of a field ?
> like that and use it in the bf? queryWeight
>
>
> 0.14232224 = (MATCH) weight(text:chien^0.2 in 9412049), produc
Hi Hoss,
thanks for this answser, and is there a way to get the weight of a field ?
like that and use it in the bf? queryWeight
0.14232224 = (MATCH) weight(text:chien^0.2 in 9412049), product of:
0.0813888 = queryWeight(text:chien^0.2), product of:
0.2 = boost
6.5946517 = idf
: I don't get really, I try to boost a field according to another one but I've
: a huge weight when I'm using qf boost like :
:
: /select?qt=dismax&fl=*&q="obama
: meeting"&debugQuery=true&qf=title&bf=product(title,stat_views)
bf is a boost function -- you are using a product fucntion to multipl
Obviously it should be qb and not bf it looks better.
Is there everything in the wiki because I read it but I'm still a bit
confused about it.
sunnyfr wrote:
>
> Hi,
>
> I don't get really, I try to boost a field according to another one but
> I've a huge weight when I'm using qf boost l