Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wanted to download solr 3.1 but the links from solr's official site are not working:

http://wiki.apache.org/solr/FrontPage#solr_development

any ideas ?

cheers, /Marcin

share|improve this question
2  
solr 3.1??? 1.4 the latest from mirror.nus.edu.sg/apache//lucene/solr – ajreal Nov 9 '10 at 21:31
1  
wiki.apache.org/solr/Solr3.1 - Solr 3.1 has not been released – ajreal Nov 10 '10 at 5:30
Technically not a programming question, and likely too localised. – user577537 Oct 3 '12 at 13:06

closed as off topic by Vikdor, David Basarab, Abhinav Sarkar, Stewbob, Bobrovsky Oct 4 '12 at 18:00

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

up vote 0 down vote accepted

3.1 Release: http://lucene.apache.org/#31+March+2011+-+Lucene+Core+3.1+and+Solr+3.1+Available Download: http://www.apache.org/dyn/closer.cgi/lucene/solr/

share|improve this answer
That link no longer works.... – Josh Deeden Mar 31 '11 at 0:42
Updated, linked 3.1 release – Karl Johansson Apr 1 '11 at 9:06
Looks like the links need an update again. Or is this question to localized? – BitOff Aug 7 '12 at 19:13

I've found the correct link in here: http://archive.apache.org/dist/lucene/solr/3.1.0/

share|improve this answer

You should check out the 3x branch from SVN:

http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/

share|improve this answer
This link is also not working anymore. – BitOff Aug 7 '12 at 19:14
Solr 3.1 is now outdated. The latest stable release (3.6.1 as of this writing) can be found on lucene.apache.org/solr/downloads.html – icanhasserver Aug 13 '12 at 14:27

Not the answer you're looking for? Browse other questions tagged or ask your own question.