iapilgrim wrote: > I don't understand "... loose the result size information. i.e. > Node/RowIterator.getSize() would return -1". > Do you mean when we're using property constraint instead of path constraint, > we can't use RowIterators.getSize() from QueryResult?
getSize() still returns a usable size when you add a property constraint. what I meant is that the JCR specification allows getSize() to return -1 to indicate that it cannot determine the size. Jackrabbit might use this flexibility in a future release. regards marcel
