LUCENE-4006: Exchange files

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1398570 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-10-15 23:16:01 +00:00
parent 715f023057
commit 17324e64dd
2 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,16 @@
# System Requirements # System Requirements
Apache Solr runs of Java 6 or greater. When using Java 7, be sure to 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 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 not use experimental `-XX` JVM options. It is also
recommended to always use the latest update version of your Java VM, 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 because bugs may affect Lucene. An overview of known JVM bugs can be
found on http://wiki.apache.org/lucene-java/SunJavaBugs. found on http://wiki.apache.org/lucene-java/SunJavaBugs.
CPU, disk and memory requirements are based on the many choices made in CPU, disk and memory requirements are based on the many choices made in
implementing Solr (document size, number of documents, and number of implementing Lucene (document size, number of documents, and number of
hits retrieved to name a few). The benchmarks page has some information hits retrieved to name a few). The benchmarks page has some information
related to performance on particular platforms. related to performance on particular platforms.
*To build Apache Solr from source, refer to the `BUILD.txt` file in *To build Apache Lucene from source, refer to the `BUILD.txt` file in
the distribution directory.* the distribution directory.*

View File

@ -1,16 +1,16 @@
# System Requirements # System Requirements
Apache Lucene runs of Java 6 or greater. When using Java 7, be sure to 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 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 not use experimental `-XX` JVM options. It is also
recommended to always use the latest update version of your Java VM, 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 because bugs may affect Solr. An overview of known JVM bugs can be
found on http://wiki.apache.org/lucene-java/SunJavaBugs. found on http://wiki.apache.org/lucene-java/SunJavaBugs.
CPU, disk and memory requirements are based on the many choices made in CPU, disk and memory requirements are based on the many choices made in
implementing Lucene (document size, number of documents, and number of implementing Solr (document size, number of documents, and number of
hits retrieved to name a few). The benchmarks page has some information hits retrieved to name a few). The benchmarks page has some information
related to performance on particular platforms. related to performance on particular platforms.
*To build Apache Lucene from source, refer to the `BUILD.txt` file in *To build Apache Solr from source, refer to the `BUILD.txt` file in
the distribution directory.* the distribution directory.*