You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/07/22 13:44:49 UTC

svn commit: r1364267 - in /lucene/cms/trunk: content/ content/core/ content/solr/ templates/

Author: uschindler
Date: Sun Jul 22 11:44:48 2012
New Revision: 1364267

URL: http://svn.apache.org/viewvc?rev=1364267&view=rev
Log:
Try out a first version with 2 buttons

Added:
    lucene/cms/trunk/content/core/mirrors-core-3x-redir.mdtext
    lucene/cms/trunk/content/solr/mirrors-solr-3x-redir.mdtext
    lucene/cms/trunk/templates/mirrors-core-3x-redir.html   (with props)
    lucene/cms/trunk/templates/mirrors-solr-3x-redir.html   (with props)
Modified:
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/solrnews.mdtext
    lucene/cms/trunk/templates/core-sidebar.html
    lucene/cms/trunk/templates/solr-sidebar.html

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1364267&r1=1364266&r2=1364267&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Sun Jul 22 11:44:48 2012
@@ -1,5 +1,42 @@
 # Lucene Core News
 
+## 22 July 2012 - Apache Lucene 3.6.1
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 3.6.1.
+
+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.
+
+This release is a bug fix release for version 3.6.0, released on April 12,
+2012. It contains numerous bug fixes, optimizations, and improvements,
+some of which are highlighted below.  The release is available for immediate
+download at:
+   <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+
+See the CHANGES.txt file included with the release for a full list of
+details.
+
+Lucene 3.6.1 Release Highlights:
+
+- The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.
+
+- MappingCharFilter was fixed to return correct final token positions.
+
+- QueryParser now supports +/- operators with any amount of whitespace.
+
+- DisjunctionMaxScorer now implements visitSubScorers().
+
+- Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.
+
+- Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.
+
 ## 3 July 2012 - Lucene Core 4.0-ALPHA
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 4.0-alpha

Added: lucene/cms/trunk/content/core/mirrors-core-3x-redir.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/mirrors-core-3x-redir.mdtext?rev=1364267&view=auto
==============================================================================
--- lucene/cms/trunk/content/core/mirrors-core-3x-redir.mdtext (added)
+++ lucene/cms/trunk/content/core/mirrors-core-3x-redir.mdtext Sun Jul 22 11:44:48 2012
@@ -0,0 +1,7 @@
+You should be automatically redirected to the Apache Mirrors Site, if not please choose from the
+following:
+
+- Both binary and source releases for the latest version of Lucene are available from
+        [the Apache Mirrors](http://www.apache.org/dyn/closer.cgi/lucene/java/)).
+
+- Archives for all past versions of Lucene are available at [the Apache archives](http://archive.apache.org/dist/lucene/java/).

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1364267&r1=1364266&r2=1364267&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Sun Jul 22 11:44:48 2012
@@ -1,6 +1,13 @@
 #System Requirements
 
-Lucene version 3.x and above has the following minimum requirements (for later versions, see the corresponding per-release documentation):
+Lucene version 4.x and above has the following minimum requirements (for later versions, see the corresponding per-release documentation):
+
+- Java 6 or greater.
+- ANT 1.8.2 or greater.
+- CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)
+    The benchmarks page has some information related to performance on particular platforms.
+
+Lucene version 3.x has the following minimum requirements:
 
 - Java 1.5.x or greater.
 - ANT 1.7 or greater.

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1364267&r1=1364266&r2=1364267&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Sun Jul 22 11:44:48 2012
@@ -1,5 +1,57 @@
 # News
 
+## 22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available
+
+The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.
+
+Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a>
+
+See the CHANGES.txt file included with the release for a full list of
+details.
+
+Lucene 3.6.1 Release Highlights:
+
+- The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.
+
+- MappingCharFilter was fixed to return correct final token positions.
+
+- QueryParser now supports +/- operators with any amount of whitespace.
+
+- DisjunctionMaxScorer now implements visitSubScorers().
+
+- Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.
+
+- Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.
+
+Solr 3.6.1 Release Highlights:
+
+- The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.
+
+- ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.
+
+- Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.
+
+- Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.
+
+- Config file replication was made less error prone.
+
+- Various minor bugs were fixed.
+
 ##3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available
 
 The Lucene PMC is pleased to announce the availability

Added: lucene/cms/trunk/content/solr/mirrors-solr-3x-redir.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/mirrors-solr-3x-redir.mdtext?rev=1364267&view=auto
==============================================================================
--- lucene/cms/trunk/content/solr/mirrors-solr-3x-redir.mdtext (added)
+++ lucene/cms/trunk/content/solr/mirrors-solr-3x-redir.mdtext Sun Jul 22 11:44:48 2012
@@ -0,0 +1,7 @@
+You should be automatically redirected to the Apache Mirrors Site, if not please choose from the
+following:
+
+- Both binary and source releases for the latest version of Solr are available from
+        [the Apache Mirrors](http://www.apache.org/dyn/closer.cgi/lucene/solr/)).
+
+- Archives for all past versions of Solr are available at [the Apache archives](http://archive.apache.org/dist/lucene/solr/).

Modified: lucene/cms/trunk/content/solr/solrnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/solrnews.mdtext?rev=1364267&r1=1364266&r2=1364267&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/solrnews.mdtext (original)
+++ lucene/cms/trunk/content/solr/solrnews.mdtext Sun Jul 22 11:44:48 2012
@@ -1,5 +1,47 @@
 # Solr News
 
+## 22 July 2012 - Apache Solr 3.6.1 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 3.6.1.
+
+Solr is the popular, blazing fast open source enterprise 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 distributed search and index replication,
+and it powers the search and navigation features of many of the world's
+largest internet sites.
+
+This release is a bug fix release for version 3.6.0, released on April 12,
+2012. It contains numerous bug fixes, optimizations, and improvements,
+some of which are highlighted below.  The release is available for immediate
+download at:
+   <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a>
+
+See the CHANGES.txt file included with the release for a full list of
+details.
+
+Solr 3.6.1 Release Highlights:
+
+- The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.
+
+- ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.
+
+- Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.
+
+- Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.
+
+- Config file replication was made less error prone.
+
+- Various minor bugs were fixed.
+
 ##3 July 2012 - Apache Solr 4.0-ALPHA available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 4.0-alpha.

Modified: lucene/cms/trunk/templates/core-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-sidebar.html?rev=1364267&r1=1364266&r2=1364267&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-sidebar.html (original)
+++ lucene/cms/trunk/templates/core-sidebar.html Sun Jul 22 11:44:48 2012
@@ -2,6 +2,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
       <div class="flap bottom">of Apache Lucene 4.0-ALPHA</div>

Added: lucene/cms/trunk/templates/mirrors-core-3x-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-3x-redir.html?rev=1364267&view=auto
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-3x-redir.html (added)
+++ lucene/cms/trunk/templates/mirrors-core-3x-redir.html Sun Jul 22 11:44:48 2012
@@ -0,0 +1,14 @@
+{#
+ This is a work around to the fact that the CMS doesn't allow inheritance of depth
+        2, so instead do a lot of includes.  See https://issues.apache.org/jira/browse/INFRA-3850
+#}
+{% extends "head.html" %}
+{% block css %}
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/3.6.1">
+    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/core.css" rel="stylesheet" type="text/css">
+{% endblock %}
+{% endextends %}
+{% extends "core.html" %}
+{% endextends %}

Propchange: lucene/cms/trunk/templates/mirrors-core-3x-redir.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/cms/trunk/templates/mirrors-core-3x-redir.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: lucene/cms/trunk/templates/mirrors-solr-3x-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-solr-3x-redir.html?rev=1364267&view=auto
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-3x-redir.html (added)
+++ lucene/cms/trunk/templates/mirrors-solr-3x-redir.html Sun Jul 22 11:44:48 2012
@@ -0,0 +1,15 @@
+<!-- solr-simple.html -->
+{#
+ This is a work around to the fact that the CMS doesn't allow inheritance of depth
+        2, so instead do a lot of includes.  See https://issues.apache.org/jira/browse/INFRA-3850
+#}
+{% extends "head.html" %}
+{% block css %}
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/3.6.1">
+    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/solr.css" rel="stylesheet" type="text/css">
+{% endblock %}
+{% endextends %}
+{% extends "solr.html" %}
+{% endextends %}

Propchange: lucene/cms/trunk/templates/mirrors-solr-3x-redir.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/cms/trunk/templates/mirrors-solr-3x-redir.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: lucene/cms/trunk/templates/solr-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-sidebar.html?rev=1364267&r1=1364266&r2=1364267&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-sidebar.html (original)
+++ lucene/cms/trunk/templates/solr-sidebar.html Sun Jul 22 11:44:48 2012
@@ -2,6 +2,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
       <div class="flap bottom">of Apache Solr 4.0-ALPHA</div>