Re: IndexFiles.java

2006-03-14 Thread Miki Sun
; > It looks like you are not specifying the directory you want to index. > > > > > > Otis > > > > > > - Original Message > > > From: Miki Sun <[EMAIL PROTECTED]> > > > To: java-user@lucene.apache.org > > > Sent: Tuesda

Re: IndexFiles.java

2006-03-14 Thread Joe Scanlon
/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > > It looks like you are not specifying the directory you want to index. > > > > Otis > > > > - Original Message > > From: Miki Sun <[EMAIL PROTECTED]> > > To: java-user@lucene.apache.org >

Re: IndexFiles.java

2006-03-14 Thread Miki Sun
> Sent: Tuesday, March 14, 2006 11:27:04 AM > Subject: IndexFiles.java > > Hiya > > I am a beginner of Lucene. I try to use IndexFiles.java to index my > text file directories, but it does not work. It always give me this > error message even when I comment it out: > >

Re: IndexFiles.java

2006-03-14 Thread Otis Gospodnetic
It looks like you are not specifying the directory you want to index. Otis - Original Message From: Miki Sun <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, March 14, 2006 11:27:04 AM Subject: IndexFiles.java Hiya I am a beginner of Lucene. I try

IndexFiles.java

2006-03-14 Thread Miki Sun
Hiya I am a beginner of Lucene. I try to use IndexFiles.java to index my text file directories, but it does not work. It always give me this error message even when I comment it out: Usage: java org.apache.lucene.demo.IndexFiles What does "if (args.length == 0) " mean? Th