; > 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
/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
>
> 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:
>
>
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
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