Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrInstall" page has been changed by JanHoydahl. The comment on this change is: Corrected link to downloads. http://wiki.apache.org/solr/SolrInstall?action=diff&rev1=25&rev2=26 -------------------------------------------------- == Requirements == * Java5 or greater installed. (Note: starting with Solr 4, Java 1.6 will be required) * A servlet container such as Tomcat, Jetty, or Resin - * A [[http://people.apache.org/builds/lucene/solr/nightly/|Solr distribution]] + * A [[http://www.apache.org/dyn/closer.cgi/lucene/solr/|Solr distribution]] (Or a [[http://wiki.apache.org/solr/NightlyBuilds|Nightly build]] if you want the latest) * Although Solr strives to be agnostic of the Locale where the server is running, some code paths may inadvertently be depending on the System default Locale, or Charset. (In particular, there are [[https://issues.apache.org/jira/browse/SOLR-2271|known bugs in Sun's JVM dealing with XSLTs in non English locales]]) It is recommended that when running Solr you set the following system properties: {{{-Duser.language=en -Duser.country=US}}} == Setup ==