Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 765B7CCCB for ; Wed, 12 Mar 2014 19:03:30 +0000 (UTC) Received: (qmail 21908 invoked by uid 500); 12 Mar 2014 19:03:14 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 21601 invoked by uid 99); 12 Mar 2014 19:03:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 19:03:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 19:03:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7A97523889CB for ; Wed, 12 Mar 2014 19:02:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r901305 - in /websites/staging/lucene/trunk/content: ./ core/corenews.html index.html mainnews.html solr/solrnews.html Date: Wed, 12 Mar 2014 19:02:43 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140312190243.7A97523889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@

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).

  • -

    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..

    +

    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.

  • 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: http://wiki.apache.org/lucene-java/JavaBugs

    26 February 2014 - Lucene Core 4.7 Available

    The Lucene PMC is pleased to announce the release of Apache Lucene 4.7

    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 @@

    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).

  • -

    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..

    +

    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.

  • 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: http://wiki.apache.org/lucene-java/JavaBugs

    26 February 2014 - Apache Lucene 4.7.0 and Apache SolrTM 4.7.0 available

    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 @@

    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).

  • -

    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..

    +

    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.

  • 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: http://wiki.apache.org/lucene-java/JavaBugs

    26 February 2014 - Apache Lucene 4.7.0 and Apache SolrTM 4.7.0 available

    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 @@

    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).

  • -

    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..

    +

    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.

  • 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: http://wiki.apache.org/lucene-java/JavaBugs

    5 March 2014 - Apache Solr Ref Guide for 4.7 Available

    The Lucene PMC is pleased to announce that there is a new version of the Solr Reference Guide available for Solr 4.7.