Re: [CODE4LIB] Lucene Newbie Question

2007-01-11 Thread Erik Hatcher
Andrew, On Jan 11, 2007, at 10:47 AM, Andrew Darby wrote: Hello, all. I'm trying to get started with Lucene for the Code4Lib preconference Excellent!!! and was wondering if someone could help. Of course I'm trying to do the first example from the Lucene site

Re: [CODE4LIB] Lucene Newbie Question

2007-01-11 Thread Andrew Darby
Thanks Erik and Bess. Erik: Lamentably, your java -cp lucene-core-2.0.0.jar:lucene-demos-2.0.0.jar org.apache.lucene.demo.IndexFiles src/ threw the same error. I'm going to take a look at the LuceneInAction codebase and see if I can get it working that way. Thanks for taking the time to

Re: [CODE4LIB] Lucene Newbie Question

2007-01-11 Thread Erik Hatcher
On Jan 11, 2007, at 12:10 PM, Andrew Darby wrote: Thanks Erik and Bess. Erik: Lamentably, your java -cp lucene-core-2.0.0.jar:lucene-demos-2.0.0.jar org.apache.lucene.demo.IndexFiles src/ threw the same error. That is probably due to your environment CLASSPATH (I told you it was trouble!

Re: [CODE4LIB] Lucene Newbie Question

2007-01-11 Thread Erik Hatcher
On Jan 11, 2007, at 2:54 PM, Erik Hatcher wrote: On Jan 11, 2007, at 12:10 PM, Andrew Darby wrote: Thanks Erik and Bess. Erik: Lamentably, your java -cp lucene-core-2.0.0.jar:lucene-demos-2.0.0.jar org.apache.lucene.demo.IndexFiles src/ threw the same error. That is probably due to your