Re: Help with jump from 1.4.3 to 2.0.0

2006-12-20 Thread JT Kimbell
I figured it out. Gopi asked me some questions that got me searching and it turns out my JVM wasn't 1.5.06, it was 1.4.2. I grabbed the newest version and made it the default JVM and now I no longer have the problem. Thanks a bunch for your help Gopi. JT JT Kimbell wrote: > > I've sent the

Re: Help with jump from 1.4.3 to 2.0.0

2006-12-20 Thread JT Kimbell
I've sent the code your way. I'm downloading eclipse right now so I can step through with its debugger once I get it all set up. However, I don't think I am using the same index for each of them, as this is all actually on 3 different machines. Machine A has 1.4.3 and I wrote that code on tha

Re: Help with jump from 1.4.3 to 2.0.0

2006-12-20 Thread Gopikrishnan Subramani
All I could suspect is perhaps you are trying to add documents to an index that was originally created using Lucene 1.4.3. If trying to create a fresh index doesn't work, you could send me your indexer code so I can take a look. -Gopi On 12/19/06, JT Kimbell <[EMAIL PROTECTED]> wrote: Hi,