On Jan 13, 2010, at 11:53 AM, Andrus Adamchik wrote:
That is, you might combine expressions with: exp1.and(exp2, Expression.SPLIT_PATH) exp1.and(exp2, Expression.MERGE_PATH) exp1.and(exp2)I don't understand how the second argument is applicable in the context of "and"?
Actually I think I see what you mean here. Unfortunately this will only work for joining simple key/value expression, but won't work when joining more complex expressions that have more than one key/value pair.
Andrus
