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 2017/03/27 08:02:06 UTC

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

Author: buildbot
Date: Mon Mar 27 08:02:06 2017
New Revision: 1009131

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/core/documentation.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/solr/doap.rdf
    websites/staging/lucene/trunk/content/solr/news.html
    websites/staging/lucene/trunk/content/solr/quickstart.html
    websites/staging/lucene/trunk/content/solr/resources.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 27 08:02:06 2017
@@ -1 +1 @@
-1788651
+1788840

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Mon Mar 27 08:02:06 2017
@@ -39,9 +39,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/6_4_2/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/6_4_2/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/6_4_2/$1
+RedirectMatch temp /core/api/(.*) /core/6_5_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_5_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_5_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

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 Mon Mar 27 08:02:06 2017
@@ -222,6 +222,80 @@
 }
 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="27-march-2017-apache-lucenetm-650-available">27 March 2017 - Apache Lucene™ 6.5.0 available<a class="headerlink" href="#27-march-2017-apache-lucenetm-650-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.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_5_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>It is now possible filter out duplicates in the NRT suggester</p>
+</li>
+<li>
+<p>SimpleQueryString now supports default fuziness</p>
+</li>
+<li>
+<p>IndexWriter can return the list of visible field names</p>
+</li>
+<li>
+<p>DisjunctionScorer now supports returning the matching children clauses</p>
+</li>
+<li>
+<p>A new FunctionScoreQuery that modifies the internal query's score using the per-document values</p>
+</li>
+<li>
+<p>A new FunctionMatchQuery that returns any documents with a value that matches a predicate</p>
+</li>
+<li>
+<p>A new WordDelimiterGraphFilter that outputs a correct graph structure for multi-token expansion at query time</p>
+</li>
+<li>
+<p>A new PatternTokenizer that uses Lucene's RegExp implementation</p>
+</li>
+<li>
+<p>RangeFieldQuery now supports CROSSES relation</p>
+</li>
+<li>
+<p>A new IndexOrDocValuesQuery that uses either an index (points or terms) or doc values in order to run a (range, geo box and distance) query, depending which one is more efficient</p>
+</li>
+<li>
+<p>index-time boosts are deprecated</p>
+</li>
+<li>
+<p>Term filters are no longer cached</p>
+</li>
+<li>
+<p>Compound filters are cached earlier than regular queries</p>
+</li>
+<li>
+<p>BKDReader now calls grow on larger increments</p>
+</li>
+<li>
+<p>LatLonPointInPolygonQuery are faster</p>
+</li>
+<li>
+<p>LatLonPointDistanceQuery now skips distance computations more often</p>
+</li>
+<li>
+<p>To-parent block joins now implements two-phase iteration</p>
+</li>
+<li>
+<p>Point ranges that match most documents are faster</p>
+</li>
+<li>
+<p>PointValues#estimatePointCount is faster with Relation.CELL_INSIDE_QUERY</p>
+</li>
+<li>
+<p>Segments are now also sorted during flush, and merging on a sorted index is substantially faster by using some of the same bulk merge optimizations that non-sorted merging uses</p>
+</li>
+</ul>
 <h2 id="7-march-2017-apache-lucene-642-and-apache-solr-642-available">7 March 2017 - Apache Lucene 6.4.2 and Apache Solr 6.4.2 Available<a class="headerlink" href="#7-march-2017-apache-lucene-642-and-apache-solr-642-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.2</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine
@@ -233,7 +307,7 @@ 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_4_2/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>
+<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>Fixed: CommonGramsQueryFilter was producing a disconnected token graph, messing up phrase queries during query parsing</li>
 </ul>
@@ -248,7 +322,7 @@ 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/5_5_4/changes/Changes.html</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>Made stored fields reclaim native memory more aggressively</p>
@@ -271,7 +345,7 @@ 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_4_1/changes/Changes.html</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>Javadocs now build successfully with Java 8u121</p>
@@ -297,7 +371,7 @@ 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_4_0/changes/Changes.html</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>
 <ul>
 <li>
 <p>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
@@ -357,7 +431,7 @@ 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_3_0/changes/Changes.html</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>
 <ul>
 <li>
 <p>A brand new "UnifiedHighlighter" derivative of the PostingsHighlighter that can consume offsets from postings, term vectors, or analysis. It can highlight phrases as accurately as the standard Highlighter. Light term vectors can be used with offsets in postings for fast wildcard (MultiTermQuery) highlighting.</p>
@@ -380,7 +454,7 @@ is available for immediate download at:
 <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>
-<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>
 <ul>
 <li>
 <p>LUCENE-7417: The standard Highlighter could throw an !IllegalArgumentException when trying to highlight a query containing a degenerate case of a !MultiPhraseQuery with one term.</p>
@@ -416,7 +490,7 @@ 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_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>
 <p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -603,7 +677,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_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>
 <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>
@@ -632,7 +706,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_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" 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>
@@ -660,7 +734,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_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" 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>

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 Mon Mar 27 08:02:06 2017
@@ -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_4_2/index.html">6.4.2</a></li>
+<li><a href="./6_5_0/index.html">6.5.0</a></li>
 </ul></div>
       
 

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 Mon Mar 27 08:02:06 2017
@@ -228,7 +228,7 @@ in the documentation for that release.</
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
 
 <ul>
-<li><a href="6_4_2/demo/overview-summary.html#overview_description">Lucene 6.4.2 Demo</a></li>
+<li><a href="6_5_0/demo/overview-summary.html#overview_description">Lucene 6.5.0 Demo</a></li>
 </ul></div>
       
 

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 Mon Mar 27 08:02:06 2017
@@ -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_4_2/SYSTEM_REQUIREMENTS.html">6.4.2</a></li>
+<li><a href="./6_5_0/SYSTEM_REQUIREMENTS.html">6.5.0</a></li>
 </ul></div>
       
 

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Mon Mar 27 08:02:06 2017
@@ -224,15 +224,163 @@ 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="27-march-2017-apache-lucene-650-and-apache-solr-650-available">27 March 2017 - Apache Lucene 6.5.0 and Apache Solr 6.5.0 Available<a class="headerlink" href="#27-march-2017-apache-lucene-650-and-apache-solr-650-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0 and Apache Solr 6.5.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.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>It is now possible filter out duplicates in the NRT suggester</p>
+</li>
+<li>
+<p>SimpleQueryString now supports default fuziness</p>
+</li>
+<li>
+<p>IndexWriter can return the list of visible field names</p>
+</li>
+<li>
+<p>DisjunctionScorer now supports returning the matching children clauses</p>
+</li>
+<li>
+<p>A new FunctionScoreQuery that modifies the internal query's score using the per-document values</p>
+</li>
+<li>
+<p>A new FunctionMatchQuery that returns any documents with a value that matches a predicate</p>
+</li>
+<li>
+<p>A new WordDelimiterGraphFilter that outputs a correct graph structure for multi-token expansion at query time</p>
+</li>
+<li>
+<p>A new PatternTokenizer that uses Lucene's RegExp implementation</p>
+</li>
+<li>
+<p>RangeFieldQuery now supports CROSSES relation</p>
+</li>
+<li>
+<p>A new IndexOrDocValuesQuery that uses either an index (points or terms) or doc values in order to run a (range, geo box and distance) query, depending which one is more efficient</p>
+</li>
+<li>
+<p>index-time boosts are deprecated</p>
+</li>
+<li>
+<p>Term filters are no longer cached</p>
+</li>
+<li>
+<p>Compound filters are cached earlier than regular queries</p>
+</li>
+<li>
+<p>BKDReader now calls grow on larger increments</p>
+</li>
+<li>
+<p>LatLonPointInPolygonQuery are faster</p>
+</li>
+<li>
+<p>LatLonPointDistanceQuery now skips distance computations more often</p>
+</li>
+<li>
+<p>To-parent block joins now implements two-phase iteration</p>
+</li>
+<li>
+<p>Point ranges that match most documents are faster</p>
+</li>
+<li>
+<p>PointValues#estimatePointCount is faster with Relation.CELL_INSIDE_QUERY</p>
+</li>
+<li>
+<p>Segments are now also sorted during flush, and merging on a sorted index is substantially faster by using some of the same bulk merge optimizations that non-sorted merging uses</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>
+<ul>
+<li>
+<p>PointFields (fixed-width multi-dimensional numeric &amp; binary types enabling fast range search) are now supported</p>
+</li>
+<li>
+<p>In-place updates to numeric docValues fields (single valued, non-stored, non-indexed) supported using atomic update syntax</p>
+</li>
+<li>
+<p>A new LatLonPointSpatialField that uses points or doc values for query</p>
+</li>
+<li>
+<p>It is now possible to declare a field as "large" in order to bypass the document cache</p>
+</li>
+<li>
+<p>New sow=false request param (split-on-whitespace) for edismax &amp; standard query parsers enables query-time multi-term synonyms</p>
+</li>
+<li>
+<p>XML QueryParser (defType=xmlparser) now supports span queries</p>
+</li>
+<li>
+<p>hl.maxAnalyzedChars now have consistent default across highlighters</p>
+</li>
+<li>
+<p>UnifiedSolrHighlighter and PostingsSolrHighlighter now support CustomSeparatorBreakIterator</p>
+</li>
+<li>
+<p>Scoring formula is adjusted for the scoreNodes function</p>
+</li>
+<li>
+<p>Calcite Planner now applies constant Reduction Rules to optimize plans</p>
+</li>
+<li>
+<p>A new significantTerms Streaming Expression that is able to extract the significant terms in an index</p>
+</li>
+<li>
+<p>StreamHandler is now able to use runtimeLib jars</p>
+</li>
+<li>
+<p>Arithmetic operations are added to the SelectStream</p>
+</li>
+<li>
+<p>Added modernized self-documenting /v2 API</p>
+</li>
+<li>
+<p>The .system collection is now created on first request if it does not exist</p>
+</li>
+<li>
+<p>Admin UI: Added shard deletion button</p>
+</li>
+<li>
+<p>Metrics API now supports non-numeric metrics (version, disk type, component state, system properties...)</p>
+</li>
+<li>
+<p>The disk free and aggregated disk free metrics are now reported</p>
+</li>
+<li>
+<p>The DirectUpdateHandler2 now implements MetricsProducer and exposes stats via the metrics api and configured reporters.</p>
+</li>
+<li>
+<p>BlockCache is faster due to less failures when caching a new block</p>
+</li>
+<li>
+<p>MMapDirectoryFactory now supports "preload" option to ask mapped pages to be loaded into physical memory on init</p>
+</li>
+<li>
+<p>Security: BasicAuthPlugin now supports standalone mode</p>
+</li>
+<li>
+<p>Arbitrary java system properties can be passed to zkcli</p>
+</li>
+<li>
+<p>SolrHttpClientBuilder can be configured via java system property</p>
+</li>
+<li>
+<p>Javadocs and Changes.html are no longer included in the binary distribution, but are hosted online</p>
+</li>
+</ul>
+<p>See the <a href="/core/6_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="7-march-2017-apache-lucene-642-and-apache-solr-642-available">7 March 2017 - Apache Lucene 6.4.2 and Apache Solr 6.4.2 Available<a class="headerlink" href="#7-march-2017-apache-lucene-642-and-apache-solr-642-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.2 and Apache Solr 6.4.2.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.2">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.2</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.2">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.2</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>Fixed: CommonGramsQueryFilter was producing a disconnected token graph, messing up phrase queries during query parsing</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>Fixed: Serious performance degradation in Solr 6.4 due to the metrics collection. IndexWriter metrics collection turned off by default, directory level metrics collection completely removed (until a better design is found)</p>
@@ -244,7 +392,7 @@ and Solr can be downloaded from <a href=
 <p>Fixed: NullPointerException in CloudSolrClient when reading stale alias</p>
 </li>
 <li>
-<p>Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text </p>
+<p>Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text</p>
 </li>
 </ul>
 <p>See the <a href="/core/6_4_2/changes/Changes.html">Lucene CHANGES.txt</a> and
@@ -254,7 +402,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.4 and Apache Solr 5.5.4.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.4">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.4</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.4">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.4</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>Made stored fields reclaim native memory more aggressively</p>
@@ -266,7 +414,7 @@ and Solr can be downloaded from <a href=
 <p>MmapDirectory's unmapping code is now compatible with Java 9 (EA build 150 and later)</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>Better validation of filename params in ReplicationHandler</p>
@@ -282,7 +430,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.1 and Apache Solr 6.4.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.1">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.1">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.1</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>Javadocs now build successfully with Java 8u121</p>
@@ -294,10 +442,10 @@ and Solr can be downloaded from <a href=
 <p>Fixed native memory leak when the codec is configured with the BEST_COMPRESSION option</p>
 </li>
 <li>
-<p>AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied </p>
+<p>AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied</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>"Plugin/Stats" section of the UI doesn't display empty metric types</p>
@@ -325,7 +473,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.0 and Apache Solr 6.4.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.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>
 <ul>
 <li>
 <p>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
@@ -370,7 +518,7 @@ and Solr can be downloaded from <a href=
 <p>"TermAutomatonQuery" now rewrites to more efficient queries when possible</p>
 </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>
 <p>Streaming:</p>
 <ul>
 <li>
@@ -476,7 +624,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.3.0 and Apache Solr 6.3.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.3.0</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>
 <ul>
 <li>
 <p>A brand new "UnifiedHighlighter" derivative of the PostingsHighlighter that can consume offsets from postings, term vectors, or analysis. It can highlight phrases as accurately as the standard Highlighter. Light term vectors can be used with offsets in postings for fast wildcard (MultiTermQuery) highlighting.</p>
@@ -494,7 +642,7 @@ and Solr can be downloaded from <a href=
 <p>Many other changes and bug fixes</p>
 </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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -626,7 +774,7 @@ with the release for a full list of deta
 <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_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>
 <ul>
 <li>
 <p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -672,7 +820,7 @@ and Solr can be downloaded from <a href=
 <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_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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -754,7 +902,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_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>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -775,7 +923,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_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>
 <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>
@@ -819,7 +967,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_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>Java 8 is the minimum Java version required.</p>
@@ -846,7 +994,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_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>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -907,7 +1055,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_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -934,7 +1082,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_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_9">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_9" 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>
@@ -987,7 +1135,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_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" 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>
@@ -1012,7 +1160,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_9">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_10">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_10" 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>
@@ -1041,14 +1189,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_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_11">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_11" 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_10">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_10" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_11">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_11" 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>
@@ -1066,7 +1214,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_11">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_11" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_12">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_12" 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>
@@ -1091,7 +1239,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_11">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_11" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_12">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_12" 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>
@@ -1110,13 +1258,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_12">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_12" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_13">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_13" 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_12">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_12" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_13">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_13" 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>
@@ -1135,7 +1283,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_13">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_13" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_14">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_14" 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>
@@ -1168,7 +1316,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_13">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_13" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_14">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_14" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Restore API allows restoring a core from an index backup.</p>

Modified: websites/staging/lucene/trunk/content/latestversion.html
==============================================================================
--- websites/staging/lucene/trunk/content/latestversion.html (original)
+++ websites/staging/lucene/trunk/content/latestversion.html Mon Mar 27 08:02:06 2017
@@ -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.4.2</p></div>
+<p>6.5.0</p></div>
       
 
 

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Mon Mar 27 08:02:06 2017
@@ -204,15 +204,163 @@
 }
 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="27-march-2017-apache-lucene-650-and-apache-solr-650-available">27 March 2017 - Apache Lucene 6.5.0 and Apache Solr 6.5.0 Available<a class="headerlink" href="#27-march-2017-apache-lucene-650-and-apache-solr-650-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0 and Apache Solr 6.5.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.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>It is now possible filter out duplicates in the NRT suggester</p>
+</li>
+<li>
+<p>SimpleQueryString now supports default fuziness</p>
+</li>
+<li>
+<p>IndexWriter can return the list of visible field names</p>
+</li>
+<li>
+<p>DisjunctionScorer now supports returning the matching children clauses</p>
+</li>
+<li>
+<p>A new FunctionScoreQuery that modifies the internal query's score using the per-document values</p>
+</li>
+<li>
+<p>A new FunctionMatchQuery that returns any documents with a value that matches a predicate</p>
+</li>
+<li>
+<p>A new WordDelimiterGraphFilter that outputs a correct graph structure for multi-token expansion at query time</p>
+</li>
+<li>
+<p>A new PatternTokenizer that uses Lucene's RegExp implementation</p>
+</li>
+<li>
+<p>RangeFieldQuery now supports CROSSES relation</p>
+</li>
+<li>
+<p>A new IndexOrDocValuesQuery that uses either an index (points or terms) or doc values in order to run a (range, geo box and distance) query, depending which one is more efficient</p>
+</li>
+<li>
+<p>index-time boosts are deprecated</p>
+</li>
+<li>
+<p>Term filters are no longer cached</p>
+</li>
+<li>
+<p>Compound filters are cached earlier than regular queries</p>
+</li>
+<li>
+<p>BKDReader now calls grow on larger increments</p>
+</li>
+<li>
+<p>LatLonPointInPolygonQuery are faster</p>
+</li>
+<li>
+<p>LatLonPointDistanceQuery now skips distance computations more often</p>
+</li>
+<li>
+<p>To-parent block joins now implements two-phase iteration</p>
+</li>
+<li>
+<p>Point ranges that match most documents are faster</p>
+</li>
+<li>
+<p>PointValues#estimatePointCount is faster with Relation.CELL_INSIDE_QUERY</p>
+</li>
+<li>
+<p>Segments are now also sorted during flush, and merging on a sorted index is substantially faster by using some of the same bulk merge optimizations that non-sorted merging uses</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>
+<ul>
+<li>
+<p>PointFields (fixed-width multi-dimensional numeric &amp; binary types enabling fast range search) are now supported</p>
+</li>
+<li>
+<p>In-place updates to numeric docValues fields (single valued, non-stored, non-indexed) supported using atomic update syntax</p>
+</li>
+<li>
+<p>A new LatLonPointSpatialField that uses points or doc values for query</p>
+</li>
+<li>
+<p>It is now possible to declare a field as "large" in order to bypass the document cache</p>
+</li>
+<li>
+<p>New sow=false request param (split-on-whitespace) for edismax &amp; standard query parsers enables query-time multi-term synonyms</p>
+</li>
+<li>
+<p>XML QueryParser (defType=xmlparser) now supports span queries</p>
+</li>
+<li>
+<p>hl.maxAnalyzedChars now have consistent default across highlighters</p>
+</li>
+<li>
+<p>UnifiedSolrHighlighter and PostingsSolrHighlighter now support CustomSeparatorBreakIterator</p>
+</li>
+<li>
+<p>Scoring formula is adjusted for the scoreNodes function</p>
+</li>
+<li>
+<p>Calcite Planner now applies constant Reduction Rules to optimize plans</p>
+</li>
+<li>
+<p>A new significantTerms Streaming Expression that is able to extract the significant terms in an index</p>
+</li>
+<li>
+<p>StreamHandler is now able to use runtimeLib jars</p>
+</li>
+<li>
+<p>Arithmetic operations are added to the SelectStream</p>
+</li>
+<li>
+<p>Added modernized self-documenting /v2 API</p>
+</li>
+<li>
+<p>The .system collection is now created on first request if it does not exist</p>
+</li>
+<li>
+<p>Admin UI: Added shard deletion button</p>
+</li>
+<li>
+<p>Metrics API now supports non-numeric metrics (version, disk type, component state, system properties...)</p>
+</li>
+<li>
+<p>The disk free and aggregated disk free metrics are now reported</p>
+</li>
+<li>
+<p>The DirectUpdateHandler2 now implements MetricsProducer and exposes stats via the metrics api and configured reporters.</p>
+</li>
+<li>
+<p>BlockCache is faster due to less failures when caching a new block</p>
+</li>
+<li>
+<p>MMapDirectoryFactory now supports "preload" option to ask mapped pages to be loaded into physical memory on init</p>
+</li>
+<li>
+<p>Security: BasicAuthPlugin now supports standalone mode</p>
+</li>
+<li>
+<p>Arbitrary java system properties can be passed to zkcli</p>
+</li>
+<li>
+<p>SolrHttpClientBuilder can be configured via java system property</p>
+</li>
+<li>
+<p>Javadocs and Changes.html are no longer included in the binary distribution, but are hosted online</p>
+</li>
+</ul>
+<p>See the <a href="/core/6_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="7-march-2017-apache-lucene-642-and-apache-solr-642-available">7 March 2017 - Apache Lucene 6.4.2 and Apache Solr 6.4.2 Available<a class="headerlink" href="#7-march-2017-apache-lucene-642-and-apache-solr-642-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.2 and Apache Solr 6.4.2.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.2">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.2</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.2">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.2</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>Fixed: CommonGramsQueryFilter was producing a disconnected token graph, messing up phrase queries during query parsing</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>Fixed: Serious performance degradation in Solr 6.4 due to the metrics collection. IndexWriter metrics collection turned off by default, directory level metrics collection completely removed (until a better design is found)</p>
@@ -224,7 +372,7 @@ and Solr can be downloaded from <a href=
 <p>Fixed: NullPointerException in CloudSolrClient when reading stale alias</p>
 </li>
 <li>
-<p>Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text </p>
+<p>Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text</p>
 </li>
 </ul>
 <p>See the <a href="/core/6_4_2/changes/Changes.html">Lucene CHANGES.txt</a> and
@@ -234,7 +382,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.4 and Apache Solr 5.5.4.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.4">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.4</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.4">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.4</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>Made stored fields reclaim native memory more aggressively</p>
@@ -246,7 +394,7 @@ and Solr can be downloaded from <a href=
 <p>MmapDirectory's unmapping code is now compatible with Java 9 (EA build 150 and later)</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>Better validation of filename params in ReplicationHandler</p>
@@ -262,7 +410,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.1 and Apache Solr 6.4.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.1">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.1">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.1</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>Javadocs now build successfully with Java 8u121</p>
@@ -274,10 +422,10 @@ and Solr can be downloaded from <a href=
 <p>Fixed native memory leak when the codec is configured with the BEST_COMPRESSION option</p>
 </li>
 <li>
-<p>AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied </p>
+<p>AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied</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>"Plugin/Stats" section of the UI doesn't display empty metric types</p>
@@ -305,7 +453,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.0 and Apache Solr 6.4.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.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>
 <ul>
 <li>
 <p>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
@@ -350,7 +498,7 @@ and Solr can be downloaded from <a href=
 <p>"TermAutomatonQuery" now rewrites to more efficient queries when possible</p>
 </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>
 <p>Streaming:</p>
 <ul>
 <li>
@@ -456,7 +604,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.3.0 and Apache Solr 6.3.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.3.0</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>
 <ul>
 <li>
 <p>A brand new "UnifiedHighlighter" derivative of the PostingsHighlighter that can consume offsets from postings, term vectors, or analysis. It can highlight phrases as accurately as the standard Highlighter. Light term vectors can be used with offsets in postings for fast wildcard (MultiTermQuery) highlighting.</p>
@@ -474,7 +622,7 @@ and Solr can be downloaded from <a href=
 <p>Many other changes and bug fixes</p>
 </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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -606,7 +754,7 @@ with the release for a full list of deta
 <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_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>
 <ul>
 <li>
 <p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -652,7 +800,7 @@ and Solr can be downloaded from <a href=
 <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_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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -734,7 +882,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_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>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -755,7 +903,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_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>
 <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>
@@ -799,7 +947,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_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>Java 8 is the minimum Java version required.</p>
@@ -826,7 +974,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_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>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -887,7 +1035,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_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -914,7 +1062,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_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_9">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_9" 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>
@@ -967,7 +1115,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_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" 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>
@@ -992,7 +1140,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_9">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_10">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_10" 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>
@@ -1021,14 +1169,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_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_11">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_11" 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_10">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_10" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_11">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_11" 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>
@@ -1046,7 +1194,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_11">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_11" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_12">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_12" 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>
@@ -1071,7 +1219,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_11">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_11" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_12">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_12" 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>
@@ -1090,13 +1238,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_12">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_12" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_13">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_13" 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_12">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_12" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_13">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_13" 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>
@@ -1115,7 +1263,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_13">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_13" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_14">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_14" 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>
@@ -1148,7 +1296,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_13">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_13" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_14">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_14" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Restore API allows restoring a core from an index backup.</p>

Modified: websites/staging/lucene/trunk/content/solr/doap.rdf
==============================================================================
--- websites/staging/lucene/trunk/content/solr/doap.rdf (original)
+++ websites/staging/lucene/trunk/content/solr/doap.rdf Mon Mar 27 08:02:06 2017
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>branch_6_5</branch>
+        <name>solr-6.5.0</name>
+        <created>2017-03-27</created>
+        <revision>6.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>branch_6_4</branch>
         <name>solr-6.4.2</name>
         <created>2017-03-07</created>