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 2016/08/26 08:29:50 UTC

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

Author: buildbot
Date: Fri Aug 26 08:29:50 2016
New Revision: 995946

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/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/resources.html
    websites/staging/lucene/trunk/content/whoweare.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 26 08:29:50 2016
@@ -1 +1 @@
-1757769
+1757792

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 Fri Aug 26 08:29:50 2016
@@ -222,6 +222,63 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="lucenetm-core-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News<a class="headerlink" href="#lucenetm-core-news" title="Permanent link">&para;</a></h1>
+<h2 id="25-august-2016-apache-lucene-620-available">25 August 2016, Apache Lucene 6.2.0 available<a class="headerlink" href="#25-august-2016-apache-lucene-620-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.2.0</p>
+<p>Apache Lucene is a high-performance, full-featured text search engine
+library written entirely in Java. It is a technology suitable for nearly
+any application that requires full-text search, especially cross-platform.</p>
+<p>This release contains numerous bug fixes, optimizations, and
+improvements, some of which are highlighted below. The release
+is available for immediate download at:
+  http://lucene.apache.org/core/mirrors-core-latest-redir.html</p>
+<p>Please read CHANGES.txt for a full list of new features and changes:
+  https://lucene.apache.org/core/6_2_0/changes/Changes.html</p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<ul>
+<li>
+<p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
+</li>
+<li>
+<p>Index numeric ranges (min and max value in a single field) and search by overlapping range</p>
+</li>
+<li>
+<p>IndexWriter methods return a sequence number indicating effective order of operations across threads</p>
+</li>
+<li>
+<p>UkrainianMorfologikAnalyzer is a new dictionary based analyzer for the Ukrainian language</p>
+</li>
+<li>
+<p>The Polygon class can now be created from a GeoJSON string</p>
+</li>
+<li>
+<p>Compound file creation now verifies checksum of its component files</p>
+</li>
+<li>
+<p>Index time sorting is now a core feature, and supports dimensional points</p>
+</li>
+<li>
+<p>StandardAnalyzer is moved to core and is the default analyzer</p>
+</li>
+<li>
+<p>MatchNoDocsQuery now includes the reason it was created</p>
+</li>
+<li>
+<p>QueryParser can now be told to not pre-split on whitespace</p>
+</li>
+<li>
+<p>MMapDirectory tries harder to prevent SIGSEGV if buggy code tries to execute
+    searches after the index was closed, but it's still best effort</p>
+</li>
+<li>
+<p>MMapDirectory no longer allocates weak references to ease garbage collection</p>
+</li>
+<li>
+<p>Conjunction (MUST, FILTER) queries are faster</p>
+</li>
+<li>
+<p>Dimensional points have much faster (~40%) flush time and use less space in the index</p>
+</li>
+</ul>
 <h2 id="25-june-2016-apache-lucene-552-available">25 June 2016, Apache Lucene 5.5.2 available<a class="headerlink" href="#25-june-2016-apache-lucene-552-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.2</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine
@@ -363,7 +420,7 @@ release for a full list of changes and f
 <h2 id="24-september-2015-apache-lucene-531-and-apache-solr-531-available">24 September 2015 - Apache Lucene 5.3.1 and Apache Solr 5.3.1 Available<a class="headerlink" href="#24-september-2015-apache-lucene-531-and-apache-solr-531-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1</p>
 <p>The release can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Remove classloader hack in MorfologikFilter</li>
@@ -392,7 +449,7 @@ release for a full list of changes and f
 <h2 id="14-december-2015-apache-lucene-540-available">14 December 2015 - Apache Lucene 5.4.0 Available<a class="headerlink" href="#14-december-2015-apache-lucene-540-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.4.0</p>
 <p>The release can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes">API Changes<a class="headerlink" href="#api-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Query.getBoost and Query.setBoost are deprecated in favour of the new BoostQuery</li>
@@ -420,7 +477,7 @@ release for a full list of changes and f
 <h2 id="24-september-2015-apache-lucene-531-and-apache-solr-531-available_1">24 September 2015 - Apache Lucene 5.3.1 and Apache Solr 5.3.1 Available<a class="headerlink" href="#24-september-2015-apache-lucene-531-and-apache-solr-531-available_1" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1</p>
 <p>The release can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
-<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_2">Bug Fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Remove classloader hack in MorfologikFilter</li>
@@ -965,9 +1022,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 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -990,7 +1047,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -269,9 +269,9 @@ project. It is responsible for running n
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -294,7 +294,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -300,9 +300,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 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -325,7 +325,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -224,7 +224,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="lucenetm-release-docs">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs<a class="headerlink" href="#lucenetm-release-docs" title="Permanent link">&para;</a></h1>
 <h2 id="java-docs">Java Docs<a class="headerlink" href="#java-docs" title="Permanent link">&para;</a></h2>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul></div>
       
 
@@ -238,9 +238,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -263,7 +263,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -246,9 +246,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -271,7 +271,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -265,9 +265,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -290,7 +290,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -291,9 +291,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -316,7 +316,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

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 Fri Aug 26 08:29:50 2016
@@ -18,7 +18,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/6.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">
@@ -301,9 +301,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -326,7 +326,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -299,9 +299,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -324,7 +324,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -228,7 +228,7 @@ in the documentation for that release.</
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
 
 <ul>
-<li><a href="6_1_0/demo/overview-summary.html#overview_description">Lucene 6.1.0 Demo</a></li>
+<li><a href="6_2_0/demo/overview-summary.html#overview_description">Lucene 6.2.0 Demo</a></li>
 </ul></div>
       
 
@@ -242,9 +242,9 @@ in the documentation for that release.</
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -267,7 +267,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -224,7 +224,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="lucenetm-system-requirements">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> System Requirements<a class="headerlink" href="#lucenetm-system-requirements" title="Permanent link">&para;</a></h1>
 <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
 <ul>
-<li><a href="./6_1_0/SYSTEM_REQUIREMENTS.html">6.1.0</a></li>
+<li><a href="./6_2_0/SYSTEM_REQUIREMENTS.html">6.2.0</a></li>
 </ul></div>
       
 
@@ -238,9 +238,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.1.0</div>
+      <div class="flap bottom">of Apache Lucene 6.2.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.1.0</div>
+    <div class="download-desc">Apache Lucene 6.2.0</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -263,7 +263,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./6_1_0/index.html">6.1.0</a></li>
+<li><a href="./6_2_0/index.html">6.2.0</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -224,6 +224,126 @@ h2:hover > .headerlink, h3:hover > .head
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="25-august-2016-apache-lucene-620-and-apache-solr-620-available">25 August 2016 - Apache Lucene 6.2.0 and Apache Solr 6.2.0 Available<a class="headerlink" href="#25-august-2016-apache-lucene-620-and-apache-solr-620-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.2.0 and Apache Solr 6.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.2.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<ul>
+<li>
+<p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
+</li>
+<li>
+<p>Index numeric ranges (min and max value in a single field) and search by overlapping range</p>
+</li>
+<li>
+<p>IndexWriter methods return a sequence number indicating effective order of operations across threads</p>
+</li>
+<li>
+<p>UkrainianMorfologikAnalyzer is a new dictionary based analyzer for the Ukrainian language</p>
+</li>
+<li>
+<p>The Polygon class can now be created from a GeoJSON string</p>
+</li>
+<li>
+<p>Compound file creation now verifies checksum of its component files</p>
+</li>
+<li>
+<p>Index time sorting is now a core feature, and supports dimensional points</p>
+</li>
+<li>
+<p>StandardAnalyzer is moved to core and is the default analyzer</p>
+</li>
+<li>
+<p>MatchNoDocsQuery now includes the reason it was created</p>
+</li>
+<li>
+<p>QueryParser can now be told to not pre-split on whitespace</p>
+</li>
+<li>
+<p>MMapDirectory tries harder to prevent SIGSEGV if buggy code tries to execute
+    searches after the index was closed, but it's still best effort</p>
+</li>
+<li>
+<p>MMapDirectory no longer allocates weak references to ease garbage collection</p>
+</li>
+<li>
+<p>Conjunction (MUST, FILTER) queries are faster</p>
+</li>
+<li>
+<p>Dimensional points have much faster (~40%) flush time and use less space in the index</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<p>DocValues, streaming, /export, machine learning</p>
+<ul>
+<li>
+<p>DocValues can now be used with BoolFields</p>
+</li>
+<li>
+<p>Date and boolean support added to /export handler</p>
+</li>
+<li>
+<p>Add "scoreNodes" streaming graph expression</p>
+</li>
+<li>
+<p>Support parallel ETL with the "topic" expression</p>
+</li>
+<li>
+<p>Feature selection and logistic regression on text via new streaming expressions: "features" and "train"</p>
+</li>
+</ul>
+<p>bin/solr script</p>
+<ul>
+<li>
+<p>Add basic auth support to the bin/solr script</p>
+</li>
+<li>
+<p>File operations to/from Zookeeper are now supported</p>
+</li>
+</ul>
+<p>SolrCloud</p>
+<ul>
+<li>
+<p>New tag 'role' in replica placement rules, e.g. rule=role:!overseer keeps new repicas off overseer nodes</p>
+</li>
+<li>
+<p>CDCR: fall back to whole-index replication when tlogs are insufficient</p>
+</li>
+<li>
+<p>New REPLACENODE command to decommission an existing node and replace it with another new node</p>
+</li>
+<li>
+<p>New DELETENODE command to delete all replicas on a node</p>
+</li>
+</ul>
+<p>Security</p>
+<ul>
+<li>
+<p>Add Kerberos delegation token support</p>
+</li>
+<li>
+<p>Support secure impersonation / proxy user for Kerberos authentication</p>
+</li>
+</ul>
+<p>Misc changes</p>
+<ul>
+<li>
+<p>A large number of regressions were fixed in the new Admin UI</p>
+</li>
+<li>
+<p>New boolean comparison function queries comparing numeric arguments: gt, gte, lt, lte, eq</p>
+</li>
+<li>
+<p>Upgraded Extraction module to Apache Tika 1.13.</p>
+</li>
+<li>
+<p>Updated to Hadoop 2.7.2</p>
+</li>
+</ul>
+<p>See the <a href="/core/6_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="25-june-2016-apache-lucene-552-and-apache-solr-552-available">25 June 2016 - Apache Lucene 5.5.2 and Apache Solr 5.5.2 Available<a class="headerlink" href="#25-june-2016-apache-lucene-552-and-apache-solr-552-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.2 and Apache Solr 5.5.2</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.2">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.2</a>
@@ -236,7 +356,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.1.0 and Apache Solr 6.1.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -257,7 +377,7 @@ and Solr can be downloaded from <a href=
 <p>In case of contention, the query cache now prefers returning an uncached Scorer rather than waiting on a lock.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>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.</p>
@@ -301,7 +421,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.0 and Apache Solr 6.0.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.0.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.0.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Java 8 is the minimum Java version required.</p>
@@ -328,7 +448,7 @@ and Solr can be downloaded from <a href=
 <p>Easier method of defining custom CharTokenizer instances.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -389,7 +509,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.0 and Apache Solr 5.5.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -416,7 +536,7 @@ and Solr can be downloaded from <a href=
 <p>TermsQuery constructors are more GC efficient</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>The schema version has been increased to 1.6, and Solr now returns non-stored doc values fields along with stored fields</p>
@@ -469,7 +589,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.4.0 and Apache Solr 5.4.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.4.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.4.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes">API Changes<a class="headerlink" href="#api-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Query.getBoost and Query.setBoost are deprecated in favour of the new BoostQuery</li>
@@ -494,7 +614,7 @@ and Solr can be downloaded from <a href=
 <ul>
 <li>PatternTokenizer no longer hangs onto heap sized to the maximum input string it's ever seen.</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
 <h4 id="ui-changes">UI Changes<a class="headerlink" href="#ui-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>The rearchitected Admin UI is now prominently linked to from the existing UI, and includes support for managing collections as well as creating and removing fields via the schema tab. Expect it to be default in the next release.</li>
@@ -523,14 +643,14 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1 and Apache Solr 5.3.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1">http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1">http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_5">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_5" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_1">Bug Fixes<a class="headerlink" href="#bug-fixes_1" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Remove classloader hack in MorfologikFilter</li>
 <li>UsageTrackingQueryCachingPolicy no longer caches trivial queries like MatchAllDocsQuery</li>
 <li>Fixed BoostingQuery to rewrite wrapped queries</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_2">Bug Fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>security.json is not loaded on server start</li>
@@ -548,7 +668,7 @@ and Solr can be downloaded from <a href=
 of Apache Lucene 5.3.0 and Apache Solr 5.3.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_5">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_6">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_6" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes_1">API Changes<a class="headerlink" href="#api-changes_1" title="Permanent link">&para;</a></h4>
 <ul>
 <li>PhraseQuery and BooleanQuery are now immutable</li>
@@ -573,7 +693,7 @@ and Solr can be downloaded from <a href=
 <li>Faster intersection of the terms dictionary with very finite automata, which can be generated eg. by simple regexp queries</li>
 <li>Various bugfixes and optimizations since the 5.2.0 release.</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
 <ul>
 <li>In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.</li>
 <li>In built AuthorizationPlugin that provides fine grained control over implementing ACLs for various resources with permisssion rules which are stored in ZooKeeper.</li>
@@ -592,13 +712,13 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.2.1 and Apache Solr 5.2.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.2.1">http://www.apache.org/dyn/closer.lua/lucene/java/5.2.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.1">http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_6">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_7">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_7" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix class loading deadlock relating to Codec initialization, default codec and SPI discovery.</li>
 <li>NRT readers now reflect a new commit even if there is no change to the commit user data</li>
 <li>Queries now get a dummy Similarity when scores are not needed in order to not load unnecessary information like norms</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix javascript bug introduced by SOLR-7409 that breaks the dataimport screen in the admin UI</li>
 <li>Faceting on a numeric field with a unique() subfacet function on another numeric field can result in incorrect results or an exception</li>
@@ -617,7 +737,7 @@ with the release for a full list of deta
 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.lua/lucene/java/5.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.2.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_7">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></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>
@@ -650,7 +770,7 @@ and Solr can be downloaded from <a href=
 <p>Various bugfixes and optimizations since the 5.1.0 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Restore API allows restoring a core from an index backup.</p>
@@ -1347,15 +1467,15 @@ h2:hover > .headerlink, h3:hover > .head
 <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 6.1.0</div>
+    <div class="flap bottom">of Apache Lucene 6.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.1.0</div>
+  <div class="download-desc">Apache Lucene 6.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 6.1.0</div>
+    <div class="flap bottom">of Apache Solr 6.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.1.0</div></p>
+  <div class="download-desc">Apache Solr 6.2.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -203,7 +203,7 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<p>6.1.0</p></div>
+<p>6.2.0</p></div>
       
 
 
@@ -226,15 +226,15 @@ h2:hover > .headerlink, h3:hover > .head
 <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 6.1.0</div>
+    <div class="flap bottom">of Apache Lucene 6.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.1.0</div>
+  <div class="download-desc">Apache Lucene 6.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 6.1.0</div>
+    <div class="flap bottom">of Apache Solr 6.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.1.0</div></p>
+  <div class="download-desc">Apache Solr 6.2.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></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 Fri Aug 26 08:29:50 2016
@@ -204,6 +204,126 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="25-august-2016-apache-lucene-620-and-apache-solr-620-available">25 August 2016 - Apache Lucene 6.2.0 and Apache Solr 6.2.0 Available<a class="headerlink" href="#25-august-2016-apache-lucene-620-and-apache-solr-620-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.2.0 and Apache Solr 6.2.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.2.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.2.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<ul>
+<li>
+<p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
+</li>
+<li>
+<p>Index numeric ranges (min and max value in a single field) and search by overlapping range</p>
+</li>
+<li>
+<p>IndexWriter methods return a sequence number indicating effective order of operations across threads</p>
+</li>
+<li>
+<p>UkrainianMorfologikAnalyzer is a new dictionary based analyzer for the Ukrainian language</p>
+</li>
+<li>
+<p>The Polygon class can now be created from a GeoJSON string</p>
+</li>
+<li>
+<p>Compound file creation now verifies checksum of its component files</p>
+</li>
+<li>
+<p>Index time sorting is now a core feature, and supports dimensional points</p>
+</li>
+<li>
+<p>StandardAnalyzer is moved to core and is the default analyzer</p>
+</li>
+<li>
+<p>MatchNoDocsQuery now includes the reason it was created</p>
+</li>
+<li>
+<p>QueryParser can now be told to not pre-split on whitespace</p>
+</li>
+<li>
+<p>MMapDirectory tries harder to prevent SIGSEGV if buggy code tries to execute
+    searches after the index was closed, but it's still best effort</p>
+</li>
+<li>
+<p>MMapDirectory no longer allocates weak references to ease garbage collection</p>
+</li>
+<li>
+<p>Conjunction (MUST, FILTER) queries are faster</p>
+</li>
+<li>
+<p>Dimensional points have much faster (~40%) flush time and use less space in the index</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<p>DocValues, streaming, /export, machine learning</p>
+<ul>
+<li>
+<p>DocValues can now be used with BoolFields</p>
+</li>
+<li>
+<p>Date and boolean support added to /export handler</p>
+</li>
+<li>
+<p>Add "scoreNodes" streaming graph expression</p>
+</li>
+<li>
+<p>Support parallel ETL with the "topic" expression</p>
+</li>
+<li>
+<p>Feature selection and logistic regression on text via new streaming expressions: "features" and "train"</p>
+</li>
+</ul>
+<p>bin/solr script</p>
+<ul>
+<li>
+<p>Add basic auth support to the bin/solr script</p>
+</li>
+<li>
+<p>File operations to/from Zookeeper are now supported</p>
+</li>
+</ul>
+<p>SolrCloud</p>
+<ul>
+<li>
+<p>New tag 'role' in replica placement rules, e.g. rule=role:!overseer keeps new repicas off overseer nodes</p>
+</li>
+<li>
+<p>CDCR: fall back to whole-index replication when tlogs are insufficient</p>
+</li>
+<li>
+<p>New REPLACENODE command to decommission an existing node and replace it with another new node</p>
+</li>
+<li>
+<p>New DELETENODE command to delete all replicas on a node</p>
+</li>
+</ul>
+<p>Security</p>
+<ul>
+<li>
+<p>Add Kerberos delegation token support</p>
+</li>
+<li>
+<p>Support secure impersonation / proxy user for Kerberos authentication</p>
+</li>
+</ul>
+<p>Misc changes</p>
+<ul>
+<li>
+<p>A large number of regressions were fixed in the new Admin UI</p>
+</li>
+<li>
+<p>New boolean comparison function queries comparing numeric arguments: gt, gte, lt, lte, eq</p>
+</li>
+<li>
+<p>Upgraded Extraction module to Apache Tika 1.13.</p>
+</li>
+<li>
+<p>Updated to Hadoop 2.7.2</p>
+</li>
+</ul>
+<p>See the <a href="/core/6_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="25-june-2016-apache-lucene-552-and-apache-solr-552-available">25 June 2016 - Apache Lucene 5.5.2 and Apache Solr 5.5.2 Available<a class="headerlink" href="#25-june-2016-apache-lucene-552-and-apache-solr-552-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.2 and Apache Solr 5.5.2</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.2">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.2</a>
@@ -216,7 +336,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.1.0 and Apache Solr 6.1.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -237,7 +357,7 @@ and Solr can be downloaded from <a href=
 <p>In case of contention, the query cache now prefers returning an uncached Scorer rather than waiting on a lock.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>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.</p>
@@ -281,7 +401,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.0 and Apache Solr 6.0.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.0.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.0.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Java 8 is the minimum Java version required.</p>
@@ -308,7 +428,7 @@ and Solr can be downloaded from <a href=
 <p>Easier method of defining custom CharTokenizer instances.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -369,7 +489,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.0 and Apache Solr 5.5.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -396,7 +516,7 @@ and Solr can be downloaded from <a href=
 <p>TermsQuery constructors are more GC efficient</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>The schema version has been increased to 1.6, and Solr now returns non-stored doc values fields along with stored fields</p>
@@ -449,7 +569,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.4.0 and Apache Solr 5.4.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.4.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.4.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes">API Changes<a class="headerlink" href="#api-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Query.getBoost and Query.setBoost are deprecated in favour of the new BoostQuery</li>
@@ -474,7 +594,7 @@ and Solr can be downloaded from <a href=
 <ul>
 <li>PatternTokenizer no longer hangs onto heap sized to the maximum input string it's ever seen.</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
 <h4 id="ui-changes">UI Changes<a class="headerlink" href="#ui-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>The rearchitected Admin UI is now prominently linked to from the existing UI, and includes support for managing collections as well as creating and removing fields via the schema tab. Expect it to be default in the next release.</li>
@@ -503,14 +623,14 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1 and Apache Solr 5.3.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1">http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1">http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_5">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_5" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_1">Bug Fixes<a class="headerlink" href="#bug-fixes_1" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Remove classloader hack in MorfologikFilter</li>
 <li>UsageTrackingQueryCachingPolicy no longer caches trivial queries like MatchAllDocsQuery</li>
 <li>Fixed BoostingQuery to rewrite wrapped queries</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_2">Bug Fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>security.json is not loaded on server start</li>
@@ -528,7 +648,7 @@ and Solr can be downloaded from <a href=
 of Apache Lucene 5.3.0 and Apache Solr 5.3.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_5">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_6">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_6" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes_1">API Changes<a class="headerlink" href="#api-changes_1" title="Permanent link">&para;</a></h4>
 <ul>
 <li>PhraseQuery and BooleanQuery are now immutable</li>
@@ -553,7 +673,7 @@ and Solr can be downloaded from <a href=
 <li>Faster intersection of the terms dictionary with very finite automata, which can be generated eg. by simple regexp queries</li>
 <li>Various bugfixes and optimizations since the 5.2.0 release.</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
 <ul>
 <li>In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.</li>
 <li>In built AuthorizationPlugin that provides fine grained control over implementing ACLs for various resources with permisssion rules which are stored in ZooKeeper.</li>
@@ -572,13 +692,13 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.2.1 and Apache Solr 5.2.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.2.1">http://www.apache.org/dyn/closer.lua/lucene/java/5.2.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.1">http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_6">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_7">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_7" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix class loading deadlock relating to Codec initialization, default codec and SPI discovery.</li>
 <li>NRT readers now reflect a new commit even if there is no change to the commit user data</li>
 <li>Queries now get a dummy Similarity when scores are not needed in order to not load unnecessary information like norms</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix javascript bug introduced by SOLR-7409 that breaks the dataimport screen in the admin UI</li>
 <li>Faceting on a numeric field with a unique() subfacet function on another numeric field can result in incorrect results or an exception</li>
@@ -597,7 +717,7 @@ with the release for a full list of deta
 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.lua/lucene/java/5.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.2.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_7">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></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>
@@ -630,7 +750,7 @@ and Solr can be downloaded from <a href=
 <p>Various bugfixes and optimizations since the 5.1.0 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Restore API allows restoring a core from an index backup.</p>
@@ -1314,15 +1434,15 @@ h2:hover > .headerlink, h3:hover > .head
 <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 6.1.0</div>
+    <div class="flap bottom">of Apache Lucene 6.2.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.1.0</div>
+  <div class="download-desc">Apache Lucene 6.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 6.1.0</div>
+    <div class="flap bottom">of Apache Solr 6.2.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.1.0</div></p>
+  <div class="download-desc">Apache Solr 6.2.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>