robert engels wrote:
The method states 'greater than OR EQUAL TO' so your d1 != d2 test is invalid.

It should be assert (d2>=d1)

Well, but the javadoc says BEYOND the current.

But I think it should be the desired behavior for skipTo() to not skip at all if curDoc==target already? Which means we should clearify the javadocs. But it
also means that we have to check if all scorers perform correctly in this
regard then.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to