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 2012/10/12 00:03:28 UTC

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

Author: buildbot
Date: Thu Oct 11 22:03:27 2012
New Revision: 834845

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/mainnews.html
    websites/staging/lucene/trunk/content/solr/solrnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 11 22:03:27 2012
@@ -1 +1 @@
-1397005
+1397332

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 Thu Oct 11 22:03:27 2012
@@ -207,6 +207,20 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucene-core-news">Lucene Core News</h1>
+<h2 id="12-october-2012-lucene-core-40-available">12 October 2012 - Lucene Core 4.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.0</p>
+<p>Apache Lucene is a high-performance, full-featured text search engine
+library written entirely in Java. It is a technology suitable for nearly
+any application that requires full-text search, especially cross-platform.</p>
+<p>This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below.  The release is available for immediate download at: <a href="/core/mirrors-core-latest-redir.html?">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
+<p>See the <a href="/core/4_0_0/changes/Changes.html">CHANGES.txt</a> file included with the release for a full list of details.</p>
+<p>Noteworthy changes since 4.0-BETA:</p>
+<ul>
+<li>A new "Block" PostingsFormat offering improved search performance and index compression. This will likely become the default format in a future release.</li>
+<li>All non-default codec implementations were moved to a separated codecs module. Just add lucene-codecs-4.0.0.jar to your classpath to test these out.</li>
+<li>Payloads can be optionally stored on the term vectors.</li>
+<li>Many bugfixes and optimizations.</li>
+</ul>
 <h2 id="13-august-2012-lucene-core-40-beta">13 August 2012 - Lucene Core 4.0-BETA</h2>
 <p>Apache Lucene is a high-performance, full-featured text search engine
 library written entirely in Java. It is a technology suitable for nearly

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Thu Oct 11 22:03:27 2012
@@ -191,6 +191,23 @@
       <h1 class="title"></h1>
 
       <div><h1 id="news">News</h1>
+<h2 id="12-october-2012-lucene-core-40-and-solr-40-available">12 October 2012 - Lucene Core 4.0 and Solr 4.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability of Apache Lucene 4.0 and Apache Solr 4.0.</p>
+<p>Lucene can be downloaded from <a href="/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a> and Solr can be downloaded from <a href="/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>Noteworthy changes since Lucene 4.0-BETA:</p>
+<ul>
+<li>A new "Block" PostingsFormat offering improved search performance and index compression. This will likely become the default format in a future release.</li>
+<li>All non-default codec implementations were moved to a separated codecs module. Just add lucene-codecs-4.0.0.jar to your classpath to test these out.</li>
+<li>Payloads can be optionally stored on the term vectors.</li>
+<li>Many bugfixes and optimizations.</li>
+</ul>
+<p>Noteworthy changes since Solr 4.0-BETA:</p>
+<ul>
+<li>New spatial field types with polygon support.</li>
+<li>Various Admin UI improvements.</li>
+<li>SolrCloud related performance optimizations in writing the the transaction log, PeerSync recovery, Leader election, and ClusterState caching.</li>
+<li>Numerous bug fixes and optimizations.</li>
+</ul>
 <h2 id="14-august-2012-lucene-core-40-beta-and-solr-40-beta-available">14 August 2012 - Lucene Core 4.0-BETA and Solr 4.0-BETA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-BETA and Apache Solr 4.0-BETA</p>

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 Thu Oct 11 22:03:27 2012
@@ -227,6 +227,18 @@
       <h1 class="title"></h1>
 
       <div><h1 id="solr-news">Solr News</h1>
+<h2 id="12-october-2012-apache-solr-40-available">12 October 2012 - Apache Solr 4.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 4.0. </p>
+<p>Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search.  Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest internet sites.</p>
+<p>Solr 4.0 is available for immediate download at: <a href="/solr/mirrors-solr-latest-redir.html?">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>See the <a href="/solr/4_0_0/changes/Changes.html">CHANGES.txt</a> file included with the release for a full list of details.</p>
+<p>Noteworthy changes since 4.0-BETA:</p>
+<ul>
+<li>New spatial field types with polygon support.</li>
+<li>Various Admin UI improvements.</li>
+<li>SolrCloud related performance optimizations in writing the the transaction log, PeerSync recovery, Leader election, and ClusterState caching.</li>
+<li>Numerous bug fixes and optimizations.</li>
+</ul>
 <h2 id="14-august-2012-apache-solr-40-beta-available">14 August 2012 - Apache Solr 4.0-beta available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 4.0-beta.</p>
 <p>Solr is the popular, blazing fast, open source NoSQL search platform from