Author
Beginning Lucene
colin shuker
Ranch Hand
Joined: Apr 11, 2005
Posts: 712
Hi, I'm trying to learn lucene,
I've loaced the project lucene in action found under 'source code' in downloads into my eclipse IDE.
And I'm trying to run lia.meetlucene.Indexer
I'm supposed to pass 2 strings, the first being the index directory, second being data directory.
So I passed "C:\\INDEXES", "C:\\DOCUMENTS", where DOCUMENTS has a couple of text files in.
But I just get an IOException .. 'Cannot delete bin'
Can anyone advise me what I'm doing wrong, this is so new to me, thanks!
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
posted May 26, 2010 00:01:14
0
Can you post an SSCCE with an indication which line causes the problem? Without that it's hard to say what might or might not be going on.
Android apps – ImageJ plugins – Java web charts
subject: Beginning Lucene