On Fri, 2002-09-06 at 20:11, Doug Cutting wrote:
> This fixes the query parser, but, unfortunately, the problem is deeper. 
>   BooleanQuery does not implement boosting.  This could be fixed too, 
> but, for now, the easiest thing to do is simply to boost each term 
> within the boolean query.

Ah. That *would* explain why further tests I made on a real index looked
like no weighting was occuring on boolean query rankings! :)

Should I update the patch for now so that BooleanQuery.setBoost() just
calls setBoost() on all its clauses?

Regards,

-- 
Lee Mallabone.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to