> Seen as that solved all my problems (i think),
Glad it helped! (btw it's always like this with,
debugging - others see stuff in my code that I don't)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Okay, now i feel real stupid :p
Seen as that solved all my problems (i think),
thank you very much,
Chris
Doron Cohen wrote:
>
>> while (termDocs.next()) {
>> termDocs.next();
>> }
>
> For one, this loop calls next() twice in each iteration,
> so every second is
> while (termDocs.next()) {
> termDocs.next();
> }
For one, this loop calls next() twice in each iteration,
so every second is skipped... ?
"chris.b" <[EMAIL PROTECTED]> wrote on 10/12/2007 12:58:15:
>
> Here goes,
> I'm developing an application using lucene which