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 2017/12/21 15:54:25 UTC

svn commit: r1022560 - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Author: buildbot
Date: Thu Dec 21 15:54:25 2017
New Revision: 1022560

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/core/developer.html
    websites/staging/lucene/trunk/content/core/discussion.html
    websites/staging/lucene/trunk/content/core/documentation.html
    websites/staging/lucene/trunk/content/core/downloads.html
    websites/staging/lucene/trunk/content/core/features.html
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
    websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
    websites/staging/lucene/trunk/content/core/quickstart.html
    websites/staging/lucene/trunk/content/core/systemreqs.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
    websites/staging/lucene/trunk/content/solr/news.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 21 15:54:25 2017
@@ -1 +1 @@
-1818944
+1818945

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 Dec 21 15:54:25 2017
@@ -222,6 +222,21 @@
 }
 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="lucenetm-core-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News<a class="headerlink" href="#lucenetm-core-news" title="Permanent link">&para;</a></h1>
+<h2 id="21-december-2017-apache-lucenetm-720-available">21 December 2017, Apache Lucene™ 7.2.0 available<a class="headerlink" href="#21-december-2017-apache-lucenetm-720-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.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:</p>
+<p><a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
+<p>Please read CHANGES.txt for a full list of new features and changes:</p>
+<p><a href="https://lucene.apache.org/core/7_2_0/changes/Changes.html">https://lucene.apache.org/core/7_2_0/changes/Changes.html</a></p>
+<h3 id="lucene-720-release-highlights">Lucene 7.2.0 Release Highlights:<a class="headerlink" href="#lucene-720-release-highlights" title="Permanent link">&para;</a></h3>
+<ul>
+<li>Specific query implementations can now opt out of caching.</li>
+<li>TopFieldDocCollector can now early terminate collection of matches when the index is sorted and the total hit count is not requested.</li>
+<li>IndexWriter#flushNextBuffer gives more fine-grained control over the memory usage of IndexWriter.</li>
+<li>Fixed document accounting in IndexWriter.</li>
+<li>Query scores can be exposed in a ValuesSource using DoubleValuesSource.fromQuery().</li>
+</ul>
 <h2 id="24-october-2017-apache-lucenetm-555-available">24 October 2017, Apache Lucene™ 5.5.5 available<a class="headerlink" href="#24-october-2017-apache-lucenetm-555-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5.</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>
@@ -1474,9 +1489,9 @@ with the release for a full list of deta
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Thu Dec 21 15:54:25 2017
@@ -269,9 +269,9 @@ project. It is responsible for running n
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/discussion.html (original)
+++ websites/staging/lucene/trunk/content/core/discussion.html Thu Dec 21 15:54:25 2017
@@ -305,9 +305,9 @@ No endorsement is implied by the listing
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/documentation.html (original)
+++ websites/staging/lucene/trunk/content/core/documentation.html Thu Dec 21 15:54:25 2017
@@ -238,9 +238,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/downloads.html (original)
+++ websites/staging/lucene/trunk/content/core/downloads.html Thu Dec 21 15:54:25 2017
@@ -246,9 +246,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/features.html (original)
+++ websites/staging/lucene/trunk/content/core/features.html Thu Dec 21 15:54:25 2017
@@ -265,9 +265,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

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 Thu Dec 21 15:54:25 2017
@@ -291,9 +291,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html Thu Dec 21 15:54:25 2017
@@ -301,9 +301,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-redir.html Thu Dec 21 15:54:25 2017
@@ -299,9 +299,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/core/quickstart.html Thu Dec 21 15:54:25 2017
@@ -242,9 +242,9 @@ in the documentation for that release.</
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/core/systemreqs.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/systemreqs.html (original)
+++ websites/staging/lucene/trunk/content/core/systemreqs.html Thu Dec 21 15:54:25 2017
@@ -238,9 +238,9 @@ h2:hover > .headerlink, h3:hover > .head
     <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 7.1.0</div>
+      <div class="flap bottom">of Apache Lucene 7.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 7.1.0</div>
+    <div class="download-desc">Apache Lucene 7.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Thu Dec 21 15:54:25 2017
@@ -224,6 +224,10 @@ h2:hover > .headerlink, h3:hover > .head
 }
 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="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="21-october-2017-apache-lucene-720-and-apache-solr-720-available">21 October 2017 - Apache Lucene 7.2.0 and Apache Solr 7.2.0 Available<a class="headerlink" href="#21-october-2017-apache-lucene-720-and-apache-solr-720-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0</a></p>
 <h2 id="24-october-2017-apache-lucene-555-and-apache-solr-555-available">24 October 2017, Apache Lucene 5.5.5 and Apache Solr 5.5.5 Available<a class="headerlink" href="#24-october-2017-apache-lucene-555-and-apache-solr-555-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5 and Apache Solr 5.5.5.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5</a> and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5</a></p>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Thu Dec 21 15:54:25 2017
@@ -204,6 +204,10 @@
 }
 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="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="21-october-2017-apache-lucene-720-and-apache-solr-720-available">21 October 2017 - Apache Lucene 7.2.0 and Apache Solr 7.2.0 Available<a class="headerlink" href="#21-october-2017-apache-lucene-720-and-apache-solr-720-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0</a></p>
 <h2 id="24-october-2017-apache-lucene-555-and-apache-solr-555-available">24 October 2017, Apache Lucene 5.5.5 and Apache Solr 5.5.5 Available<a class="headerlink" href="#24-october-2017-apache-lucene-555-and-apache-solr-555-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5 and Apache Solr 5.5.5.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5</a> and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5</a></p>

Modified: websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html Thu Dec 21 15:54:25 2017
@@ -169,6 +169,10 @@ h2:hover > .headerlink, h3:hover > .head
 }
 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="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="21-october-2017-apache-lucene-720-and-apache-solr-720-available">21 October 2017 - Apache Lucene 7.2.0 and Apache Solr 7.2.0 Available<a class="headerlink" href="#21-october-2017-apache-lucene-720-and-apache-solr-720-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0</a></p>
 <h2 id="24-october-2017-apache-lucene-555-and-apache-solr-555-available">24 October 2017, Apache Lucene 5.5.5 and Apache Solr 5.5.5 Available<a class="headerlink" href="#24-october-2017-apache-lucene-555-and-apache-solr-555-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5 and Apache Solr 5.5.5.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5</a> and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5</a></p>

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Thu Dec 21 15:54:25 2017
@@ -168,6 +168,10 @@ one would get if using TREC or other eva
 }
 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="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="21-october-2017-apache-lucene-720-and-apache-solr-720-available">21 October 2017 - Apache Lucene 7.2.0 and Apache Solr 7.2.0 Available<a class="headerlink" href="#21-october-2017-apache-lucene-720-and-apache-solr-720-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0</a></p>
 <h2 id="24-october-2017-apache-lucene-555-and-apache-solr-555-available">24 October 2017, Apache Lucene 5.5.5 and Apache Solr 5.5.5 Available<a class="headerlink" href="#24-october-2017-apache-lucene-555-and-apache-solr-555-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5 and Apache Solr 5.5.5.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.5</a> and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.5</a></p>

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 Thu Dec 21 15:54:25 2017
@@ -445,13 +445,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 17 October 2017
+            Solr News | 21 December 2017
           </div>
           <h1>
-             Apache Solr 7.1.0 available
+             Apache Solr 7.2.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 7.1.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 7.2.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/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 Thu Dec 21 15:54:25 2017
@@ -494,13 +494,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 17 October 2017
+            Solr News | 21 December 2017
           </div>
           <h1>
-             Apache Solr 7.1.0 available
+             Apache Solr 7.2.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 7.1.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 7.2.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 Thu Dec 21 15:54:25 2017
@@ -195,6 +195,21 @@
 }
 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="21-november-2017-apache-solrtm-720-available">21 November 2017, Apache Solr™ 7.2.0 available<a class="headerlink" href="#21-november-2017-apache-solrtm-720-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 7.2.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 7.2.0 is available for immediate download at:</p>
+<p><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>Please read CHANGES.txt for a full list of new features and changes:</p>
+<p><a href="https://lucene.apache.org/solr/7_2_0/changes/Changes.html">https://lucene.apache.org/solr/7_2_0/changes/Changes.html</a></p>
+<h3 id="solr-720-release-highlights">Solr 7.2.0 Release Highlights:<a class="headerlink" href="#solr-720-release-highlights" title="Permanent link">&para;</a></h3>
+<ul>
+<li>Bi-directional syncing of CDCR clusters is now supported.</li>
+<li>The new synonymQueryStyle field type option allows for better scoring when terms at the same position are hyponyms/hypernyms rather than synonyms.</li>
+<li>More stream evaluators, including: matrix operations; spline; derivative; regression; normalization; scaling; correlation; markov chains; time series differencing; and triangular and geometric distributions.</li>
+<li>The new facet.matches parameter returns facet buckets only for terms that match a regular expression.</li>
+<li>New Autoscaling features: the autoscaling/suggestions API end-point; the UTILIZENODE command, which moves replicas according to autoscaling policies and preferences; and the Autoscaling set-property command. </li>
+</ul>
 <h2 id="2-november-2017-apache-solr-reference-guide-for-71-available">2 November 2017, Apache Solr Reference Guide for 7.1 available<a class="headerlink" href="#2-november-2017-apache-solr-reference-guide-for-71-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce that the Solr Reference Guide for 7.1 is now available.</p>
 <p>This 1,077-page PDF is the definitive guide to using Apache Solr, the search server built on Lucene.</p>