Index: lucene/build.xml =================================================================== --- lucene/build.xml (revision 1398225) +++ lucene/build.xml (working copy) @@ -33,6 +33,7 @@ - + Index: lucene/site/xsl/index.xsl =================================================================== --- lucene/site/xsl/index.xsl (revision 1398225) +++ lucene/site/xsl/index.xsl (working copy) @@ -63,6 +63,7 @@

Reference Documents

  • Changes: List of changes in this release.
  • +
  • System Requirements: Minimum and supported Java versions.
  • Migration Guide: What changed in Lucene 4; how to migrate code from Lucene 3.x.
  • JRE Version Migration: Information about upgrading between major JRE versions.
  • File Formats: Guide to the supported index format used by Lucene. This can be customized by using an alternate codec.
  • Index: lucene/SYSTEM_REQUIREMENTS.txt =================================================================== --- lucene/SYSTEM_REQUIREMENTS.txt (revision 0) +++ lucene/SYSTEM_REQUIREMENTS.txt (working copy) @@ -0,0 +1,16 @@ +# System Requirements + +Apache Solr runs of Java 6 or greater. When using Java 7, be sure to +install at least Update 1! With all Java versions it is strongly +recommended to not use experimental `-XX` JVM options. It is also +recommended to always use the latest update version of your Java VM, +because bugs may affect Solr. An overview of known JVM bugs can be +found on http://wiki.apache.org/lucene-java/SunJavaBugs. + +CPU, disk and memory requirements are based on the many choices made in +implementing Solr (document size, number of documents, and number of +hits retrieved to name a few). The benchmarks page has some information +related to performance on particular platforms. + +*To build Apache Solr from source, refer to the `BUILD.txt` file in +the distribution directory.* Index: lucene/SYSTEM_REQUIREMENTS.txt =================================================================== --- lucene/SYSTEM_REQUIREMENTS.txt (revision 0) +++ lucene/SYSTEM_REQUIREMENTS.txt (working copy) Property changes on: lucene/SYSTEM_REQUIREMENTS.txt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Date Author Id Revision HeadURL \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: solr/build.xml =================================================================== --- solr/build.xml (revision 1398225) +++ solr/build.xml (working copy) @@ -144,7 +144,7 @@ depends="javadocs,changes-to-html,process-webpages"/> - + @@ -163,12 +163,10 @@ - @@ -439,8 +437,8 @@ Changes: List of changes in this release. +
  • System Requirements: Minimum and supported Java versions.
  • Solr Tutorial: This document covers the basics of running Solr using an example schema, and some sample data.
  • Lucene Documentation
Index: solr/SYSTEM_REQUIREMENTS.txt =================================================================== --- solr/SYSTEM_REQUIREMENTS.txt (revision 0) +++ solr/SYSTEM_REQUIREMENTS.txt (working copy) @@ -0,0 +1,16 @@ +# System Requirements + +Apache Lucene runs of Java 6 or greater. When using Java 7, be sure to +install at least Update 1! With all Java versions it is strongly +recommended to not use experimental `-XX` JVM options. It is also +recommended to always use the latest update version of your Java VM, +because bugs may affect Lucene. An overview of known JVM bugs can be +found on http://wiki.apache.org/lucene-java/SunJavaBugs. + +CPU, disk and memory requirements are based on the many choices made in +implementing Lucene (document size, number of documents, and number of +hits retrieved to name a few). The benchmarks page has some information +related to performance on particular platforms. + +*To build Apache Lucene from source, refer to the `BUILD.txt` file in +the distribution directory.* Index: solr/SYSTEM_REQUIREMENTS.txt =================================================================== --- solr/SYSTEM_REQUIREMENTS.txt (revision 0) +++ solr/SYSTEM_REQUIREMENTS.txt (working copy) Property changes on: solr/SYSTEM_REQUIREMENTS.txt ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Date Author Id Revision HeadURL \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property