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 2019/02/11 08:37:31 UTC

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

Author: buildbot
Date: Mon Feb 11 08:37:31 2019
New Revision: 1040273

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/documentation.html
    websites/staging/lucene/trunk/content/core/downloads.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/news.html
    websites/staging/lucene/trunk/content/solr/resources.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 11 08:37:31 2019
@@ -1 +1 @@
-1853207
+1853335

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 Feb 11 08:37:31 2019
@@ -222,6 +222,28 @@
 }
 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="11-february-2019-apache-lucenetm-770-available">11 February 2019, Apache Lucene™ 7.7.0 available<a class="headerlink" href="#11-february-2019-apache-lucenetm-770-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.7.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:</p>
+<p><a href="http://lucene.apache.org/core/downloads.html">http://lucene.apache.org/core/downloads.html</a></p>
+<h3 id="lucene-770-release-highlights">Lucene 7.7.0 Release Highlights:<a class="headerlink" href="#lucene-770-release-highlights" title="Permanent link">&para;</a></h3>
+<ul>
+<li>Fix LatLonShape WITHIN queries that fail with Multiple search Polygons that share the dateline.</li>
+<li>LatLonShape's within and disjoint queries can return false positives with indexed multi-shapes.</li>
+<li>ExitableDirectoryReader may now time out queries that run on points such as range queries or geo queries.</li>
+<li>StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide Unicode UTS#51 v11.0 Emoji tokenization with the "<EMOJI>" token type.</li>
+<li>TopFieldCollector can now early-terminates queries when sorting by SortField.DOC.</li>
+<li>Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions.</li>
+<li>The KoreanTokenizer no longer splits unknown words on combining diacritics and detects script boundaries more accurately with Character#UnicodeScript#of.</li>
+<li>Change LatLonShape encoding to use 4 bytes Per Dimension.</li>
+<li>BufferedUpdates now uses an optimized storage for buffering docvalues updates that can save up to 80% of the heap used compared to the previous implementation and uses non-object based datastructures.</li>
+<li>Moved to the default accepted overhead ratio for packet ints in DocValuesFieldUpdates yields an up-to 4x performance improvement when applying doc values updates.</li>
+<li>Doc-value updates get applied faster by sorting with quicksort, rather than an in-place mergesort, which needs to perform fewer swaps.</li>
+<li>Decrease I/O pressure when merging high dimensional points.</li>
+</ul>
+<p>Please read CHANGES.txt for a full list of new features and changes:</p>
+<p><a href="https://lucene.apache.org/core/7_7_0/changes/Changes.html">https://lucene.apache.org/core/7_7_0/changes/Changes.html</a></p>
 <h2 id="14-december-2018-apache-lucenetm-760-available">14 December 2018, Apache Lucene™ 7.6.0 available<a class="headerlink" href="#14-december-2018-apache-lucenetm-760-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.6.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>
@@ -234,7 +256,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li>Points codec now supports <code>selective indexing</code>; the ability to designate dimensions as as "data only" dimensions that do not affect construction of the index.</li>
 <li>New Simple WKT Shape Parser builds lucene geometries (polygons, lines, rectangles) from WKT format.</li>
 <li>New LatLonShapeLineQuery queries indexed shapes with arbitrary lines.</li>
-<li>analyzeGraphPhrase query builder creates one phrase query per finite strings in the graph based on slop parameter. </li>
+<li>analyzeGraphPhrase query builder creates one phrase query per finite strings in the graph based on slop parameter.</li>
 <li>Performance in PerFieldMergeState#FilterFieldInfos has been improved from O(N) to O(1) lookup time.</li>
 </ul>
 <p>Please read CHANGES.txt for a full list of new features and changes:</p>

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 Feb 11 08:37:31 2019
@@ -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="./7_6_0/index.html">7.6.0</a></li>
+<li><a href="./7_7_0/index.html">7.7.0</a></li>
 </ul></div>
       
 

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 Mon Feb 11 08:37:31 2019
@@ -226,12 +226,12 @@ h2:hover > .headerlink, h3:hover > .head
             sufficient changes, improvements and bug fixes to warrant a release.
             Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
             <a href="systemreqs.html">here</a>.</p>
-<h3 id="lucene-760">Lucene 7.6.0<a class="headerlink" href="#lucene-760" title="Permanent link">&para;</a></h3>
-<p>Lucene 7.6.0 is the most recent Apache Lucene release.</p>
+<h3 id="lucene-770">Lucene 7.7.0<a class="headerlink" href="#lucene-770" title="Permanent link">&para;</a></h3>
+<p>Lucene 7.7.0 is the most recent Apache Lucene release.</p>
 <ul>
-<li>Source release: <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.6.0/lucene-7.6.0-src.tgz">lucene-7.6.0-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0-src.tgz.sha512">SHA512</a>]</li>
-<li>Binary releases:  <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.6.0/lucene-7.6.0.tgz">lucene-7.6.0.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.tgz.sha512">SHA512</a>] / <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.6.0/lucene-7.6.0.zip">lucene-7.6.0.zip</a> [<a href="https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.zip.sha512">SHA512</a>]</li>
-<li><a href="http://lucene.apache.org/core/7_6_0/changes/Changes.html">Change log</a></li>
+<li>Source release: <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.7.0/lucene-7.7.0-src.tgz">lucene-7.7.0-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0-src.tgz.sha512">SHA512</a>]</li>
+<li>Binary releases:  <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.7.0/lucene-7.7.0.tgz">lucene-7.7.0.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.tgz.sha512">SHA512</a>] / <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.7.0/lucene-7.7.0.zip">lucene-7.7.0.zip</a> [<a href="https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.zip.sha512">SHA512</a>]</li>
+<li><a href="http://lucene.apache.org/core/7_7_0/changes/Changes.html">Change log</a></li>
 </ul>
 <p>The above release files should be verified using the PGP signatures and the
 <a href="https://www.apache.org/dist/lucene/KEYS">project release KEYS</a>. See

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 Feb 11 08:37:31 2019
@@ -228,7 +228,7 @@ in the documentation for that release.</
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
 
 <ul>
-<li><a href="7_6_0/demo/overview-summary.html#overview_description">Lucene 7.6.0 Demo</a></li>
+<li><a href="7_7_0/demo/overview-summary.html#overview_description">Lucene 7.7.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 Feb 11 08:37:31 2019
@@ -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="./7_6_0/SYSTEM_REQUIREMENTS.html">7.6.0</a></li>
+<li><a href="./7_7_0/SYSTEM_REQUIREMENTS.html">7.7.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 Feb 11 08:37:31 2019
@@ -224,24 +224,61 @@ 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="14-december-2018-apache-lucene-760-and-apache-solr-760-available">14 December 2018- Apache Lucene 7.6.0 and Apache Solr 7.6.0 Available<a class="headerlink" href="#14-december-2018-apache-lucene-760-and-apache-solr-760-available" title="Permanent link">&para;</a></h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.6.0 and Apache Solr 7.6.0</p>
+<h2 id="11-february-2019-apache-lucene-770-and-apache-solr-770-available">11 February 2019 - Apache Lucene 7.7.0 and Apache Solr 7.7.0 Available<a class="headerlink" href="#11-february-2019-apache-lucene-770-and-apache-solr-770-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.7.0 and Apache Solr 7.7.0</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/downloads.html">http://lucene.apache.org/core/downloads.html</a>
 and Solr can be downloaded from <a href="http://lucene.apache.org/solr/downloads.html">http://lucene.apache.org/solr/downloads.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>
 <h4 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h4>
 <ul>
-<li>Index sorting corruption due to numeric overflow has been fixed. Indices affected by this bug can be detected by running the CheckIndex command on a 7.6+ release distribution. </li>
-<li>Better tessellation processing of Polygons including graceful exceptions for detecting invalid shapes.   </li>
+<li>Fix LatLonShape WITHIN queries that fail with Multiple search Polygons that share the dateline.</li>
+<li>LatLonShape's within and disjoint queries can return false positives with indexed multi-shapes.</li>
 </ul>
 <h4 id="improvements">Improvements<a class="headerlink" href="#improvements" title="Permanent link">&para;</a></h4>
 <ul>
+<li>ExitableDirectoryReader may now time out queries that run on points such as range queries or geo queries.</li>
+<li>StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide Unicode UTS#51 v11.0 Emoji tokenization with the "<EMOJI>" token type.</li>
+<li>TopFieldCollector can now early-terminates queries when sorting by SortField.DOC.</li>
+<li>Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions.</li>
+<li>The KoreanTokenizer no longer splits unknown words on combining diacritics and detects script boundaries more accurately with Character#UnicodeScript#of.</li>
+<li>Change LatLonShape encoding to use 4 bytes Per Dimension.</li>
+<li>BufferedUpdates now uses an optimized storage for buffering docvalues updates that can save up to 80% of the heap used compared to the previous implementation and uses non-object based datastructures.</li>
+<li>Moved to the default accepted overhead ratio for packet ints in DocValuesFieldUpdates yields an up-to 4x performance improvement when applying doc values updates.</li>
+<li>Doc-value updates get applied faster by sorting with quicksort, rather than an in-place mergesort, which needs to perform fewer swaps.</li>
+<li>Decrease I/O pressure when merging high dimensional points.</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>URI Too Long with large streaming expressions in SolrJ.</li>
+<li>A failure while reloading a SolrCore can result in the SolrCore not being closed.</li>
+<li>Spellcheck parameters not working in new UI.</li>
+<li>New Admin UI Query does not URL-encode the query produced in the URL box.</li>
+<li>Rule-base Authorization plugin skips authorization if querying node does not have collection replica.</li>
+<li>Solr installer fails on SuSE linux.</li>
+<li>Fix incorrect SOLR_SSL_KEYSTORE_TYPE variable in solr start script.</li>
+<li>JSON 'terms' Faceting now supports a 'prelim_sort' option to use when initially selecting the top ranking buckets, prior to the final 'sort' option used after refinement.</li>
+<li>Add a login page to Admin UI, with initial support for Basic Auth and Kerberos.</li>
+<li>New Node-level health check handler at /admin/info/healthcheck and /node/health paths that checks if the node is live, connected to zookeeper and not shutdown.</li>
+<li>It is now possible to configure a host whitelist for distributed search.</li>
+</ul>
+<h2 id="14-december-2018-apache-lucene-760-and-apache-solr-760-available">14 December 2018 - Apache Lucene 7.6.0 and Apache Solr 7.6.0 Available<a class="headerlink" href="#14-december-2018-apache-lucene-760-and-apache-solr-760-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.6.0 and Apache Solr 7.6.0</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/downloads.html">http://lucene.apache.org/core/downloads.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/downloads.html">http://lucene.apache.org/solr/downloads.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>
+<h4 id="bug-fixes_1">Bug Fixes<a class="headerlink" href="#bug-fixes_1" title="Permanent link">&para;</a></h4>
+<ul>
+<li>Index sorting corruption due to numeric overflow has been fixed. Indices affected by this bug can be detected by running the CheckIndex command on a 7.6+ release distribution.</li>
+<li>Better tessellation processing of Polygons including graceful exceptions for detecting invalid shapes.</li>
+</ul>
+<h4 id="improvements_1">Improvements<a class="headerlink" href="#improvements_1" title="Permanent link">&para;</a></h4>
+<ul>
 <li>Points codec now supports <code>selective indexing</code>; the ability to designate dimensions as as "data only" dimensions that do not affect construction of the index.</li>
 <li>New Simple WKT Shape Parser builds lucene geometries (polygons, lines, rectangles) from WKT format.</li>
 <li>New LatLonShapeLineQuery queries indexed shapes with arbitrary lines.</li>
 <li>Performance in PerFieldMergeState#FilterFieldInfos has been improved from O(N) to O(1) lookup time.</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>Field and FieldType now support a new <code>uninvertible</code> option to control using costly field cache or more efficient docValues.</li>
 <li>Collections API has been improved to support adding multiple replicas to a collection shard at a time as well as splitting into multiple sub-shards directly..</li>
@@ -253,8 +290,8 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.5.0 and Apache Solr 7.5.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.5.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.5.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>
-<h4 id="bug-fixes_1">Bug Fixes<a class="headerlink" href="#bug-fixes_1" title="Permanent link">&para;</a></h4>
+<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="bug-fixes_2">Bug Fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>IndexWriter#deleteDocs(Query... query) applies deletes to wrong documents if the index is sorted.</li>
 </ul>
@@ -262,7 +299,7 @@ and Solr can be downloaded from <a href=
 <ul>
 <li>TieredMergePolicy now respects maxSegmentSizeMB by default when executing findForcedMerges and findForcedDeletesMerges.</li>
 </ul>
-<h4 id="improvements_1">Improvements<a class="headerlink" href="#improvements_1" title="Permanent link">&para;</a></h4>
+<h4 id="improvements_2">Improvements<a class="headerlink" href="#improvements_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>A new points based Shape Indexing and Searching that decomposes shapes into a triangular mesh and indexes individual triangles as a 6 dimension point.</li>
 <li>A new ByteBuffer based Directory implementation that aims to replace the deprecated RAMDirectory.</li>
@@ -270,7 +307,7 @@ and Solr can be downloaded from <a href=
 <li>TopFieldComparator can now stop comparing documents if the index is sorted, even if hits still need to be visited to compute the hit count.</li>
 <li>TieredMergePolicy can control how aggressively deletes should be reclaimed with the new deletesPctAllowed setting.</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>Nested/child documents may now be supplied as a field value instead of stand-off. Future releases will leverage this semantic information.</li>
 <li>Enhance Autoscaling policy support to equally distribute replicas on the basis of arbitrary properties.</li>
@@ -282,7 +319,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5 and Apache Solr 6.6.5</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.6.5">http://www.apache.org/dyn/closer.lua/lucene/java/6.6.5</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.5">http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.5</a></p>
-<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>Ability to disable configset upload via -Dconfigset.upload.enabled=false startup parameter</li>
 <li>Referal to external resources in various config files now disallowed</li>
@@ -291,7 +328,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.4.0 and Apache Solr 7.4.0</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/downloads.html">http://lucene.apache.org/core/downloads.html</a>
 and Solr can be downloaded from <a href="http://lucene.apache.org/solr/downloads.html">http://lucene.apache.org/solr/downloads.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="analysis">Analysis<a class="headerlink" href="#analysis" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Korean analyzer</li>
@@ -308,7 +345,7 @@ and Solr can be downloaded from <a href=
 <li>Doc-value updates may reset a value</li>
 <li>Doc-values may be atomically updated with a regular document update</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>
 <ul>
 <li>A new 'relatedness()' aggregate function for JSON Faceting to enable building Semantic Knowledge Graphs.</li>
 <li>Added the TaggerRequestHandler (AKA SolrTextTagger) for tagging text. It's used as a component of NER/ERD systems including query-understanding.</li>
@@ -320,7 +357,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.4 and Apache Solr 6.6.4</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.6.4">http://www.apache.org/dyn/closer.lua/lucene/java/6.6.4</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.4">http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.4</a></p>
-<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>
 <ul>
 <li>Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing</li>
 </ul>
@@ -328,11 +365,11 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.3.1 and Apache Solr 7.3.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.3.1">http://www.apache.org/dyn/closer.lua/lucene/java/7.3.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.3.1">http://www.apache.org/dyn/closer.lua/lucene/solr/7.3.1</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>This release contains one build change</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>Deleting replicas sometimes fails and causes the replicas to exist in the down state</li>
 <li>Upgrade commons-fileupload dependency to 1.3.3 to address CVE-2016-1000031</li>
@@ -343,7 +380,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.3.0 and Apache Solr 7.3.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.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>An OpenNLP analysis module</li>
 <li>IndexWriter can opt out of flushing on indexing threads</li>
@@ -351,7 +388,7 @@ and Solr can be downloaded from <a href=
 <li>Better relevancy for highlighted passages containing phrases</li>
 <li>Java 9 performance improvements</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>OpenNLP request processors</li>
 <li>Automatic time-based collection creation</li>
@@ -370,11 +407,11 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.3 and Apache Solr 6.6.3.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.6.3">http://www.apache.org/dyn/closer.lua/lucene/java/6.6.3</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.3">http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.3</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>This release contains one build change</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>Disallow reference to external resources in DataImportHandler's dataConfig request parameter</li>
 <li>Allow collections created with legacyCloud=true to be opened if legacyCloud=false</li>
@@ -384,11 +421,11 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.1 and Apache Solr 7.2.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.2.1">http://www.apache.org/dyn/closer.lua/lucene/java/7.2.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.1">http://www.apache.org/dyn/closer.lua/lucene/solr/7.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 advanceExact on SortedNumericDocValues produced by Lucene54DocValuesProducer.</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>Overseer can never process some last messages.</li>
 <li>Rename core in solr standalone mode is not persisted.</li>
@@ -399,7 +436,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.0 and Apache Solr 7.2.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.2.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.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>Specific query implementations can now opt out of caching.</li>
 <li>TopFieldDocCollector can now early terminate collection of matches when the index is sorted and the total hit count is not requested.</li>
@@ -407,7 +444,7 @@ and Solr can be downloaded from <a href=
 <li>Fixed document accounting in IndexWriter.</li>
 <li>Query scores can be exposed in a ValuesSource using DoubleValuesSource.fromQuery().</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>
 <ul>
 <li>Bi-directional syncing of CDCR clusters is now supported.</li>
 <li>The new synonymQueryStyle field type option allows for better scoring when terms at the same position are hyponyms/hypernyms rather than synonyms.</li>
@@ -440,7 +477,7 @@ and Solr can be downloaded from <a href=
 <ul>
 <li>Disallow resolving of external entities in queryparser/xml/CoreParser by default.</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>
 <ul>
 <li>
 <p>Critical security fix: Fix for a 0-day exploit (CVE-2017-12629), details: https://s.apache.org/FJDl. RunExecutableListener has been disabled by default (can be enabled by -Dsolr.enableRunExecutableListener=true) and resolving external entities in the XML query parser (defType=xmlparser or {!xmlparser ... }) is disabled by default.</p>
@@ -453,7 +490,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.1.0 and Apache Solr 7.1.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.1.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.1.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.1.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.1.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>New Geo3D shapes for non-spherical planet models</p>
@@ -592,7 +629,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.0.0 and Apache Solr 7.0.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/7.0.0">http://www.apache.org/dyn/closer.lua/lucene/java/7.0.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.0.0">http://www.apache.org/dyn/closer.lua/lucene/solr/7.0.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>
 <ul>
 <li>
 <p>Doc values switched from random access to iterators.</p>
@@ -663,7 +700,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.1 and Apache Solr 6.6.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.6.1">http://www.apache.org/dyn/closer.lua/lucene/java/6.6.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.1">http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.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>
 <ul>
 <li>
 <p>Documents with multiple points that should match might not match on a memory index</p>
@@ -672,7 +709,7 @@ and Solr can be downloaded from <a href=
 <p>A query which has only one synonym with AND as the default operator would wrongly translate as an AND between the query term and the synonym</p>
 </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>
 <p>Standalone Solr loads UNLOADed core on request</p>
@@ -727,7 +764,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.0 and Apache Solr 6.6.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.6.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.6.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.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>
 <ul>
 <li>
 <p>A concurrent SortedSet facets implementation</p>
@@ -751,7 +788,7 @@ and Solr can be downloaded from <a href=
 <p>PostingsHighlighter has been deprecated in favour of the UnifiedHighlighter</p>
 </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>
 <p>Payload support with payload() value source and {!payload_score} and {!payload_check} query parsers</p>
@@ -815,7 +852,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.1 and Apache Solr 6.5.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1">http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1">http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.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>
 <p>Fixed join queries to not reference IndexReaders, as it could cause leaks if they are cached.</p>
@@ -827,7 +864,7 @@ and Solr can be downloaded from <a href=
 <p>Fixed index sorting to work with sparse numeric and binary docvalues field</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>bin\solr.cmd delete and healthcheck now works again; fixed continuation chars ^</p>
@@ -870,7 +907,7 @@ with the release for a full list of deta
 <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_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>It is now possible filter out duplicates in the NRT suggester</p>
@@ -933,7 +970,7 @@ and Solr can be downloaded from <a href=
 <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_14">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_14" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_15">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_15" 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>
@@ -1018,11 +1055,11 @@ with the release for a full list of deta
 <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_14">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_14" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_15">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_15" 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_15">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_15" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_16">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_16" 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>
@@ -1044,7 +1081,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_15">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_15" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_16">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_16" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Made stored fields reclaim native memory more aggressively</p>
@@ -1056,7 +1093,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_16">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_16" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_17">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_17" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Better validation of filename params in ReplicationHandler</p>
@@ -1072,7 +1109,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_16">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_16" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_17">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_17" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Javadocs now build successfully with Java 8u121</p>
@@ -1087,7 +1124,7 @@ and Solr can be downloaded from <a href=
 <p>AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_17">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_17" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_18">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_18" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>"Plugin/Stats" section of the UI doesn't display empty metric types</p>
@@ -1115,7 +1152,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_17">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_17" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_18">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_18" 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>
@@ -1160,7 +1197,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_18">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_18" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_19">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_19" title="Permanent link">&para;</a></h3>
 <p>Streaming:</p>
 <ul>
 <li>
@@ -1266,7 +1303,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_18">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_18" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_19">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_19" 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>
@@ -1284,7 +1321,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_19">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_19" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_20">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_20" title="Permanent link">&para;</a></h3>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -1416,7 +1453,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_19">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_19" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_20">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_20" 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>
@@ -1462,7 +1499,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_20">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_20" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_21">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_21" title="Permanent link">&para;</a></h3>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -1544,7 +1581,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_20">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_20" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_21">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_21" 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>
@@ -1565,7 +1602,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_21">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_21" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_22">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_22" 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>
@@ -1609,7 +1646,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_21">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_21" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_22">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_22" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Java 8 is the minimum Java version required.</p>
@@ -1636,7 +1673,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_22">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_22" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_23">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_23" 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>
@@ -1697,7 +1734,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_22">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_22" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_23">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_23" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -1724,7 +1761,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_23">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_23" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_24">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_24" 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>
@@ -1777,7 +1814,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_23">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_23" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_24">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_24" 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>
@@ -1798,11 +1835,11 @@ and Solr can be downloaded from <a href=
 <li>Doc values now use less memory for multi-valued fields and less disk in case of sparse fields</li>
 <li>Two-phase iterators got a match cost API so that the costly bits can be checked last</li>
 </ul>
-<h4 id="bug-fixes_2">Bug fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
+<h4 id="bug-fixes_3">Bug fixes<a class="headerlink" href="#bug-fixes_3" title="Permanent link">&para;</a></h4>
 <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_24">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_24" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_25">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_25" 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>
@@ -1831,15 +1868,15 @@ 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_24">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_24" title="Permanent link">&para;</a></h3>
-<h4 id="bug-fixes_3">Bug Fixes<a class="headerlink" href="#bug-fixes_3" title="Permanent link">&para;</a></h4>
+<h3 id="highlights-of-this-lucene-release-include_25">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_25" title="Permanent link">&para;</a></h3>
+<h4 id="bug-fixes_4">Bug Fixes<a class="headerlink" href="#bug-fixes_4" 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_25">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_25" title="Permanent link">&para;</a></h3>
-<h4 id="bug-fixes_4">Bug Fixes<a class="headerlink" href="#bug-fixes_4" title="Permanent link">&para;</a></h4>
+<h3 id="highlights-of-this-solr-release-include_26">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_26" title="Permanent link">&para;</a></h3>
+<h4 id="bug-fixes_5">Bug Fixes<a class="headerlink" href="#bug-fixes_5" title="Permanent link">&para;</a></h4>
 <ul>
 <li>security.json is not loaded on server start</li>
 <li>RuleBasedAuthorization plugin does not work for the collection-admin-edit permission</li>
@@ -1856,7 +1893,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_25">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_25" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_26">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_26" 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>
@@ -1881,7 +1918,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_26">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_26" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_27">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_27" 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>
@@ -1900,13 +1937,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_26">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_26" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_27">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_27" 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_27">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_27" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_28">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_28" 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>
@@ -1925,7 +1962,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_27">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_27" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_28">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_28" 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>
@@ -1958,7 +1995,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_28">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_28" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_29">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_29" 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 Feb 11 08:37:31 2019
@@ -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>7.6.0</p></div>
+<p>7.7.0</p></div>