On Wed, Sep 24, 2008 at 2:38 PM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > except that "ipod" doesn't become a *boosting* query, it becomes a narrowing > clause: > > <str name="parsedquery"> > +cat:electronics +DisjunctionMaxQuery((name:ipod)) () > </str> > > Why is it that SHOULD is not used when a boosting query is already an > unboosted boolean query?
But, I think the original purpose of "bq" was to add clauses to the main query... so in that sense it's working as designed. If bq contains mandatory or prohibited clauses, then they become mandatory or prohibited clauses of the main query. -Yonik
