On Nov 14, 2008, at 5:44 AM, sunnyfr wrote:
I read the wiki, but I'm still a bit confused.
And have to say that result are not good and even sometime bring me back in head of list a title which even didn't contain words that I look for, like for q=tom jerry (my schema contain OR as default maybe I should put AND and
manage properly mm property) and the first video that I have doesn't
contrain this words.

? qt = dismax &fl=*&bf=isbest^10&qf=title^30&qf=title_en^20&bf=recip(rord(created), 1,1000,1000)^20&qf=description^1&bf=pow(stat_views, 10)&debugQuery=true&q=tom
jerry

I checked my debug but I just don't get why really it doesn't bring me back exactly the same words in first .. I know I boost other fields but it should
bring back up them in first.?
Sorry I'm confusing,

qf must be single valued.... append all of those together into a single qf with a space separator (URL encoded):

   &qf=title^30+title_en^20+description

Same with bf, it is single-valued so you have to combine everything into a single parameter.

        Erik

Reply via email to