This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Beginning Lucene Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Beginning Lucene" Watch "Beginning Lucene" New topic
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
    
    7
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 appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Beginning Lucene
 
Similar Threads
apache lucene index issue
Index file location
Bad file path
cppunit testing
Lucene Query.toString returns blank/empty value