Thanks for finding and confirming... I committed the fix.

 Michael

On 8/21/09 1:13 AM, Luis Alves wrote:
Mark Miller wrote:
This is either a bug (its meant to be something else) or a harmless
mistake - someone check it out?

    // set setMultiTermRewriteMethod for WildcardQueryNode and
PrefixWildcardQueryNode
if (node instanceof WildcardQueryNode || node instanceof ParametricRangeQueryNode
        || node instanceof ParametricRangeQueryNode) {

repeated ||

It is harmless,

The IF condition should be:

if (node instanceof WildcardQueryNode || node instanceof ParametricRangeQueryNode)




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to