Hi, The best tutorial for setting up Solr[solr 4.7] in eclipse/intellij is documented in Solr In Action book, Apendix A, *Working with the Solr codebase*
On Mon, Oct 13, 2014 at 6:45 AM, Tomás Fernández Löbbe < tomasflo...@gmail.com> wrote: > The way I do this: > From a terminal: > svn checkout https://svn.apache.org/repos/asf/lucene/dev/trunk/ > lucene-solr-trunk > cd lucene-solr-trunk > ant eclipse > > ... And then, from your Eclipse "import existing java project", and select > the directory where you placed lucene-solr-trunk > > On Sun, Oct 12, 2014 at 7:09 AM, Ali Nazemian <alinazem...@gmail.com> > wrote: > > > Hi, > > I am going to import solr source code to eclipse for some development > > purpose. Unfortunately every tutorial that I found for this purpose is > > outdated and did not work. So would you please give me some hint about > how > > can I import solr source code to eclipse? > > Thank you very much. > > > > -- > > A.Nazemian > > >