You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/06/07 01:38:19 UTC

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

Author: ishan
Date: Wed Jun  7 01:38:19 2017
New Revision: 1797847

URL: http://svn.apache.org/viewvc?rev=1797847&view=rev
Log:
Adding 6.6.0 release

Modified:
    lucene/cms/trunk/content/.htaccess
    lucene/cms/trunk/content/core/corenews.mdtext
    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-solr-latest-redir.html
    lucene/cms/trunk/templates/sidenav.mdtext
    lucene/cms/trunk/templates/solr-index.html

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Wed Jun  7 01:38:19 2017
@@ -39,9 +39,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/6_5_1/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/6_5_1/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/6_5_1/$1
+RedirectMatch temp /core/api/(.*) /core/6_6_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_6_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_6_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Wed Jun  7 01:38:19 2017
@@ -1,5 +1,35 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 6 June 2017 - Apache Lucene™ 6.6.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.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.
+
+The release is available for immediate download at:
+
+   <http://www.apache.org/dyn/closer.lua/lucene/java/6.6.0>
+
+See the [CHANGES.txt](/core/6_6_0/changes/Changes.html) file included with the
+release for a full list of changes and further details.
+
+### Highlights of this Lucene release include:
+* A concurrent SortedSet facets implementation    
+
+* spatial-extras HeatmapFacetCounter will now short-circuit it's work when Bits.MatchNoBits is passed   
+
+* OfflineSorter now passes the total number of items it will write to getWriter()
+* Move dictionary for Ukrainian analyzer to external dependency
+
+* SortedSetDocValuesReaderState now implements Accountable so one can see how much RAM it is using
+
+* OfflineSorter can now run concurrently if you pass it an optional ExecutorService Sorted set facets now
+use sparse storage when collecting hits, when appropriate
+
+* PostingsHighlighter has been deprecated in favour of the UnifiedHighlighter
+
 ## 27 April 2017 - Apache Lucene™ 6.5.1 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.1

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Wed Jun  7 01:38:19 2017
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [6.5.1](./6_5_1/index.html)
+- [6.6.0](./6_6_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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Wed Jun  7 01:38:19 2017
@@ -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_5_1/demo/overview-summary.html#overview_description">Lucene 6.5.1 Demo</a>
+- <a href="6_6_0/demo/overview-summary.html#overview_description">Lucene 6.6.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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Wed Jun  7 01:38:19 2017
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [6.5.1](./6_5_1/SYSTEM_REQUIREMENTS.html)
+- [6.6.0](./6_6_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Wed Jun  7 01:38:19 2017
@@ -1 +1 @@
-6.5.1
+6.6.0

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Wed Jun  7 01:38:19 2017
@@ -1,5 +1,70 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 6 June 2017 - Apache Lucene 6.6.0 and Apache Solr 6.6.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.0 and Apache Solr 6.6.0.
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/6.6.0>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.0>
+
+### Highlights of this Lucene release include:
+
+  * A concurrent SortedSet facets implementation    
+
+  * spatial-extras HeatmapFacetCounter will now short-circuit it's work when Bits.MatchNoBits is passed   
+
+  * OfflineSorter now passes the total number of items it will write to getWriter()
+
+  * Move dictionary for Ukrainian analyzer to external dependency
+
+  * SortedSetDocValuesReaderState now implements Accountable so one can see how much RAM it is using
+
+  * OfflineSorter can now run concurrently if you pass it an optional ExecutorService Sorted set facets now use sparse storage when collecting hits, when appropriate
+
+  * PostingsHighlighter has been deprecated in favour of the UnifiedHighlighter
+
+### Highlights of this Solr release include:
+
+  * Payload support with payload() value source and {!payload_score} and {!payload_check} query parsers
+
+  * Solr support for SimpleTextCodec
+
+  * Multi-field support to TermsComponent when requesting terms' statistics
+
+  * New AtomicUpdateProcessor to convert normal update operations to atomic update operations
+
+  * UPLOAD command (Config Set API) for uploading zipped configsets
+
+  * MOVEREPLICA command (Collections API) for moving a replica across nodes
+
+  * LISTALIASES command (Collections API) to return a list of all collection aliases
+
+  * STATUS command (Core Admin API) to emit collection details of each core
+
+  * Basic authentication can be enabled/disabled using bin/solr|bin/solr.cmd
+
+  * Solr default/example uses WordDelimiterGraphFilterFactory and SynonymGraphFilterFactory
+
+  * Expose cache statistics using metrics API
+
+  * CloudSolrClient can now be initialized using the base URL of a Solr instance instead of ZooKeeper hosts
+
+  * Grouping, CollapseQParser and ExpandComponent support with PointFields
+
+  * Variance and Standard Deviation aggregators for the JSON Facet API
+
+  * JSON Faceting now supports a query time 'join' domain change option
+
+  * CartesianProductStream, which turns a single tuple with a multi-valued field into N tuples, one for each value in the multi-valued field
+
+  * New Streaming Evaluators: Basic math, UUID, Date/time, correlation, regress, predict, covariance, convolution, normalize
+
+  * New Streaming Expressions: shuffle, echo, eval, timeseries, let, get, tuple
+
+See the [Lucene CHANGES.txt](/core/6_6_0/changes/Changes.html) and
+[Solr CHANGES.txt](/solr/6_6_0/changes/Changes.html) files included
+with the release for a full list of details.
+
 ## 27 April 2017 - Apache Lucene 6.5.1 and Apache Solr 6.5.1 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.1 and Apache Solr 6.5.1.

Modified: lucene/cms/trunk/content/solr/doap.rdf
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/doap.rdf?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/doap.rdf (original)
+++ lucene/cms/trunk/content/solr/doap.rdf Wed Jun  7 01:38:19 2017
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>branch_6_6</branch>
+        <name>solr-6.6.0</name>
+        <created>2017-06-06</created>
+        <revision>6.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>branch_6_5</branch>
         <name>solr-6.5.1</name>
         <created>2017-04-27</created>

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Wed Jun  7 01:38:19 2017
@@ -1,6 +1,63 @@
 Title: News
 
 # Solr<sup>&trade;</sup> News
+## 6 June 2017, Apache Solr™ 6.6.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 6.6.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.6.0 is available for immediate download at:
+<http://lucene.apache.org/solr/mirrors-solr-latest-redir.html>
+
+### Highlights of this Solr release include:
+
+* Payload support with payload() value source and {!payload_score} and {!payload_check}
+  query parsers
+
+* Solr support for SimpleTextCodec
+
+* Multi-field support to TermsComponent when requesting terms' statistics
+
+* New AtomicUpdateProcessor to convert normal update operations to atomic update operations
+
+* UPLOAD command (Config Set API) for uploading zipped configsets
+
+* MOVEREPLICA command (Collections API) for moving a replica across nodes
+
+* LISTALIASES command (Collections API) to return a list of all collection aliases
+
+* STATUS command (Core Admin API) to emit collection details of each core
+
+* Basic authentication can be enabled/disabled using bin/solr|bin/solr.cmd
+
+* Solr default/example uses WordDelimiterGraphFilterFactory and SynonymGraphFilterFactory
+
+* Expose cache statistics using metrics API
+
+* CloudSolrClient can now be initialized using the base URL of a Solr instance instead of ZooKeeper hosts
+
+* Grouping, CollapseQParser and ExpandComponent support with PointFields
+
+* Variance and Standard Deviation aggregators for the JSON Facet API
+
+* JSON Faceting now supports a query time 'join' domain change option
+
+* CartesianProductStream, which turns a single tuple with a multi-valued field into N tuples, one for each value in the multi-valued field
+
+* New Streaming Evaluators: Basic math, UUID, Date/time, correlation, regress, predict, covariance, convolution, normalize
+
+* New Streaming Expressions: shuffle, echo, eval, timeseries, let, get, tuple
+
+See the [Solr CHANGES.txt](/solr/6_6_0/changes/Changes.html) files included
+with the release for a full list of details.
+
 ## 27 April 2017, Apache Solr™ 6.5.1 available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 6.5.1

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Wed Jun  7 01:38:19 2017
@@ -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_5_1/index.html)
+* [Latest Release](/solr/6_6_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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-sidebar.html (original)
+++ lucene/cms/trunk/templates/core-sidebar.html Wed Jun  7 01:38:19 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 6.5.1</div>
+      <div class="flap bottom">of Apache Lucene 6.6.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.5.1</div>
+    <div class="download-desc">Apache Lucene 6.6.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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Wed Jun  7 01:38:19 2017
@@ -7,7 +7,7 @@
 
 # Release Docs
 
-- [6.5.1](./6_5_1/index.html)
+- [6.6.0](./6_6_0/index.html)
 
 # About
 - [License](http://www.apache.org/licenses/LICENSE-2.0)

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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-solr-latest-redir.html Wed Jun  7 01:38:19 2017
@@ -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.5.1">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/sidenav.mdtext (original)
+++ lucene/cms/trunk/templates/sidenav.mdtext Wed Jun  7 01:38:19 2017
@@ -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.5.1</div>
+    <div class="flap bottom">of Apache Lucene 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.5.1</div>
+  <div class="download-desc">Apache Lucene 6.6.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.5.1</div>
+    <div class="flap bottom">of Apache Solr 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.5.1</div>
+  <div class="download-desc">Apache Solr 6.6.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=1797847&r1=1797846&r2=1797847&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-index.html (original)
+++ lucene/cms/trunk/templates/solr-index.html Wed Jun  7 01:38:19 2017
@@ -281,13 +281,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 27 April 2017
+            Solr News | 6 June 2017
           </div>
           <h1>
-             Apache Solr 6.5.1 available
+             Apache Solr 6.6.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.5.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.6.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>