Re: Short-circuiting OR

2008-01-18 Thread Mike Klaas
"food", all four fields are matching and boosting the relevancy appropriately. What we need is a sort of short-circuiting OR operator; that is, once it matches one of the fields (in this case, field_a) it will stop evaluating everything else inside the parenthesized group and boost only

Re: Short-circuiting OR

2008-01-18 Thread Yonik Seeley
debugQuery output, assuming we search for "food", all > four fields are matching and boosting the relevancy appropriately. > What we need is a sort of short-circuiting OR operator; that is, once > it matches one of the fields (in this case, field_a) it will stop > evaluatin

Short-circuiting OR

2008-01-18 Thread Mark Cornick
uming we search for "food", all four fields are matching and boosting the relevancy appropriately. What we need is a sort of short-circuiting OR operator; that is, once it matches one of the fields (in this case, field_a) it will stop evaluating everything else inside the pare