Re: TermDocs.skipTo error

2007-11-14 Thread Yonik Seeley
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

RE: TermDocs.skipTo error

2007-11-14 Thread Mike Streeton
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

RE: TermDocs.skipTo error

2007-11-12 Thread Mike Streeton
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

Re: TermDocs.skipTo error

2007-11-10 Thread Yonik Seeley
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

Re: TermDocs.skipTo error

2007-11-09 Thread Michael Busch
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

RE: TermDocs.skipTo error

2007-11-09 Thread Mike Streeton
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

RE: TermDocs.skipTo error

2007-11-09 Thread 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

RE: TermDocs.skipTo error

2007-11-09 Thread Mike Streeton
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

Re: TermDocs.skipTo error

2007-11-09 Thread Erick Erickson
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

TermDocs.skipTo error

2007-11-09 Thread Mike Streeton
I have posted before about a problem with TermDocs.skipTo () but never managed to reproduce it. I have now got it to fail using the following program, please can someone try it and see if they get the stack trace: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index