You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/12/21 15:54:11 UTC

svn commit: r1818945 - in /lucene/cms/trunk: content/core/corenews.mdtext content/mainnews.mdtext content/solr/news.mdtext templates/core-sidebar.html templates/solr-index.html

Author: jpountz
Date: Thu Dec 21 15:54:11 2017
New Revision: 1818945

URL: http://svn.apache.org/viewvc?rev=1818945&view=rev
Log:
Add announce of 7.2.

Modified:
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/templates/core-sidebar.html
    lucene/cms/trunk/templates/solr-index.html

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1818945&r1=1818944&r2=1818945&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Thu Dec 21 15:54:11 2017
@@ -1,5 +1,27 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 21 December 2017, Apache Lucene™ 7.2.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0.
+
+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 contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:
+
+  <http://lucene.apache.org/core/mirrors-core-latest-redir.html>
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+  <https://lucene.apache.org/core/7_2_0/changes/Changes.html>
+
+### Lucene 7.2.0 Release Highlights:
+
+ * Specific query implementations can now opt out of caching.
+ * TopFieldDocCollector can now early terminate collection of matches when the index is sorted and the total hit count is not requested.
+ * IndexWriter#flushNextBuffer gives more fine-grained control over the memory usage of IndexWriter.
+ * Fixed document accounting in IndexWriter.
+ * Query scores can be exposed in a ValuesSource using DoubleValuesSource.fromQuery().
+
 ## 24 October 2017, Apache Lucene™ 5.5.5 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5.

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1818945&r1=1818944&r2=1818945&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Thu Dec 21 15:54:11 2017
@@ -1,5 +1,12 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 21 October 2017 - Apache Lucene 7.2.0 and Apache Solr 7.2.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0>
+
 ## 24 October 2017, Apache Lucene 5.5.5 and Apache Solr 5.5.5 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.5 and Apache Solr 5.5.5.

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1818945&r1=1818944&r2=1818945&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Thu Dec 21 15:54:11 2017
@@ -2,6 +2,28 @@ Title: News
 
 # Solr<sup>&trade;</sup> News
 
+## 21 November 2017, Apache Solr™ 7.2.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 7.2.0
+
+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.
+
+Solr 7.2.0 is available for immediate download at:
+
+  <http://lucene.apache.org/solr/mirrors-solr-latest-redir.html>
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+   <https://lucene.apache.org/solr/7_2_0/changes/Changes.html>
+
+### Solr 7.2.0 Release Highlights:
+
+ * Bi-directional syncing of CDCR clusters is now supported.
+ * The new synonymQueryStyle field type option allows for better scoring when terms at the same position are hyponyms/hypernyms rather than synonyms.
+ * More stream evaluators, including: matrix operations; spline; derivative; regression; normalization; scaling; correlation; markov chains; time series differencing; and triangular and geometric distributions.
+ * The new facet.matches parameter returns facet buckets only for terms that match a regular expression.
+ * 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. 
+
 ## 2 November 2017, Apache Solr Reference Guide for 7.1 available
 
 The Lucene PMC is pleased to announce that the Solr Reference Guide for 7.1 is now available.

Modified: lucene/cms/trunk/templates/core-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-sidebar.html?rev=1818945&r1=1818944&r2=1818945&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-sidebar.html (original)
+++ lucene/cms/trunk/templates/core-sidebar.html Thu Dec 21 15:54:11 2017
@@ -4,9 +4,9 @@
     <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>
   {% filter markdown %}{% include "corenav.mdtext" %}{% endfilter %}
   <div class="status">

Modified: lucene/cms/trunk/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-index.html?rev=1818945&r1=1818944&r2=1818945&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-index.html (original)
+++ lucene/cms/trunk/templates/solr-index.html Thu Dec 21 15:54:11 2017
@@ -281,13 +281,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>