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 like :
/select?qt=dismax&fl=*&q="obama meeting"&debugQuery=true&qf=title&bf=product(title,stat_views) I will have : 5803681.0 = (MATCH) sum of: 4.9400806 = weight(title:"obama meet" in 8216294), product of: 0.98198587 = queryWeight(title:"obama meet"), product of: 16.098255 = idf(title: obama=7654 meet=7344) 0.06099952 = queryNorm 5.0307045 = fieldWeight(title:"obama meet" in 8216294), product of: 1.0 = tf(phraseFreq=1.0) 16.098255 = idf(title: obama=7654 meet=7344) 0.3125 = fieldNorm(field=title, doc=8216294) 0.40961993 = weight(text:"obama meet"~100^0.2 in 8216294), product of: 0.17883755 = queryWeight(text:"obama meet"~100^0.2), product of: 0.2 = boost 14.658932 = idf(text: obama=12446 meet=19052) 0.06099952 = queryNorm 2.2904582 = fieldWeight(text:"obama meet" in 8216294), product of: 1.0 = tf(phraseFreq=1.0) 14.658932 = idf(text: obama=12446 meet=19052) 0.15625 = fieldNorm(field=text, doc=8216294) 5803675.5 = (MATCH) FunctionQuery(product(ord(title),sint(stat_views))), product of: 9.5142968E7 = product(ord(title)=1119329,sint(stat_views)=85) 1.0 = boost 0.06099952 = queryNorm But this is not equilibrate between this boost in qf and bf, how can I do ? Thanks a lot -- View this message in context: http://www.nabble.com/boost-qf-weight-between-0-and-10-tp22081396p22081396.html Sent from the Solr - User mailing list archive at Nabble.com.