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 2015/06/07 21:53:16 UTC

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

Author: buildbot
Date: Sun Jun  7 19:53:15 2015
New Revision: 954099

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/latestversion.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/privacy.html
    websites/staging/lucene/trunk/content/site-instructions.html
    websites/staging/lucene/trunk/content/solr/downloads.html
    websites/staging/lucene/trunk/content/solr/features.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/logos-and-assets.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
    websites/staging/lucene/trunk/content/solr/news.html
    websites/staging/lucene/trunk/content/solr/quickstart.html
    websites/staging/lucene/trunk/content/solr/resources.html
    websites/staging/lucene/trunk/content/whoweare.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun  7 19:53:15 2015
@@ -1 +1 @@
-1683941
+1684068

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 Sun Jun  7 19:53:15 2015
@@ -211,6 +211,48 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-core-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News</h1>
+<h2 id="7-june-2015-lucene-core-520-available">7 June 2015 - Lucene Core 5.2.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.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>The release is available for immediate download at:
+ <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0</a></p>
+<p>Lucene 5.2.0 release highlights:</p>
+<ul>
+<li>
+<p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
+</li>
+<li>
+<p>Added two-phase support to SpanNotQuery, and SpanPositionCheckQuery and its subclasses: SpanPositionRangeQuery, SpanPayloadCheckQuery, SpanNearPayloadCheckQuery, SpanFirstQuery.</p>
+</li>
+<li>
+<p>Added a new query time join to the join module that uses global ordinals, which is faster for subsequent joins between reopens.</p>
+</li>
+<li>
+<p>New CompositeSpatialStrategy combines speed of RPT with accuracy of SDV. Includes optimized Intersect predicate to avoid many geometry checks. Uses TwoPhaseIterator.</p>
+</li>
+<li>
+<p>New LimitTokenOffsetFilter that limits tokens to those before a configured maximum start offset.</p>
+</li>
+<li>
+<p>New spatial PackedQuadPrefixTree, a generally more efficient choice than QuadPrefixTree, especially for high precision shapes. When used, you should typically disable RPT's pruneLeafyBranches option.</p>
+</li>
+<li>
+<p>Expressions now support bindings keys that look like zero arg functions</p>
+</li>
+<li>
+<p>Add SpanWithinQuery and SpanContainingQuery that return spans inside of / containing another spans.</p>
+</li>
+<li>
+<p>New Spatial "Geo3d" API with partial Spatial4j integration. It is a set of shapes implemented using 3D planar geometry for calculating spatial relations on the surface of a sphere. Shapes include Point, BBox, Circle, Path (buffered line string), and Polygon.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 5.1.0 release.</p>
+</li>
+</ul>
+<p>See the <a href="/core/5_2_0/changes/Changes.html">CHANGES.txt</a> file included with the
+release for a full list of changes and further details.</p>
 <h2 id="14-april-2015-lucene-core-510-available">14 April 2015 - Lucene Core 5.1.0 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.1.0 </p>
 <p>Apache Lucene is a high-performance, full-featured text search engine
@@ -655,9 +697,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -669,7 +711,7 @@ with the release for a full list of deta
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -259,9 +259,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -273,7 +273,7 @@ project. It is responsible for running n
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -289,9 +289,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -303,7 +303,7 @@ No endorsement is implied by the listing
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -213,7 +213,7 @@
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-release-docs">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs</h1>
 <h2 id="java-docs">Java Docs</h2>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul></div>
       
 
@@ -227,9 +227,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -241,7 +241,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -235,9 +235,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -249,7 +249,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -254,9 +254,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -268,7 +268,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -258,9 +258,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -272,7 +272,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>
@@ -305,6 +305,12 @@
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1684064;view=revision">r1684064</a>
+        Improve example/files /browse highlight escaping (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1684045;view=revision">r1684045</a>
         <a href="https://issues.apache.org/jira/browse/LUCENE-6530">LUCENE-6530</a>: Fix iptables helper (was broken because of more strict error checking, sorry!). I tested it on my linux... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
@@ -327,12 +333,6 @@
         <a href="https://issues.apache.org/jira/browse/LUCENE-6482">LUCENE-6482</a>: Fix class loading deadlock relating to Codec initialization, default codec and SPI discovery (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1684005;view=revision">r1684005</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-6482">LUCENE-6482</a>: Commit failing test first and wait for Jenkins failure (to prove that it works also on Unix and... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
-      </div>
     </div></div>
     
     

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 Sun Jun  7 19:53:15 2015
@@ -18,7 +18,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/5.1.0">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.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">
@@ -279,9 +279,9 @@ following:</p>
     <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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -293,7 +293,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -277,9 +277,9 @@ following:</p>
     <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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -291,7 +291,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -215,7 +215,7 @@
 in the documentation for that release.</p>
 <p>The most recent versions can also be found online:</p>
 <ul>
-<li><a href="5_1_0/demo/overview-summary.html#overview_description">Lucene 5.1.0 Demo</a></li>
+<li><a href="5_2_0/demo/overview-summary.html#overview_description">Lucene 5.2.0 Demo</a></li>
 </ul></div>
       
 
@@ -229,9 +229,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -243,7 +243,7 @@ in the documentation for that release.</
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

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 Sun Jun  7 19:53:15 2015
@@ -213,7 +213,7 @@
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-system-requirements">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> System Requirements</h1>
 <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
 <ul>
-<li><a href="./5_1_0/SYSTEM_REQUIREMENTS.html">5.1.0</a></li>
+<li><a href="./5_2_0/SYSTEM_REQUIREMENTS.html">5.2.0</a></li>
 </ul></div>
       
 
@@ -227,9 +227,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 5.1.0</div>
+      <div class="flap bottom">of Apache Lucene 5.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 5.1.0</div>
+    <div class="download-desc">Apache Lucene 5.2.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -241,7 +241,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./5_1_0/index.html">5.1.0</a></li>
+<li><a href="./5_2_0/index.html">5.2.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Sun Jun  7 19:53:15 2015
@@ -204,6 +204,107 @@
 <li><a href="./pylucene/index.html">PyLucene</a> is a Python port of the Core project.</li>
 </ul>
 <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="7-june-2015-apache-lucene-520-and-apache-solr-520-available">7 June 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 5.2.0 and Apache Solr 5.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:</h3>
+<ul>
+<li>
+<p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
+</li>
+<li>
+<p>Added two-phase support to SpanNotQuery, and SpanPositionCheckQuery and its subclasses: SpanPositionRangeQuery, SpanPayloadCheckQuery, SpanNearPayloadCheckQuery, SpanFirstQuery.</p>
+</li>
+<li>
+<p>Added a new query time join to the join module that uses global ordinals, which is faster for subsequent joins between reopens.</p>
+</li>
+<li>
+<p>New CompositeSpatialStrategy combines speed of RPT with accuracy of SDV. Includes optimized Intersect predicate to avoid many geometry checks. Uses TwoPhaseIterator.</p>
+</li>
+<li>
+<p>New LimitTokenOffsetFilter that limits tokens to those before a configured maximum start offset.</p>
+</li>
+<li>
+<p>New spatial PackedQuadPrefixTree, a generally more efficient choice than QuadPrefixTree, especially for high precision shapes. When used, you should typically disable RPT's pruneLeafyBranches option.</p>
+</li>
+<li>
+<p>Expressions now support bindings keys that look like zero arg functions</p>
+</li>
+<li>
+<p>Add SpanWithinQuery and SpanContainingQuery that return spans inside of / containing another spans.</p>
+</li>
+<li>
+<p>New Spatial "Geo3d" API with partial Spatial4j integration. It is a set of shapes implemented using 3D planar geometry for calculating spatial relations on the surface of a sphere. Shapes include Point, BBox, Circle, Path (buffered line string), and Polygon.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 5.1.0 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:</h3>
+<ul>
+<li>
+<p>Restore API allows restoring a core from an index backup.</p>
+</li>
+<li>
+<p>JSON Facet API</p>
+<ul>
+<li>unique() is now implemented for numeric and date fields</li>
+<li>Optional flatter form via a "type" parameter</li>
+<li>Added support for "mincount" parameter in range facets to suppress buckets less than that count</li>
+<li>Multi-select faceting support for the Facet Module via the "excludeTags" parameter which disregards any matching tagged filters for that facet.</li>
+<li>hll() facet function for distributed cardinality via HyperLogLog algorithm.
+See examples at http://yonik.com/solr-count-distinct/</li>
+</ul>
+</li>
+<li>
+<p>A new "facet.range.method" parameter to let users choose how to do range faceting between an implementation based on filters (previous algorithm, using "facet.range.method=filter") or DocValues ("facet.range.method=dv")</p>
+</li>
+<li>
+<p>Rule-based Replica assignment during collection, shard, and replica creation.</p>
+</li>
+<li>
+<p>Stats component:</p>
+<ul>
+<li>New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM. Blog post: https://lucidworks.com/blog/hyperloglog-field-value-cardinality-stats/</li>
+<li>stats.field now supports individual local params for 'countDistinct' and 'distinctValues'. 'calcdistinct' is still supported as an alias for both options.</li>
+</ul>
+</li>
+<li>
+<p>Solr security</p>
+<ul>
+<li>Authentication and Authorization frameworks that define interfaces, and mechanisms to create, load, and use authorization/authentication plugins have been added.</li>
+<li>A Kerberos authentication plugin which would allow running a Kerberized Solr setup.</li>
+</ul>
+</li>
+<li>
+<p>Solr Streaming Expressions
+   See https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions</p>
+</li>
+<li>
+<p>bin/post (and SimplePostTool in -Dauto=yes mode) now sends rather than skips files without a known content type, as "application/octet-stream", provided it still is in the allowed filetypes setting.</p>
+</li>
+<li>
+<p>HDFS transaction log replication factor is now configurable</p>
+</li>
+<li>
+<p>A cluster-wide property can now be be added/edited/deleted using the zkcli script and doesn't require a running Solr instance.</p>
+</li>
+<li>
+<p>New spatial RptWithGeometrySpatialField, based on CompositeSpatialStrategy, which blends RPT indexes for speed with serialized geometry for accuracy.  Includes a Lucene segment based in-memory shape cache.</p>
+</li>
+<li>
+<p>Refactored Admin UI using AngularJS. It isn't the default, but a parallel UI interface in this release.</p>
+</li>
+<li>
+<p>Solr has internally been upgraded to use Jetty 9.</p>
+</li>
+</ul>
+<p>Both releases contain a number of new features, bug fixes, and optimizations.</p>
+<p>See the <a href="/core/5_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/5_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="14-april-2015-apache-lucene-510-and-apache-solr-510-available">14 April 2015 - Apache Lucene 5.1.0 and Apache Solr 5.1.0 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.1.0 and Apache Solr 5.1.0.</p>
@@ -816,15 +917,15 @@ with the release for a full list of deta
       <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.1.0</div>
+    <div class="flap bottom">of Apache Lucene 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 5.1.0</div>
+  <div class="download-desc">Apache Lucene 5.2.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.1.0</div>
+    <div class="flap bottom">of Apache Solr 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 5.1.0</div></p>
+  <div class="download-desc">Apache Solr 5.2.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/latestversion.html
==============================================================================
--- websites/staging/lucene/trunk/content/latestversion.html (original)
+++ websites/staging/lucene/trunk/content/latestversion.html Sun Jun  7 19:53:15 2015
@@ -193,7 +193,7 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><p>5.1</p></div>
+      <div><p>5.2</p></div>
       
 
 
@@ -205,15 +205,15 @@
       <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.1.0</div>
+    <div class="flap bottom">of Apache Lucene 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 5.1.0</div>
+  <div class="download-desc">Apache Lucene 5.2.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.1.0</div>
+    <div class="flap bottom">of Apache Solr 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 5.1.0</div></p>
+  <div class="download-desc">Apache Solr 5.2.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Sun Jun  7 19:53:15 2015
@@ -194,6 +194,107 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="7-june-2015-apache-lucene-520-and-apache-solr-520-available">7 June 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 5.2.0 and Apache Solr 5.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:</h3>
+<ul>
+<li>
+<p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
+</li>
+<li>
+<p>Added two-phase support to SpanNotQuery, and SpanPositionCheckQuery and its subclasses: SpanPositionRangeQuery, SpanPayloadCheckQuery, SpanNearPayloadCheckQuery, SpanFirstQuery.</p>
+</li>
+<li>
+<p>Added a new query time join to the join module that uses global ordinals, which is faster for subsequent joins between reopens.</p>
+</li>
+<li>
+<p>New CompositeSpatialStrategy combines speed of RPT with accuracy of SDV. Includes optimized Intersect predicate to avoid many geometry checks. Uses TwoPhaseIterator.</p>
+</li>
+<li>
+<p>New LimitTokenOffsetFilter that limits tokens to those before a configured maximum start offset.</p>
+</li>
+<li>
+<p>New spatial PackedQuadPrefixTree, a generally more efficient choice than QuadPrefixTree, especially for high precision shapes. When used, you should typically disable RPT's pruneLeafyBranches option.</p>
+</li>
+<li>
+<p>Expressions now support bindings keys that look like zero arg functions</p>
+</li>
+<li>
+<p>Add SpanWithinQuery and SpanContainingQuery that return spans inside of / containing another spans.</p>
+</li>
+<li>
+<p>New Spatial "Geo3d" API with partial Spatial4j integration. It is a set of shapes implemented using 3D planar geometry for calculating spatial relations on the surface of a sphere. Shapes include Point, BBox, Circle, Path (buffered line string), and Polygon.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 5.1.0 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:</h3>
+<ul>
+<li>
+<p>Restore API allows restoring a core from an index backup.</p>
+</li>
+<li>
+<p>JSON Facet API</p>
+<ul>
+<li>unique() is now implemented for numeric and date fields</li>
+<li>Optional flatter form via a "type" parameter</li>
+<li>Added support for "mincount" parameter in range facets to suppress buckets less than that count</li>
+<li>Multi-select faceting support for the Facet Module via the "excludeTags" parameter which disregards any matching tagged filters for that facet.</li>
+<li>hll() facet function for distributed cardinality via HyperLogLog algorithm.
+See examples at http://yonik.com/solr-count-distinct/</li>
+</ul>
+</li>
+<li>
+<p>A new "facet.range.method" parameter to let users choose how to do range faceting between an implementation based on filters (previous algorithm, using "facet.range.method=filter") or DocValues ("facet.range.method=dv")</p>
+</li>
+<li>
+<p>Rule-based Replica assignment during collection, shard, and replica creation.</p>
+</li>
+<li>
+<p>Stats component:</p>
+<ul>
+<li>New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM. Blog post: https://lucidworks.com/blog/hyperloglog-field-value-cardinality-stats/</li>
+<li>stats.field now supports individual local params for 'countDistinct' and 'distinctValues'. 'calcdistinct' is still supported as an alias for both options.</li>
+</ul>
+</li>
+<li>
+<p>Solr security</p>
+<ul>
+<li>Authentication and Authorization frameworks that define interfaces, and mechanisms to create, load, and use authorization/authentication plugins have been added.</li>
+<li>A Kerberos authentication plugin which would allow running a Kerberized Solr setup.</li>
+</ul>
+</li>
+<li>
+<p>Solr Streaming Expressions
+   See https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions</p>
+</li>
+<li>
+<p>bin/post (and SimplePostTool in -Dauto=yes mode) now sends rather than skips files without a known content type, as "application/octet-stream", provided it still is in the allowed filetypes setting.</p>
+</li>
+<li>
+<p>HDFS transaction log replication factor is now configurable</p>
+</li>
+<li>
+<p>A cluster-wide property can now be be added/edited/deleted using the zkcli script and doesn't require a running Solr instance.</p>
+</li>
+<li>
+<p>New spatial RptWithGeometrySpatialField, based on CompositeSpatialStrategy, which blends RPT indexes for speed with serialized geometry for accuracy.  Includes a Lucene segment based in-memory shape cache.</p>
+</li>
+<li>
+<p>Refactored Admin UI using AngularJS. It isn't the default, but a parallel UI interface in this release.</p>
+</li>
+<li>
+<p>Solr has internally been upgraded to use Jetty 9.</p>
+</li>
+</ul>
+<p>Both releases contain a number of new features, bug fixes, and optimizations.</p>
+<p>See the <a href="/core/5_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/5_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="14-april-2015-apache-lucene-510-and-apache-solr-510-available">14 April 2015 - Apache Lucene 5.1.0 and Apache Solr 5.1.0 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.1.0 and Apache Solr 5.1.0.</p>
@@ -804,15 +905,15 @@ with the release for a full list of deta
       <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.1.0</div>
+    <div class="flap bottom">of Apache Lucene 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 5.1.0</div>
+  <div class="download-desc">Apache Lucene 5.2.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.1.0</div>
+    <div class="flap bottom">of Apache Solr 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 5.1.0</div></p>
+  <div class="download-desc">Apache Solr 5.2.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

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 Sun Jun  7 19:53:15 2015
@@ -147,6 +147,107 @@
 </ul></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="7-june-2015-apache-lucene-520-and-apache-solr-520-available">7 June 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 5.2.0 and Apache Solr 5.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:</h3>
+<ul>
+<li>
+<p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
+</li>
+<li>
+<p>Added two-phase support to SpanNotQuery, and SpanPositionCheckQuery and its subclasses: SpanPositionRangeQuery, SpanPayloadCheckQuery, SpanNearPayloadCheckQuery, SpanFirstQuery.</p>
+</li>
+<li>
+<p>Added a new query time join to the join module that uses global ordinals, which is faster for subsequent joins between reopens.</p>
+</li>
+<li>
+<p>New CompositeSpatialStrategy combines speed of RPT with accuracy of SDV. Includes optimized Intersect predicate to avoid many geometry checks. Uses TwoPhaseIterator.</p>
+</li>
+<li>
+<p>New LimitTokenOffsetFilter that limits tokens to those before a configured maximum start offset.</p>
+</li>
+<li>
+<p>New spatial PackedQuadPrefixTree, a generally more efficient choice than QuadPrefixTree, especially for high precision shapes. When used, you should typically disable RPT's pruneLeafyBranches option.</p>
+</li>
+<li>
+<p>Expressions now support bindings keys that look like zero arg functions</p>
+</li>
+<li>
+<p>Add SpanWithinQuery and SpanContainingQuery that return spans inside of / containing another spans.</p>
+</li>
+<li>
+<p>New Spatial "Geo3d" API with partial Spatial4j integration. It is a set of shapes implemented using 3D planar geometry for calculating spatial relations on the surface of a sphere. Shapes include Point, BBox, Circle, Path (buffered line string), and Polygon.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 5.1.0 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:</h3>
+<ul>
+<li>
+<p>Restore API allows restoring a core from an index backup.</p>
+</li>
+<li>
+<p>JSON Facet API</p>
+<ul>
+<li>unique() is now implemented for numeric and date fields</li>
+<li>Optional flatter form via a "type" parameter</li>
+<li>Added support for "mincount" parameter in range facets to suppress buckets less than that count</li>
+<li>Multi-select faceting support for the Facet Module via the "excludeTags" parameter which disregards any matching tagged filters for that facet.</li>
+<li>hll() facet function for distributed cardinality via HyperLogLog algorithm.
+See examples at http://yonik.com/solr-count-distinct/</li>
+</ul>
+</li>
+<li>
+<p>A new "facet.range.method" parameter to let users choose how to do range faceting between an implementation based on filters (previous algorithm, using "facet.range.method=filter") or DocValues ("facet.range.method=dv")</p>
+</li>
+<li>
+<p>Rule-based Replica assignment during collection, shard, and replica creation.</p>
+</li>
+<li>
+<p>Stats component:</p>
+<ul>
+<li>New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM. Blog post: https://lucidworks.com/blog/hyperloglog-field-value-cardinality-stats/</li>
+<li>stats.field now supports individual local params for 'countDistinct' and 'distinctValues'. 'calcdistinct' is still supported as an alias for both options.</li>
+</ul>
+</li>
+<li>
+<p>Solr security</p>
+<ul>
+<li>Authentication and Authorization frameworks that define interfaces, and mechanisms to create, load, and use authorization/authentication plugins have been added.</li>
+<li>A Kerberos authentication plugin which would allow running a Kerberized Solr setup.</li>
+</ul>
+</li>
+<li>
+<p>Solr Streaming Expressions
+   See https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions</p>
+</li>
+<li>
+<p>bin/post (and SimplePostTool in -Dauto=yes mode) now sends rather than skips files without a known content type, as "application/octet-stream", provided it still is in the allowed filetypes setting.</p>
+</li>
+<li>
+<p>HDFS transaction log replication factor is now configurable</p>
+</li>
+<li>
+<p>A cluster-wide property can now be be added/edited/deleted using the zkcli script and doesn't require a running Solr instance.</p>
+</li>
+<li>
+<p>New spatial RptWithGeometrySpatialField, based on CompositeSpatialStrategy, which blends RPT indexes for speed with serialized geometry for accuracy.  Includes a Lucene segment based in-memory shape cache.</p>
+</li>
+<li>
+<p>Refactored Admin UI using AngularJS. It isn't the default, but a parallel UI interface in this release.</p>
+</li>
+<li>
+<p>Solr has internally been upgraded to use Jetty 9.</p>
+</li>
+</ul>
+<p>Both releases contain a number of new features, bug fixes, and optimizations.</p>
+<p>See the <a href="/core/5_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/5_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="14-april-2015-apache-lucene-510-and-apache-solr-510-available">14 April 2015 - Apache Lucene 5.1.0 and Apache Solr 5.1.0 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.1.0 and Apache Solr 5.1.0.</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 Sun Jun  7 19:53:15 2015
@@ -146,6 +146,107 @@ judgments and queries in an open environ
 one would get if using TREC or other evaluation conferences.</p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="7-june-2015-apache-lucene-520-and-apache-solr-520-available">7 June 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 5.2.0 and Apache Solr 5.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:</h3>
+<ul>
+<li>
+<p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
+</li>
+<li>
+<p>Added two-phase support to SpanNotQuery, and SpanPositionCheckQuery and its subclasses: SpanPositionRangeQuery, SpanPayloadCheckQuery, SpanNearPayloadCheckQuery, SpanFirstQuery.</p>
+</li>
+<li>
+<p>Added a new query time join to the join module that uses global ordinals, which is faster for subsequent joins between reopens.</p>
+</li>
+<li>
+<p>New CompositeSpatialStrategy combines speed of RPT with accuracy of SDV. Includes optimized Intersect predicate to avoid many geometry checks. Uses TwoPhaseIterator.</p>
+</li>
+<li>
+<p>New LimitTokenOffsetFilter that limits tokens to those before a configured maximum start offset.</p>
+</li>
+<li>
+<p>New spatial PackedQuadPrefixTree, a generally more efficient choice than QuadPrefixTree, especially for high precision shapes. When used, you should typically disable RPT's pruneLeafyBranches option.</p>
+</li>
+<li>
+<p>Expressions now support bindings keys that look like zero arg functions</p>
+</li>
+<li>
+<p>Add SpanWithinQuery and SpanContainingQuery that return spans inside of / containing another spans.</p>
+</li>
+<li>
+<p>New Spatial "Geo3d" API with partial Spatial4j integration. It is a set of shapes implemented using 3D planar geometry for calculating spatial relations on the surface of a sphere. Shapes include Point, BBox, Circle, Path (buffered line string), and Polygon.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 5.1.0 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:</h3>
+<ul>
+<li>
+<p>Restore API allows restoring a core from an index backup.</p>
+</li>
+<li>
+<p>JSON Facet API</p>
+<ul>
+<li>unique() is now implemented for numeric and date fields</li>
+<li>Optional flatter form via a "type" parameter</li>
+<li>Added support for "mincount" parameter in range facets to suppress buckets less than that count</li>
+<li>Multi-select faceting support for the Facet Module via the "excludeTags" parameter which disregards any matching tagged filters for that facet.</li>
+<li>hll() facet function for distributed cardinality via HyperLogLog algorithm.
+See examples at http://yonik.com/solr-count-distinct/</li>
+</ul>
+</li>
+<li>
+<p>A new "facet.range.method" parameter to let users choose how to do range faceting between an implementation based on filters (previous algorithm, using "facet.range.method=filter") or DocValues ("facet.range.method=dv")</p>
+</li>
+<li>
+<p>Rule-based Replica assignment during collection, shard, and replica creation.</p>
+</li>
+<li>
+<p>Stats component:</p>
+<ul>
+<li>New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM. Blog post: https://lucidworks.com/blog/hyperloglog-field-value-cardinality-stats/</li>
+<li>stats.field now supports individual local params for 'countDistinct' and 'distinctValues'. 'calcdistinct' is still supported as an alias for both options.</li>
+</ul>
+</li>
+<li>
+<p>Solr security</p>
+<ul>
+<li>Authentication and Authorization frameworks that define interfaces, and mechanisms to create, load, and use authorization/authentication plugins have been added.</li>
+<li>A Kerberos authentication plugin which would allow running a Kerberized Solr setup.</li>
+</ul>
+</li>
+<li>
+<p>Solr Streaming Expressions
+   See https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions</p>
+</li>
+<li>
+<p>bin/post (and SimplePostTool in -Dauto=yes mode) now sends rather than skips files without a known content type, as "application/octet-stream", provided it still is in the allowed filetypes setting.</p>
+</li>
+<li>
+<p>HDFS transaction log replication factor is now configurable</p>
+</li>
+<li>
+<p>A cluster-wide property can now be be added/edited/deleted using the zkcli script and doesn't require a running Solr instance.</p>
+</li>
+<li>
+<p>New spatial RptWithGeometrySpatialField, based on CompositeSpatialStrategy, which blends RPT indexes for speed with serialized geometry for accuracy.  Includes a Lucene segment based in-memory shape cache.</p>
+</li>
+<li>
+<p>Refactored Admin UI using AngularJS. It isn't the default, but a parallel UI interface in this release.</p>
+</li>
+<li>
+<p>Solr has internally been upgraded to use Jetty 9.</p>
+</li>
+</ul>
+<p>Both releases contain a number of new features, bug fixes, and optimizations.</p>
+<p>See the <a href="/core/5_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/5_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="14-april-2015-apache-lucene-510-and-apache-solr-510-available">14 April 2015 - Apache Lucene 5.1.0 and Apache Solr 5.1.0 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.1.0 and Apache Solr 5.1.0.</p>

Modified: websites/staging/lucene/trunk/content/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Sun Jun  7 19:53:15 2015
@@ -215,15 +215,15 @@ Part of this information is gathered usi
       <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.1.0</div>
+    <div class="flap bottom">of Apache Lucene 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 5.1.0</div>
+  <div class="download-desc">Apache Lucene 5.2.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.1.0</div>
+    <div class="flap bottom">of Apache Solr 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 5.1.0</div></p>
+  <div class="download-desc">Apache Solr 5.2.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Sun Jun  7 19:53:15 2015
@@ -236,15 +236,15 @@
       <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.1.0</div>
+    <div class="flap bottom">of Apache Lucene 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 5.1.0</div>
+  <div class="download-desc">Apache Lucene 5.2.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.1.0</div>
+    <div class="flap bottom">of Apache Solr 5.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 5.1.0</div></p>
+  <div class="download-desc">Apache Solr 5.2.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/downloads.html (original)
+++ websites/staging/lucene/trunk/content/solr/downloads.html Sun Jun  7 19:53:15 2015
@@ -192,7 +192,7 @@ nature of Solr, no releases are schedule
 <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
 <h2 id="file-names">File names</h2>
 <p>The <code>solr-VERSION.zip</code> or <code>solr-VERSION.tgz</code> files (where <code>VERSION</code> is the version number of
-the release, e.g. <code>5.1.0</code>) contain Apache Solr, html documentation and a tutorial.</p>
+the release, e.g. <code>5.2.0</code>) contain Apache Solr, html documentation and a tutorial.</p>
 <p>The <code>solr-VERSION-src.tgz</code> file contains the full source code for that version.</p>
 <p><strong>Note</strong>: prior to the Solr 4.1 release, all distribution and artifact filenames contained an <code>apache-</code> prefix.</p>
         

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Sun Jun  7 19:53:15 2015
@@ -180,7 +180,7 @@
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 5.1
+        Apache Solr<sup>&trade;</sup> 5.2
 
       </div>
       <h1>

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 Sun Jun  7 19:53:15 2015
@@ -179,7 +179,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 5.1
+            Apache Solr<sup>&trade;</sup> 5.2
 
           </div>
           <h1>
@@ -445,10 +445,10 @@
             Solr News | 14 April 2015
           </div>
           <h1>
-             Apache Solr 5.1.0 available
+             Apache Solr 5.2.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 5.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 5.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/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 Sun Jun  7 19:53:15 2015
@@ -180,7 +180,7 @@
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 5.1
+        Apache Solr<sup>&trade;</sup> 5.2
 
       </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 Sun Jun  7 19:53:15 2015
@@ -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.cgi/lucene/solr/5.1.0">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   
 
@@ -190,7 +190,7 @@ nature of Solr, no releases are schedule
 <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
 <h2 id="file-names">File names</h2>
 <p>The <code>solr-VERSION.zip</code> or <code>solr-VERSION.tgz</code> files (where <code>VERSION</code> is the version number of
-the release, e.g. <code>5.1.0</code>) contain Apache Solr, html documentation and a tutorial.</p>
+the release, e.g. <code>5.2.0</code>) contain Apache Solr, html documentation and a tutorial.</p>
 <p>The <code>solr-VERSION-src.tgz</code> file contains the full source code for that version.</p>
 <p><strong>Note</strong>: prior to the Solr 4.1 release, all distribution and artifact filenames contained an <code>apache-</code> prefix.</p>
         

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 Sun Jun  7 19:53:15 2015
@@ -228,7 +228,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 5.1
+            Apache Solr<sup>&trade;</sup> 5.2
 
           </div>
           <h1>
@@ -494,10 +494,10 @@
             Solr News | 14 April 2015
           </div>
           <h1>
-             Apache Solr 5.1.0 available
+             Apache Solr 5.2.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 5.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 5.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 Sun Jun  7 19:53:15 2015
@@ -181,6 +181,81 @@
       <div class="small-12 columns">
         
           <h1 id="solrwzxhzdk0wzxhzdk2wzxhzdk1-news">Solr<sup>&trade;</sup> News</h1>
+<h2 id="7-june-2015-apache-solr-520-and-reference-guide-for-52-available">7 June 2015 - Apache Solr 5.2.0 and Reference Guide for 5.2 available</h2>
+<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.2.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_2_0/changes/Changes.html">CHANGES.txt</a> file included with the release for a full list of details.</p>
+<p>Solr 5.2.0 Release Highlights:</p>
+<ul>
+<li>
+<p>Restore API allows restoring a core from an index backup.</p>
+</li>
+<li>
+<p>JSON Facet API</p>
+<ul>
+<li>unique() is now implemented for numeric and date fields</li>
+<li>Optional flatter form via a "type" parameter</li>
+<li>Added support for "mincount" parameter in range facets to suppress buckets less than that count</li>
+<li>Multi-select faceting support for the Facet Module via the "excludeTags" parameter which disregards any matching tagged filters for that facet.</li>
+<li>hll() facet function for distributed cardinality via HyperLogLog algorithm.
+See examples at http://yonik.com/solr-count-distinct/</li>
+</ul>
+</li>
+<li>
+<p>A new "facet.range.method" parameter to let users choose how to do range faceting between an implementation based on filters (previous algorithm, using "facet.range.method=filter") or DocValues ("facet.range.method=dv")</p>
+</li>
+<li>
+<p>Rule-based Replica assignment during collection, shard, and replica creation.</p>
+</li>
+<li>
+<p>Stats component:</p>
+<ul>
+<li>New 'cardinality' option for stats.field, uses HyperLogLog to efficiently estimate the cardinality of a field w/bounded RAM. Blog post: https://lucidworks.com/blog/hyperloglog-field-value-cardinality-stats/</li>
+<li>stats.field now supports individual local params for 'countDistinct' and 'distinctValues'. 'calcdistinct' is still supported as an alias for both options.</li>
+</ul>
+</li>
+<li>
+<p>Solr security</p>
+<ul>
+<li>Authentication and Authorization frameworks that define interfaces, and mechanisms to create, load, and use authorization/authentication plugins have been added.</li>
+<li>A Kerberos authentication plugin which would allow running a Kerberized Solr setup.</li>
+</ul>
+</li>
+<li>
+<p>Solr Streaming Expressions
+   See https://cwiki.apache.org/confluence/display/solr/Streaming+Expressions</p>
+</li>
+<li>
+<p>bin/post (and SimplePostTool in -Dauto=yes mode) now sends rather than skips files without a known content type, as "application/octet-stream", provided it still is in the allowed filetypes setting.</p>
+</li>
+<li>
+<p>HDFS transaction log replication factor is now configurable</p>
+</li>
+<li>
+<p>A cluster-wide property can now be be added/edited/deleted using the zkcli script and doesn't require a running Solr instance.</p>
+</li>
+<li>
+<p>New spatial RptWithGeometrySpatialField, based on CompositeSpatialStrategy, which blends RPT indexes for speed with serialized geometry for accuracy.  Includes a Lucene segment based in-memory shape cache.</p>
+</li>
+<li>
+<p>Refactored Admin UI using AngularJS. It isn't the default, but a parallel UI interface in this release.</p>
+</li>
+<li>
+<p>Solr has internally been upgraded to use Jetty 9.</p>
+</li>
+</ul>
+<p>Solr 5.2.0 also includes many other new features as well as numerous
+optimizations and bugfixes of the corresponding Apache Lucene release.</p>
+<p>Also available is the Solr Reference Guide for Solr 5.2. This 591 page
+PDF serves as the definitive user's manual for Solr 5.2. It can be downloaded
+from the Apache mirror network: <a href="https://s.apache.org/Solr-Ref-Guide-PDF">https://s.apache.org/Solr-Ref-Guide-PDF</a></p>
 <h2 id="22-april-2015-apache-solr-reference-guide-available">22 April 2015 - Apache Solr Reference Guide Available</h2>
 <p>The Lucene PMC is pleased to announce the availability of the Apache Solr Reference Guide for Solr 5.1.</p>
 <p>This 578 page PDF serves is the definitive user's manual for Solr. For this version, we've updated the Guide for several new features and changes and given the PDF a bit of a facelift for easier reading.</p>