On Nov 14, 2007 5:29 AM, Mike Streeton <[EMAIL PROTECTED]> wrote:
> I have now managed to quantify the error, it only affects Lucene 2.2 build
> indexes and occurs after a period of time reusing a TermDocs object, I have
> modified my test app top be a little more verbose about the conditions it
I have now managed to quantify the error, it only affects Lucene 2.2 build
indexes and occurs after a period of time reusing a TermDocs object, I have
modified my test app top be a little more verbose about the conditions it fails
under. Hopefully someone can track the bug down in Lucene. I have
Thanks
Mike
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley
Sent: 10 November 2007 22:49
To: java-user@lucene.apache.org
Subject: Re: TermDocs.skipTo error
On Nov 9, 2007 11:40 AM, Mike Streeton <[EMAIL PROTECTED]> wrote:
> I have just t
On Nov 9, 2007 11:40 AM, Mike Streeton <[EMAIL PROTECTED]> wrote:
> I have just tried this again using the index I built with lucene 2.1 but
> running the test using lucene 2.2 and it works okay, so it seems to be
> something related to an index built using lucene 2.2.
I bet you are triggering a
Mike Streeton wrote:
> I have just tried this again using the index I built with lucene 2.1 but
> running the test using lucene 2.2 and it works okay, so it seems to be
> something related to an index built using lucene 2.2.
>
> Mike
>
Hi Mike,
does this also happen with the current trunk ver
2007 16:34
To: java-user@lucene.apache.org
Subject: RE: TermDocs.skipTo error
I have tried this again using Lucene 2.1 and as Erick found it works okay, I
have tried it on jdk 1.6 u1 and u3 both work, but both fail when using lucene
2.2
Mike
-Original Message-
From: Mike Streeton
@lucene.apache.org
Subject: RE: TermDocs.skipTo error
Erick,
Sorry the numbers are just printed out for debugging when it is building the
index. I will try it with lucene 2.1 and see what happens
Thanks
Mike
-Original Message-
From: Erick Erickson [mailto:[EMAIL PROTECTED]
Sent: 09 November 2007 15
Subject: Re: TermDocs.skipTo error
FWIW, running Lucene 2.1, Java 1.5 all I get is some numbers being printed
out
0
1
2
.
.
.
90,000
and ran through the above 4 times or so
Erick
On Nov 9, 2007 5:51 AM, Mike Streeton <[EMAIL PROTECTED]>
wrote:
> I have posted before about
FWIW, running Lucene 2.1, Java 1.5 all I get is some numbers being printed
out
0
1
2
.
.
.
90,000
and ran through the above 4 times or so
Erick
On Nov 9, 2007 5:51 AM, Mike Streeton <[EMAIL PROTECTED]>
wrote:
> I have posted before about a problem with TermDocs.skipTo () but never