You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2014/03/12 20:02:43 UTC

svn commit: r901305 - in /websites/staging/lucene/trunk/content: ./ core/corenews.html index.html mainnews.html solr/solrnews.html

Author: buildbot
Date: Wed Mar 12 19:02:42 2014
New Revision: 901305

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/solr/solrnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 12 19:02:42 2014
@@ -1 +1 @@
-1576772
+1576859

Modified: websites/staging/lucene/trunk/content/core/corenews.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/corenews.html (original)
+++ websites/staging/lucene/trunk/content/core/corenews.html Wed Mar 12 19:02:42 2014
@@ -218,15 +218,15 @@
 <p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
 </li>
 <li>
-<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM..</p>
+<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
 </li>
 </ul>
 <p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
 Please be aware that you must use at least use Java 7u1.
 The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
 Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
-In addition, there is no Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
-JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue for you.
+In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
+JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <h2 id="26-february-2014-lucene-core-47-available">26 February 2014 - Lucene Core 4.7 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.7</p>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Wed Mar 12 19:02:42 2014
@@ -210,15 +210,15 @@
 <p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
 </li>
 <li>
-<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM..</p>
+<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
 </li>
 </ul>
 <p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
 Please be aware that you must use at least use Java 7u1.
 The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
 Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
-In addition, there is no Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
-JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue for you.
+In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
+JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Wed Mar 12 19:02:42 2014
@@ -201,15 +201,15 @@
 <p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
 </li>
 <li>
-<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM..</p>
+<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
 </li>
 </ul>
 <p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
 Please be aware that you must use at least use Java 7u1.
 The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
 Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
-In addition, there is no Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
-JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue for you.
+In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
+JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability

Modified: websites/staging/lucene/trunk/content/solr/solrnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/solrnews.html (original)
+++ websites/staging/lucene/trunk/content/solr/solrnews.html Wed Mar 12 19:02:42 2014
@@ -242,15 +242,15 @@
 <p>Better file handling (especially on Windows) in the directory implementations. Files can now be deleted on windows, although the index is still open - like it was always possible on Unix environments (delete on last close semantics).</p>
 </li>
 <li>
-<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM..</p>
+<p>Speed improvements in sorting comparators: Sorting now uses Java 7's own comparators for integer and long sorts, which are highly optimized by the Hotspot VM.</p>
 </li>
 </ul>
 <p>If you want to stay up-to-date with Lucene and Solr, you should upgrade your infrastructure to Java 7.
 Please be aware that you must use at least use Java 7u1.
 The recommended version at the moment is Java 7u25. Later versions like 7u40, 7u45,... have a bug causing index corrumption.
 Ideally use the Java 7u60 prerelease, which has fixed this bug. Once 7u60 is out, this will be the recommended version.
-In addition, there is no Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
-JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue for you.
+In addition, there is no more Oracle/BEA JRockit available for Java 7, use the official Oracle Java 7.
+JRockit was never working correctly with Lucene/Solr (causing index corrumption), so this should not be an issue.
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <h2 id="5-march-2014-apache-solr-ref-guide-for-47-available">5 March 2014 - Apache Solr Ref Guide for 4.7 Available</h2>
 <p>The Lucene PMC is pleased to announce that there is a new version of the Solr Reference Guide available for Solr 4.7.</p>