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 0609FFFDF for ; Sat, 5 Oct 2013 09:21:33 +0000 (UTC) Received: (qmail 26965 invoked by uid 500); 5 Oct 2013 09:21:32 -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 26958 invoked by uid 99); 5 Oct 2013 09:21:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Oct 2013 09:21:31 +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; Sat, 05 Oct 2013 09:21:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DAEE52388831 for ; Sat, 5 Oct 2013 09:21:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r881276 - in /websites: production/lucene/content/ production/lucene/content/core/ production/lucene/content/solr/ staging/lucene/trunk/content/ staging/lucene/trunk/content/core/ staging/lucene/trunk/content/solr/ Date: Sat, 05 Oct 2013 09:21:02 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131005092102.DAEE52388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sat Oct 5 09:21:02 2013 New Revision: 881276 Log: Dynamic update by buildbot for lucene Modified: websites/production/lucene/content/core/index.html websites/production/lucene/content/index.html websites/production/lucene/content/solr/index.html websites/staging/lucene/trunk/content/core/index.html websites/staging/lucene/trunk/content/index.html websites/staging/lucene/trunk/content/solr/index.html Modified: websites/production/lucene/content/core/index.html ============================================================================== --- websites/production/lucene/content/core/index.html (original) +++ websites/production/lucene/content/core/index.html Sat Oct 5 09:21:02 2013 @@ -304,6 +304,12 @@
+ r1529405 + SOLR-5304: Fixed typo in exception message in CurrencyField (lucene) — + shalin +
+ +
r1529335 SOLR-5301: DELETEALIAS command prints CREATEALIAS in logs (lucene) — janhoy @@ -326,12 +332,6 @@ LUCENE-5257: Lock down centralized versioning of ivy dependencies (lucene) — sarowe
- -
- r1529139 - LUCENE-5254: just pass 'this' to the CoreClosedListeners (lucene) — - mikemccand -
Modified: websites/production/lucene/content/index.html ============================================================================== --- websites/production/lucene/content/index.html (original) +++ websites/production/lucene/content/index.html Sat Oct 5 09:21:02 2013 @@ -202,6 +202,62 @@

LuceneTM News

+

5 October 2013 - Apache Lucene 4.5 and Apache SolrTM 4.5 available

+

The Lucene PMC is pleased to announce the availability +of Apache Lucene 4.5 and Apache Solr 4.5.

+

Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html +and Solr can be downloaded from http://lucene.apache.org/solr/mirrors-solr-latest-redir.html

+

See the Lucene CHANGES.txt and +Solr CHANGES.txt files included +with the release for a full list of details.

+

Highlights of the Lucene release include:

+
    +
  • +

    Added support for missing values to DocValues fields through + AtomicReader.getDocsWithField.

    +
  • +
  • +

    Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting missing + values and with most datastructures residing off-heap.

    +
  • +
  • +

    New in-memory DocIdSet implementations which are especially better than + FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.

    +
  • +
  • +

    CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which + has the same memory usage as FixedBitSet in the worst case but is smaller and faster on small sets.

    +
  • +
  • +

    TokenStreams now set the position increment in end(), so we can handle trailing holes.

    +
  • +
  • +

    IndexWriter no longer clones the given IndexWriterConfig.

    +
  • +
+

Lucene 4.5 also includes numerous optimizations and bugfixes.

+

Highlights of the Solr release include:

+
    +
  • +

    Custom sharding support, including the ability to shard by field.

    +
  • +
  • +

    DocValue improvements: single valued fields no longer require a default + value, allowiing dynamicFields to contain doc values, as well as + sortMissingFirst and sortMissingLast on docValue fields.

    +
  • +
  • +

    Ability to store solr.xml in ZooKeeper.

    +
  • +
  • +

    Multithreaded faceting.

    +
  • +
  • +

    CloudSolrServer can now route updates directly to the appropriate shard + leader.

    +
  • +
+

Solr 4.5 also includes numerous optimizations and bugfixes.

29 July 2013 - Apache Solr Reference Guide 4.4 Available

The Lucene PMC is pleased to announce the release of the Apache Solr Reference Guide for Solr 4.4.

@@ -212,7 +268,7 @@ in the growth and evolution of Apache So

The Solr Reference Guide is available for download from the Apache mirror network:

https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/

-

23 July 2013 - Apache Lucene 4.4 and Apache SolrTM 4.4 available

+

23 July 2013 - Apache Lucene 4.4 and Apache SolrTM 4.4 available

The Lucene PMC is pleased to announce the availability of Apache Lucene 4.4 and Apache Solr 4.4.

Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -220,7 +276,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

-

Highlights of the Lucene release include:

+

Highlights of the Lucene release include:

  • New Replicator module: replicate index revisions between server and @@ -290,7 +346,7 @@ with the release for a full list of deta

Lucene 4.4 also includes numerous optimizations and bugfixes.

-

Highlights of the Solr release include:

+

Highlights of the Solr release include:

  • Solr indexes and transaction logs may stored in HDFS with full read/write @@ -368,12 +424,12 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.3.1 includes 12 bug fixes and 1 optimization, including fixes for a serious bug that can cause deadlock.
    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • Solr 4.3.1 includes 24 bug fixes. The list includes a lot of SolrCloud @@ -383,7 +439,7 @@ bug fixes around Shard Splitting as well

      Lucene 4.3.1 bug fixes and optimizations.

    -

    6 May 2013 - Apache Lucene 4.3.0 and Apache SolrTM 4.3.0 available

    +

    6 May 2013 - Apache Lucene 4.3.0 and Apache SolrTM 4.3.0 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.3.0 and Apache Solr 4.3.0.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -391,7 +447,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Significant performance improvements for minShouldMatch BooleanQuery due to @@ -438,7 +494,7 @@ with the release for a full list of deta

      Various bugfixes and optimizations since the 4.2.1 release.

    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • Tired of maintaining core information in solr.xml? Now you can configure @@ -478,7 +534,7 @@ with the release for a full list of deta

    Solr 4.3.0 also includes many other new features as well as numerous optimizations and bugfixes.

    -

    3 April 2013 - Apache Lucene 4.2.1 and Apache SolrTM 4.2.1 available

    +

    3 April 2013 - Apache Lucene 4.2.1 and Apache SolrTM 4.2.1 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.2.1 and Apache Solr 4.2.1.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -486,12 +542,12 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.2.1 includes 9 bug fixes and 3 optimizations, including a fix for a serious bug that could result in the loss of an index.
    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • Solr 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes @@ -503,7 +559,7 @@ well.

      Lucene 4.2.1 bug fixes and optimizations.

    -

    11 March 2013 - Apache Lucene 4.2 and Apache SolrTM 4.2 available

    +

    11 March 2013 - Apache Lucene 4.2 and Apache SolrTM 4.2 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.2 and Apache Solr 4.2.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -511,7 +567,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.2 has a new default codec (Lucene42Codec) with a more @@ -560,7 +616,7 @@ with the release for a full list of deta

      Various bugfixes and optimizations since the 4.1 release.

    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • A read side REST API for the schema. Always wanted to introspect the schema over http? @@ -599,7 +655,7 @@ with the release for a full list of deta

    Solr 4.2 also includes many other new features as well as numerous optimizations and bugfixes.

    -

    22 January 2013 - Apache Lucene 4.1 and Apache SolrTM 4.1 available

    +

    22 January 2013 - Apache Lucene 4.1 and Apache SolrTM 4.1 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.1 and Apache Solr 4.1.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -607,7 +663,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.1 has a new default codec (Lucene41Codec) based on the @@ -662,7 +718,7 @@ with the release for a full list of deta

      Several bugfixes and optimizations since the 4.0 release.

    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    SolrCloud enhancements (see http://wiki.apache.org/solr/SolrCloud):

    • Simple multi-tenancy through enhanced document routing:
        Modified: websites/production/lucene/content/solr/index.html ============================================================================== --- websites/production/lucene/content/solr/index.html (original) +++ websites/production/lucene/content/solr/index.html Sat Oct 5 09:21:02 2013 @@ -416,6 +416,12 @@ numeric fields or query relevancy scores
        + r1529405 + SOLR-5304: Fixed typo in exception message in CurrencyField (lucene) — + shalin +
        + +
        r1529335 SOLR-5301: DELETEALIAS command prints CREATEALIAS in logs (lucene) — janhoy @@ -439,12 +445,6 @@ numeric fields or query relevancy scores sarowe
        -
        - r1529139 - LUCENE-5254: just pass 'this' to the CoreClosedListeners (lucene) — - mikemccand -
        -
Modified: websites/staging/lucene/trunk/content/core/index.html ============================================================================== --- websites/staging/lucene/trunk/content/core/index.html (original) +++ websites/staging/lucene/trunk/content/core/index.html Sat Oct 5 09:21:02 2013 @@ -304,6 +304,12 @@
+ r1529405 + SOLR-5304: Fixed typo in exception message in CurrencyField (lucene) — + shalin +
+ +
r1529335 SOLR-5301: DELETEALIAS command prints CREATEALIAS in logs (lucene) — janhoy @@ -326,12 +332,6 @@ LUCENE-5257: Lock down centralized versioning of ivy dependencies (lucene) — sarowe
- -
- r1529139 - LUCENE-5254: just pass 'this' to the CoreClosedListeners (lucene) — - mikemccand -
Modified: websites/staging/lucene/trunk/content/index.html ============================================================================== --- websites/staging/lucene/trunk/content/index.html (original) +++ websites/staging/lucene/trunk/content/index.html Sat Oct 5 09:21:02 2013 @@ -202,6 +202,62 @@

LuceneTM News

+

5 October 2013 - Apache Lucene 4.5 and Apache SolrTM 4.5 available

+

The Lucene PMC is pleased to announce the availability +of Apache Lucene 4.5 and Apache Solr 4.5.

+

Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html +and Solr can be downloaded from http://lucene.apache.org/solr/mirrors-solr-latest-redir.html

+

See the Lucene CHANGES.txt and +Solr CHANGES.txt files included +with the release for a full list of details.

+

Highlights of the Lucene release include:

+
    +
  • +

    Added support for missing values to DocValues fields through + AtomicReader.getDocsWithField.

    +
  • +
  • +

    Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting missing + values and with most datastructures residing off-heap.

    +
  • +
  • +

    New in-memory DocIdSet implementations which are especially better than + FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.

    +
  • +
  • +

    CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which + has the same memory usage as FixedBitSet in the worst case but is smaller and faster on small sets.

    +
  • +
  • +

    TokenStreams now set the position increment in end(), so we can handle trailing holes.

    +
  • +
  • +

    IndexWriter no longer clones the given IndexWriterConfig.

    +
  • +
+

Lucene 4.5 also includes numerous optimizations and bugfixes.

+

Highlights of the Solr release include:

+
    +
  • +

    Custom sharding support, including the ability to shard by field.

    +
  • +
  • +

    DocValue improvements: single valued fields no longer require a default + value, allowiing dynamicFields to contain doc values, as well as + sortMissingFirst and sortMissingLast on docValue fields.

    +
  • +
  • +

    Ability to store solr.xml in ZooKeeper.

    +
  • +
  • +

    Multithreaded faceting.

    +
  • +
  • +

    CloudSolrServer can now route updates directly to the appropriate shard + leader.

    +
  • +
+

Solr 4.5 also includes numerous optimizations and bugfixes.

29 July 2013 - Apache Solr Reference Guide 4.4 Available

The Lucene PMC is pleased to announce the release of the Apache Solr Reference Guide for Solr 4.4.

@@ -212,7 +268,7 @@ in the growth and evolution of Apache So

The Solr Reference Guide is available for download from the Apache mirror network:

https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/

-

23 July 2013 - Apache Lucene 4.4 and Apache SolrTM 4.4 available

+

23 July 2013 - Apache Lucene 4.4 and Apache SolrTM 4.4 available

The Lucene PMC is pleased to announce the availability of Apache Lucene 4.4 and Apache Solr 4.4.

Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -220,7 +276,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

-

Highlights of the Lucene release include:

+

Highlights of the Lucene release include:

  • New Replicator module: replicate index revisions between server and @@ -290,7 +346,7 @@ with the release for a full list of deta

Lucene 4.4 also includes numerous optimizations and bugfixes.

-

Highlights of the Solr release include:

+

Highlights of the Solr release include:

  • Solr indexes and transaction logs may stored in HDFS with full read/write @@ -368,12 +424,12 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.3.1 includes 12 bug fixes and 1 optimization, including fixes for a serious bug that can cause deadlock.
    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • Solr 4.3.1 includes 24 bug fixes. The list includes a lot of SolrCloud @@ -383,7 +439,7 @@ bug fixes around Shard Splitting as well

      Lucene 4.3.1 bug fixes and optimizations.

    -

    6 May 2013 - Apache Lucene 4.3.0 and Apache SolrTM 4.3.0 available

    +

    6 May 2013 - Apache Lucene 4.3.0 and Apache SolrTM 4.3.0 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.3.0 and Apache Solr 4.3.0.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -391,7 +447,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Significant performance improvements for minShouldMatch BooleanQuery due to @@ -438,7 +494,7 @@ with the release for a full list of deta

      Various bugfixes and optimizations since the 4.2.1 release.

    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • Tired of maintaining core information in solr.xml? Now you can configure @@ -478,7 +534,7 @@ with the release for a full list of deta

    Solr 4.3.0 also includes many other new features as well as numerous optimizations and bugfixes.

    -

    3 April 2013 - Apache Lucene 4.2.1 and Apache SolrTM 4.2.1 available

    +

    3 April 2013 - Apache Lucene 4.2.1 and Apache SolrTM 4.2.1 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.2.1 and Apache Solr 4.2.1.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -486,12 +542,12 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.2.1 includes 9 bug fixes and 3 optimizations, including a fix for a serious bug that could result in the loss of an index.
    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • Solr 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes @@ -503,7 +559,7 @@ well.

      Lucene 4.2.1 bug fixes and optimizations.

    -

    11 March 2013 - Apache Lucene 4.2 and Apache SolrTM 4.2 available

    +

    11 March 2013 - Apache Lucene 4.2 and Apache SolrTM 4.2 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.2 and Apache Solr 4.2.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -511,7 +567,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.2 has a new default codec (Lucene42Codec) with a more @@ -560,7 +616,7 @@ with the release for a full list of deta

      Various bugfixes and optimizations since the 4.1 release.

    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    • A read side REST API for the schema. Always wanted to introspect the schema over http? @@ -599,7 +655,7 @@ with the release for a full list of deta

    Solr 4.2 also includes many other new features as well as numerous optimizations and bugfixes.

    -

    22 January 2013 - Apache Lucene 4.1 and Apache SolrTM 4.1 available

    +

    22 January 2013 - Apache Lucene 4.1 and Apache SolrTM 4.1 available

    The Lucene PMC is pleased to announce the availability of Apache Lucene 4.1 and Apache Solr 4.1.

    Lucene can be downloaded from http://lucene.apache.org/core/mirrors-core-latest-redir.html @@ -607,7 +663,7 @@ and Solr can be downloaded from See the Lucene CHANGES.txt and Solr CHANGES.txt files included with the release for a full list of details.

    -

    Highlights of the Lucene release include:

    +

    Highlights of the Lucene release include:

    • Lucene 4.1 has a new default codec (Lucene41Codec) based on the @@ -662,7 +718,7 @@ with the release for a full list of deta

      Several bugfixes and optimizations since the 4.0 release.

    -

    Highlights of the Solr release include:

    +

    Highlights of the Solr release include:

    SolrCloud enhancements (see http://wiki.apache.org/solr/SolrCloud):

    • Simple multi-tenancy through enhanced document routing:
        Modified: websites/staging/lucene/trunk/content/solr/index.html ============================================================================== --- websites/staging/lucene/trunk/content/solr/index.html (original) +++ websites/staging/lucene/trunk/content/solr/index.html Sat Oct 5 09:21:02 2013 @@ -416,6 +416,12 @@ numeric fields or query relevancy scores
        + r1529405 + SOLR-5304: Fixed typo in exception message in CurrencyField (lucene) — + shalin +
        + +
        r1529335 SOLR-5301: DELETEALIAS command prints CREATEALIAS in logs (lucene) — janhoy @@ -439,12 +445,6 @@ numeric fields or query relevancy scores sarowe
        -
        - r1529139 - LUCENE-5254: just pass 'this' to the CoreClosedListeners (lucene) — - mikemccand -
        -