On 11/11/2010 7:44 PM, Deche Pangestu wrote:
Hello, Does anyone know where to download solr4.0 source? I tried downloading from this page: http://wiki.apache.org/solr/FrontPage#solr_development but the link is not working...
Your best bet is to use svn. http://lucene.apache.org/solr/version_control.html For Solr 4.0, you need to check out trunk: http://svn.apache.org/repos/asf/lucene/dev/trunk For Solr 3.1, you'd use branch_3x: http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x Shawn