Mike Streeton wrote: > e.g. Iterating using TermDocs.next() and TermDocs.doc() 1,50,10000,20000 but > suing TermDocs.skipTo(51) returns false indicating that no doc id > 50 exists.
Hi Mike, I quickly tried to reproduce this (with the same docids), but for me skipTo() works fine, i. e. td.skipTo(51) returns true and td.doc() returns 10000 thereafter. > > I will try and create a sample index to show this. So yes, please provide a testcase showing the problem! Thanks, -Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]