How to setup Lucene Solr project in Eclipse?

1. Download Eclipse IDE. 2. Install SVN plugin for Eclipse IDE. I used Subversive plugin. 3. Create a new project in Eclipse and check out code from http://svn.apache.org/repos/asf/lucene/dev/trunk. (select others and svn) 4. In Lucene Solr, project dependencies are managed using Ivy. So run the ant ivy-bootstrap task in the outer most build.xml 5. Now […]
Continue reading…