Question

I am reading lucene in action book. There is a example provided in the book for indexing txt files. I need to try the example.Where to run the program or how to run the program in eclipse? I am using Windows do I need any IDE to run this programs. Is eclipse enough?

Was it helpful?

Solution

I just downloaded the source code of "Lucene in Action, 2nd Edition". It contains everything you need, from Ant build.xml file to README where it tells how to run the examples.

And since Eclipse has a built-in support for Ant, then Eclipse is more than enough to run the examples.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top