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 2016/02/22 20:26:48 UTC

svn commit: r980976 [2/2] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Modified: websites/staging/lucene/trunk/content/solr/logos-and-assets.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/logos-and-assets.html (original)
+++ websites/staging/lucene/trunk/content/solr/logos-and-assets.html Mon Feb 22 19:26:47 2016
@@ -191,7 +191,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 5.4.1
+        Apache Solr<sup>&trade;</sup> 5.5.0
 
       </div>
       <h1>Solr Logos and Assets</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html Mon Feb 22 19:26:47 2016
@@ -28,7 +28,7 @@
   <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
   <link rel="stylesheet" href="/solr/assets/styles/base.css" />
   
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.1">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   
 

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Mon Feb 22 19:26:47 2016
@@ -228,7 +228,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 5.4.1
+            Apache Solr<sup>&trade;</sup> 5.5.0
 
           </div>
           <h1>
@@ -491,13 +491,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 23 January 2016
+            Solr News | 22 February 2016
           </div>
           <h1>
-             Apache Solr 5.4.1 available
+             Apache Solr 5.5.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 5.4.1.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 5.5.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>

Modified: websites/staging/lucene/trunk/content/solr/news.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/news.html (original)
+++ websites/staging/lucene/trunk/content/solr/news.html Mon Feb 22 19:26:47 2016
@@ -192,6 +192,50 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="solr-news">Solr<sup>&trade;</sup> News<a class="headerlink" href="#solr-news" title="Permanent link">&para;</a></h1>
+<h2 id="22-february-2016-apache-solr-550-available">22 February 2016 - Apache Solr 5.5.0 Available<a class="headerlink" href="#22-february-2016-apache-solr-550-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 5.5.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 5.5.0 is available for immediate download at:
+<a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>See the <a href="/solr/5_5_0/changes/Changes.html">CHANGES.txt</a>
+file included with the release for a full list of details.</p>
+<p>This is expected to be the last 5.x feature release before Solr 6.0.</p>
+<p>Release Highlights:</p>
+<ul>
+<li>
+<p>The schema version has been increased to 1.6, and Solr now returns non-stored doc values fields along with stored fields</p>
+</li>
+<li>
+<p>The PERSIST CoreAdmin action has been removed</p>
+</li>
+<li>
+<p>The mergePolicy element is deprecated in favor of a similar mergePolicyFactory element, in solrconfig.xml</p>
+</li>
+<li>
+<p>CheckIndex now works on HdfsDirectory</p>
+</li>
+<li>
+<p>RuleBasedAuthorizationPlugin now allows wildcards in the role, and accepts an 'all' permission</p>
+</li>
+<li>
+<p>Users can now choose compression mode in SchemaCodecFactory</p>
+</li>
+<li>
+<p>Solr now supports Lucene's XMLQueryParser</p>
+</li>
+<li>
+<p>Collections APIs now have async support</p>
+</li>
+<li>
+<p>Uninverted field faceting is re-enabled, for higher performance on rarely changing indices</p>
+</li>
+</ul>
 <h2 id="8-february-2016-apache-lucenesolr-development-moves-to-git">8 February 2016 - Apache Lucene/Solr development moves to GIT<a class="headerlink" href="#8-february-2016-apache-lucenesolr-development-moves-to-git" title="Permanent link">&para;</a></h2>
 <p>As of January 23rd 2016, Lucene/Solr source code is hosted in Apache's GIT repository. 
 This means that the old SVN repository is now stale and should not be used.

Modified: websites/staging/lucene/trunk/content/solr/resources.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/resources.html (original)
+++ websites/staging/lucene/trunk/content/solr/resources.html Mon Feb 22 19:26:47 2016
@@ -240,7 +240,7 @@ Copies of this documentation for the mos
 <p>Beginning with Solr 4.4, a detailed reference guide is available online or as PDF downloads.
 <!-- 
 Do not add a version# to the text label for ref guide download unless there is a clear mechanism to maintain it.
-The template "5.4.1
+The template "5.5.0
 " is tied directly to the code release version and so can not be
 used for ref guide release version unless we either 1. guarantee code and ref guide release to happen together, always or
 2. Make the change here explicitly as part of the ref guide release process to reflect ref guide .

Modified: websites/staging/lucene/trunk/content/whoweare.html
==============================================================================
--- websites/staging/lucene/trunk/content/whoweare.html (original)
+++ websites/staging/lucene/trunk/content/whoweare.html Mon Feb 22 19:26:47 2016
@@ -359,15 +359,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 5.4.1</div>
+    <div class="flap bottom">of Apache Lucene 5.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 5.4.1</div>
+  <div class="download-desc">Apache Lucene 5.5.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 5.4.1</div>
+    <div class="flap bottom">of Apache Solr 5.5.0</div>
   </div>
-  <div class="download-desc">Apache Solr 5.4.1</div></p>
+  <div class="download-desc">Apache Solr 5.5.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>