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 2016/06/17 12:24:06 UTC

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

Author: jpountz
Date: Fri Jun 17 12:24:05 2016
New Revision: 1748847

URL: http://svn.apache.org/viewvc?rev=1748847&view=rev
Log:
Lucene/Solr 6.1.0 is out.

Modified:
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/doap.rdf
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/content/core/quickstart.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/latestversion.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/doap.rdf
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/content/solr/resources.mdtext
    lucene/cms/trunk/templates/core-sidebar.html
    lucene/cms/trunk/templates/corenav.mdtext
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html
    lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
    lucene/cms/trunk/templates/sidenav.mdtext
    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=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Fri Jun 17 12:24:05 2016
@@ -1,5 +1,38 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 17 June 2016, Apache Lucene 6.1.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.1.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/6_1_0/changes/Changes.html
+
+Lucene 6.1.0 Release Highlights:
+
+New features
+  * Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors
+  * Geo3D now has simple APIs for creating common shape queries, matching LatLonPoint
+
+Optimizations
+  * Faster indexing and searching of points.
+  * Faster geo-spatial indexing and searching for LatLonPoint, Geo3D and GeoPoint (see http://home.apache.org/~mikemccand/geobench.html )
+  * HardlinkCopyDirectoryWrapper optimizes file copies using hard links
+  * In case of contention, the query cache now prefers returning an uncached Scorer rather than waiting on a lock.
+
+Bug fixes
+  * BooleanQuery could sometimes assign too low scores to ranges of documents that matched a single clause.
+  * Doc values updates could sometimes be applied in the wrong order.
+
+
 ## 28 May 2016, Apache Lucene 6.0.1 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.1

Modified: lucene/cms/trunk/content/core/doap.rdf
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/doap.rdf?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/doap.rdf (original)
+++ lucene/cms/trunk/content/core/doap.rdf Fri Jun 17 12:24:05 2016
@@ -38,6 +38,14 @@
     <wiki rdf:resource="http://wiki.apache.org/lucene-java/"/>
     <release>
      <Version>
+        <branch>branch_6_1</branch>
+        <name>lucene-6.1.0</name>
+        <created>2016-06-17</created>
+        <revision>6.1.0</revision>
+     </Version>
+    </release>
+    <release>
+     <Version>
         <branch>branch_6_0</branch>
         <name>lucene-6.0.1</name>
         <created>2016-05-28</created>

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Fri Jun 17 12:24:05 2016
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [6.0.1](./6_0_1/index.html)
+- [6.1.0](./6_1_0/index.html)

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Fri Jun 17 12:24:05 2016
@@ -6,4 +6,4 @@ in the documentation for that release.
 The most recent versions can also be found online:
 
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
-- <a href="6_0_1/demo/overview-summary.html#overview_description">Lucene 6.0.1 Demo</a>
+- <a href="6_1_0/demo/overview-summary.html#overview_description">Lucene 6.1.0 Demo</a>

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Fri Jun 17 12:24:05 2016
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [6.0.1](./6_0_1/SYSTEM_REQUIREMENTS.html)
+- [6.1.0](./6_1_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Fri Jun 17 12:24:05 2016
@@ -1 +1 @@
-6.0.1
+6.1.0

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Fri Jun 17 12:24:05 2016
@@ -2,6 +2,45 @@
 
 ## 28 May 2016 - Apache Lucene 6.0.1 and Apache Solr 6.0.1 Available
 
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.1.0 and Apache Solr 6.1.0.
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0>
+
+### Highlights of this Lucene release include:
+
+  * Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors
+
+  * Geo3D now has simple APIs for creating common shape queries, matching LatLonPoint
+
+  * Faster indexing and searching of points.
+
+  * Faster geo-spatial indexing and searching for LatLonPoint, Geo3D and GeoPoint (see http://home.apache.org/~mikemccand/geobench.html )
+
+  * HardlinkCopyDirectoryWrapper optimizes file copies using hard links
+
+  * In case of contention, the query cache now prefers returning an uncached Scorer rather than waiting on a lock.
+
+### Highlights of this Solr release include:
+
+ * Added graph traversal support, and new "sort" and "random" streaming expressions. It's also now possible to create streaming expressions with the Solr Admin UI.
+
+ * Fixed the ENUM faceting method to not be unnecessarily rewritten to FCS, which was causing slowdowns.
+
+ * Reduced garbage creation when creating cache entries.
+
+ * New [subquery] document transformer to obtatin related documents per result doc.
+
+ * EmbeddedSolrServer allocates heap much wisely even with plain document list without callbacks.
+
+ * New GeoJSON response writer for encoding geographic data in query responses.
+
+See the [Lucene CHANGES.txt](/core/6_1_0/changes/Changes.html) and
+[Solr CHANGES.txt](/solr/6_1_0/changes/Changes.html) files included
+with the release for a full list of details.
+
+## 28 May 2016 - Apache Lucene 6.0.1 and Apache Solr 6.0.1 Available
+
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.1 and Apache Solr 6.0.1
 
 Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/6.0.1>

Modified: lucene/cms/trunk/content/solr/doap.rdf
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/doap.rdf?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/doap.rdf (original)
+++ lucene/cms/trunk/content/solr/doap.rdf Fri Jun 17 12:24:05 2016
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>branch_6_1</branch>
+        <name>solr-6.1.0</name>
+        <created>2016-06-17</created>
+        <revision>6.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>branch_6_0</branch>
         <name>solr-6.0.1</name>
         <created>2016-05-28</created>

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Fri Jun 17 12:24:05 2016
@@ -2,6 +2,40 @@ Title: News
 
 # Solr<sup>&trade;</sup> News
 
+## 17 June 2016, Apache Solr 6.1.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 6.1.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 and analytics,
+rich document parsing, geospatial search, extensive REST APIs as well
+as parallel SQL. Solr is enterprise grade, secure and 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 6.1.0 is available for immediate download at:
+
+  http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0
+
+Solr 6.1 Release Highlights:
+
+ * Added graph traversal support, and new "sort" and "random" streaming expressions. It's also now possible to create streaming expressions with the Solr Admin UI.
+
+ * Fixed the ENUM faceting method to not be unnecessarily rewritten to FCS, which was causing slowdowns.
+
+ * Reduced garbage creation when creating cache entries.
+
+ * New [subquery] document transformer to obtatin related documents per result doc.
+
+ * EmbeddedSolrServer allocates heap much wisely even with plain document list without callbacks.
+ 
+ * New GeoJSON response writer for encoding geographic data in query responses.
+
+See the [CHANGES.txt](https://lucene.apache.org/solr/6_1_0/changes/Changes.html)
+file included with the release for a detailed list of changes.
+
 ## 28 May 2016, Apache Solr 6.0.1 available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 6.0.1

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Fri Jun 17 12:24:05 2016
@@ -24,7 +24,7 @@ Users who have completed the tutorial ar
 In each Solr binary release artifact, you can find a copy of the Solr tutorial, a detailed list of changes, and JavaDocs for all included code.
 Copies of this documentation for the most recent release of each major branch under active development can also be found online:
 
-* [Latest Release](/solr/6_0_1/index.html)
+* [Latest Release](/solr/6_1_0/index.html)
 
 <h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>
 

Modified: lucene/cms/trunk/templates/core-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-sidebar.html?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-sidebar.html (original)
+++ lucene/cms/trunk/templates/core-sidebar.html Fri Jun 17 12:24:05 2016
@@ -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 6.0.1</div>
+      <div class="flap bottom">of Apache Lucene 6.1.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.0.1</div>
+    <div class="download-desc">Apache Lucene 6.1.0</div>
   </div>
   {% filter markdown %}{% include "corenav.mdtext" %}{% endfilter %}
   <div class="status">

Modified: lucene/cms/trunk/templates/corenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/corenav.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Fri Jun 17 12:24:05 2016
@@ -7,7 +7,7 @@
 
 # Release Docs
 
-- [6.0.1](./6_0_1/index.html)
+- [6.1.0](./6_1_0/index.html)
 
 # About
 - [License](http://www.apache.org/licenses/LICENSE-2.0)

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Fri Jun 17 12:24:05 2016
@@ -4,7 +4,7 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/6.0.1">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0">
     <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">

Modified: lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-solr-latest-redir.html?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-solr-latest-redir.html Fri Jun 17 12:24:05 2016
@@ -4,7 +4,7 @@
 #}
 {% extends "_solr-head.html" %}
   {% block css %}
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.1">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   {% endblock %}
 {% endextends %}

Modified: lucene/cms/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/sidenav.mdtext?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/sidenav.mdtext (original)
+++ lucene/cms/trunk/templates/sidenav.mdtext Fri Jun 17 12:24:05 2016
@@ -2,15 +2,15 @@
   <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 6.0.1</div>
+    <div class="flap bottom">of Apache Lucene 6.1.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.0.1</div>
+  <div class="download-desc">Apache Lucene 6.1.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 6.0.1</div>
+    <div class="flap bottom">of Apache Solr 6.1.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.0.1</div>
+  <div class="download-desc">Apache Solr 6.1.0</div>
 
 # Projects
   - [Lucene Core (Java)](./core/)

Modified: lucene/cms/trunk/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-index.html?rev=1748847&r1=1748846&r2=1748847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-index.html (original)
+++ lucene/cms/trunk/templates/solr-index.html Fri Jun 17 12:24:05 2016
@@ -281,13 +281,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 28 April 2016
+            Solr News | 17 June 2016
           </div>
           <h1>
-             Apache Solr 6.0.1 available
+             Apache Solr 6.1.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.0.1.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 6.1.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>