Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>If you mean the latest stable release than it is exactly like @Daniel said. If you want the latest source files you can find the in the Subversion repository of Apache.</p> <p>They latest source (not a stable release) can be viewed here <a href="http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/solrj/" rel="nofollow">here</a> or checked out from <a href="http://svn.apache.org/repos/asf/lucene/dev/" rel="nofollow">here</a></p> <p>You can check the stability of this code by looking at the hudson build server and seeing the health of the latest build.</p> <p>Back when I was trying to do better sharding support for Solr I worked a lot with the nightly builds (if you need regular bug fixes). You can get the nightly build from the links I added below it will be in the form of a jar and can be used the same way you use the stable release, but again be advised you need to look at the build health to see that it is worth the risk.</p> <ul> <li>Nightly builds for Solr3.3 - <a href="https://builds.apache.org/job/Solr-3.x/lastSuccessfulBuild/artifact/artifacts/" rel="nofollow">jar</a>, <a href="https://builds.apache.org/job/Solr-3.x/lastSuccessfulBuild/" rel="nofollow">status</a></li> <li>Nightly builds for Solr4 - <a href="https://builds.apache.org/job/Solr-trunk/lastSuccessfulBuild/artifact/artifacts/" rel="nofollow">jar</a>, <a href="https://builds.apache.org/job/Solr-trunk/lastSuccessfulBuild/" rel="nofollow">status</a></li> </ul> <p>Also if you really need to be on top of what's going on in the code but don't want a completely unstable release, you can wait for a release candidate and download it. If you want to know when release candidates are available the best way is to subscribe to the "lucene-dev" mailing list and look for voting on a release candidate. <a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201106.mbox/browser" rel="nofollow">example</a></p> <p>Tell me if you need more information</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload