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/03/14 11:37:10 UTC

svn commit: r1041833 [4/4] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Thu Mar 14 11:37:10 2019
@@ -168,12 +168,39 @@ one would get if using TREC or other eva
 }
 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-march-2019-apache-lucene-800-and-apache-solr-800-available">14 March 2019 - Apache Lucene 8.0.0 and Apache Solr 8.0.0 Available<a class="headerlink" href="#14-march-2019-apache-lucene-800-and-apache-solr-800-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 8.0.0 and Apache Solr 8.0.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="query-execution">Query execution<a class="headerlink" href="#query-execution" title="Permanent link">&para;</a></h4>
+<p>Term queries, phrase queries and boolean queries introduced new optimization that enables efficient skipping over non-competitive documents when the total hit count is not needed. Depending on the exact query and data distribution, queries might run between a few percents slower and many times faster, especially term queries and pure disjunctions.</p>
+<p>In order to support this enhancement, some API changes have been made:
+ * <code>TopDocs.totalHits</code> is no longer a long but an object that gives a lower bound of the actual hit count.
+ * <code>IndexSearcher</code>'s <code>search</code> and <code>searchAfter</code> methods now only compute total hit counts accurately up to 1,000 in order to enable this optimization by default.
+ * Queries are now required to produce non-negative scores.</p>
+<h4 id="codecs">Codecs<a class="headerlink" href="#codecs" title="Permanent link">&para;</a></h4>
+<ul>
+<li>Postings now index score impacts alongside skip data. This is how term queries optimize collection of top hits when hit counts are not needed.</li>
+<li>Doc values introduced jump tables, so that advancing runs in constant time. This is especially helpful on sparse fields.</li>
+<li>The terms index <code>FST</code> is now loaded off-heap for non-primary-key fields using <code>MMapDirectory</code>, reducing heap usage for such fields.</li>
+</ul>
+<h4 id="custom-scoring">Custom scoring<a class="headerlink" href="#custom-scoring" title="Permanent link">&para;</a></h4>
+<p>The new <code>FeatureField</code> allows efficient integration of static features such as a pagerank into the score. Furthermore, the new <code>LongPoint#newDistanceFeatureQuery</code> and <code>LatLonPoint#newDistanceFeatureQuery</code> methods allow boosting by recency and geo-distance respectively. These new helpers are optimized for the case when total hit counts are not needed. For instance if the pagerank has a significant weight in your scores, then Lucene might be able to skip over documents that have a low pagerank value.</p>
+<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>Solr now uses HTTP/2 for inter-node communication</li>
+</ul>
+<p>Being a major release, Solr 8 removes many deprecated APIs, changes various parameter defaults and behavior. Some changes may require a re-index of your content.
+You are thus encouraged to thoroughly read the "Upgrade Notes" at:</p>
+<p><a href="http://lucene.apache.org/solr/8_0_0/changes/Changes.html">http://lucene.apache.org/solr/8_0_0/changes/Changes.html</a></p>
+<p>Solr 8.0 also includes many other new features as well as numerous optimizations and bugfixes of the corresponding Apache Lucene release.</p>
 <h2 id="1-march-2019-apache-lucene-771-and-apache-solr-771-available">1 March 2019 - Apache Lucene 7.7.1 and Apache Solr 7.7.1 Available<a class="headerlink" href="#1-march-2019-apache-lucene-771-and-apache-solr-771-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 7.7.1 and Apache Solr 7.7.1</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>
 <p>This Lucene release contains no change over Lucene 7.7.0.</p>
-<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>Bugfix for ClassCastException when URPs try to read a String field which returns a ByteArrayUTF8CHarSequence (a
@@ -191,7 +218,7 @@ and Solr can be downloaded from <a href=
 <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>
+<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Fix LatLonShape WITHIN queries that fail with Multiple search Polygons that share the dateline.</li>
@@ -210,7 +237,7 @@ and Solr can be downloaded from <a href=
 <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_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>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>
@@ -228,7 +255,7 @@ and Solr can be downloaded from <a href=
 <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>
+<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_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>
@@ -241,7 +268,7 @@ and Solr can be downloaded from <a href=
 <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_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>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,7 +280,7 @@ 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_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_2">Bug Fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>IndexWriter#deleteDocs(Query... query) applies deletes to wrong documents if the index is sorted.</li>
@@ -270,7 +297,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_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>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 +309,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_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>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 +318,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_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
 <h4 id="analysis">Analysis<a class="headerlink" href="#analysis" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Korean analyzer</li>
@@ -308,7 +335,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_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>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 +347,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_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>Do not allow to use absolute URIs for including other files in solrconfig.xml and schema parsing</li>
 </ul>
@@ -328,11 +355,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_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>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>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 +370,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_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>An OpenNLP analysis module</li>
 <li>IndexWriter can opt out of flushing on indexing threads</li>
@@ -351,7 +378,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_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>OpenNLP request processors</li>
 <li>Automatic time-based collection creation</li>
@@ -370,11 +397,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_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>This release contains one build change</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>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 +411,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_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>Fix advanceExact on SortedNumericDocValues produced by Lucene54DocValuesProducer.</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>Overseer can never process some last messages.</li>
 <li>Rename core in solr standalone mode is not persisted.</li>
@@ -399,7 +426,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_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>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 +434,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_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>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 +467,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_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>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 +480,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_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>New Geo3D shapes for non-spherical planet models</p>
@@ -592,7 +619,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_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>Doc values switched from random access to iterators.</p>
@@ -663,7 +690,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_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>Documents with multiple points that should match might not match on a memory index</p>
@@ -672,7 +699,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_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>Standalone Solr loads UNLOADed core on request</p>
@@ -727,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.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_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>A concurrent SortedSet facets implementation</p>
@@ -751,7 +778,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_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>Payload support with payload() value source and {!payload_score} and {!payload_check} query parsers</p>
@@ -815,7 +842,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_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>Fixed join queries to not reference IndexReaders, as it could cause leaks if they are cached.</p>
@@ -827,7 +854,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_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>bin\solr.cmd delete and healthcheck now works again; fixed continuation chars ^</p>
@@ -870,7 +897,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_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>
 <p>It is now possible filter out duplicates in the NRT suggester</p>
@@ -933,7 +960,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_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>PointFields (fixed-width multi-dimensional numeric &amp; binary types enabling fast range search) are now supported</p>
@@ -1018,11 +1045,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_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>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_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>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 +1071,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_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>Made stored fields reclaim native memory more aggressively</p>
@@ -1056,7 +1083,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_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>
 <ul>
 <li>
 <p>Better validation of filename params in ReplicationHandler</p>
@@ -1072,7 +1099,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_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>Javadocs now build successfully with Java 8u121</p>
@@ -1087,7 +1114,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_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>
 <ul>
 <li>
 <p>"Plugin/Stats" section of the UI doesn't display empty metric types</p>
@@ -1115,7 +1142,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_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>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
@@ -1160,7 +1187,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_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>Streaming:</p>
 <ul>
 <li>
@@ -1266,7 +1293,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_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>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 +1311,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_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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -1416,7 +1443,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_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>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -1462,7 +1489,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_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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -1544,7 +1571,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_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>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -1565,7 +1592,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_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>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 +1636,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_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>Java 8 is the minimum Java version required.</p>
@@ -1636,7 +1663,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_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>
 <ul>
 <li>
 <p>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -1697,7 +1724,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_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>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -1724,7 +1751,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_25">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_25" title="Permanent link">&para;</a></h3>
+<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>
 <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 +1804,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_24">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_24" title="Permanent link">&para;</a></h3>
+<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="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>
@@ -1802,7 +1829,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_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>
 <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,14 +1858,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_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="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_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>
 <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>
@@ -1856,7 +1883,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_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>
 <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 +1908,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_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>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 +1927,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_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>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_29">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_29" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_30">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_30" 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 +1952,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_28">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_28" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_29">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_29" 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 +1985,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_30">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_30" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_31">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_31" 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/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Thu Mar 14 11:37:10 2019
@@ -236,15 +236,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 7.7.1</div>
+    <div class="flap bottom">of Apache Lucene 8.0.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 7.7.1</div>
+  <div class="download-desc">Apache Lucene 8.0.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 7.7.1</div>
+    <div class="flap bottom">of Apache Solr 8.0.0</div>
   </div>
-  <div class="download-desc">Apache Solr 7.7.1</div></p>
+  <div class="download-desc">Apache Solr 8.0.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Thu Mar 14 11:37:10 2019
@@ -257,15 +257,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 7.7.1</div>
+    <div class="flap bottom">of Apache Lucene 8.0.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 7.7.1</div>
+  <div class="download-desc">Apache Lucene 8.0.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 7.7.1</div>
+    <div class="flap bottom">of Apache Solr 8.0.0</div>
   </div>
-  <div class="download-desc">Apache Solr 7.7.1</div></p>
+  <div class="download-desc">Apache Solr 8.0.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/downloads.html (original)
+++ websites/staging/lucene/trunk/content/solr/downloads.html Thu Mar 14 11:37:10 2019
@@ -198,12 +198,12 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Official releases are usually created when the <a href="../whoweare.html">developers</a> feel there are
 sufficient changes, improvements and bug fixes to warrant a release.  Due to the voluntary
 nature of Solr, no releases are scheduled in advance.</p>
-<h2 id="solr-771">Solr 7.7.1<a class="headerlink" href="#solr-771" title="Permanent link">&para;</a></h2>
-<p>Solr 7.7.1 is the most recent Apache Solr release.</p>
+<h2 id="solr-800">Solr 8.0.0<a class="headerlink" href="#solr-800" title="Permanent link">&para;</a></h2>
+<p>Solr 8.0.0 is the most recent Apache Solr release.</p>
 <ul>
-<li>Source release: <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1/solr-7.7.1-src.tgz">solr-7.7.1-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1-src.tgz.sha512">SHA512</a>]</li>
-<li>Binary releases:  <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1/solr-7.7.1.tgz">solr-7.7.1.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.tgz.sha512">SHA512</a>] / <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1/solr-7.7.1.zip">solr-7.7.1.zip</a> [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.zip.sha512">SHA512</a>]</li>
-<li><a href="http://lucene.apache.org/solr/7_7_1/changes/Changes.html">Change log</a></li>
+<li>Source release: <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0/solr-8.0.0-src.tgz">solr-8.0.0-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0-src.tgz.sha512">SHA512</a>]</li>
+<li>Binary releases:  <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0/solr-8.0.0.tgz">solr-8.0.0.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.tgz.sha512">SHA512</a>] / <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0/solr-8.0.0.zip">solr-8.0.0.zip</a> [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.zip.sha512">SHA512</a>]</li>
+<li><a href="http://lucene.apache.org/solr/8_0_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
@@ -215,7 +215,7 @@ are also provided as alternative verific
 <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
 <h2 id="file-names">File names<a class="headerlink" href="#file-names" title="Permanent link">&para;</a></h2>
 <p>The <code>solr-VERSION.zip</code> or <code>solr-VERSION.tgz</code> files (where <code>VERSION</code> is the version number of
-the release, e.g. <code>7.7.1</code>) contain Apache Solr, html documentation and a tutorial.</p>
+the release, e.g. <code>8.0.0</code>) contain Apache Solr, html documentation and a tutorial.</p>
 <p>The <code>solr-VERSION-src.tgz</code> file contains the full source code for that version.</p>
 <p><strong>Note</strong>: prior to the Solr 4.1 release, all distribution and artifact filenames contained an <code>apache-</code> prefix.</p>
         

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Thu Mar 14 11:37:10 2019
@@ -194,7 +194,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 7.7.1
+        Apache Solr<sup>&trade;</sup> 8.0.0
 
       </div>
       <h1>

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Thu Mar 14 11:37:10 2019
@@ -182,7 +182,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 7.7.1
+            Apache Solr<sup>&trade;</sup> 8.0.0
 
           </div>
           <h1>
@@ -445,13 +445,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 1 March 2019
+            Solr News | 14 March 2019
           </div>
           <h1>
-             Apache Solr 7.7.1 available
+             Apache Solr 8.0.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 7.7.1.  Download <a href="/solr/downloads.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 8.0.0.  Download <a href="/solr/downloads.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>

Modified: websites/staging/lucene/trunk/content/solr/logos-and-assets.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/logos-and-assets.html (original)
+++ websites/staging/lucene/trunk/content/solr/logos-and-assets.html Thu Mar 14 11:37:10 2019
@@ -194,7 +194,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 7.7.1
+        Apache Solr<sup>&trade;</sup> 8.0.0
 
       </div>
       <h1>Solr Logos and Assets</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html Thu Mar 14 11:37:10 2019
@@ -28,7 +28,7 @@
   <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
   <link rel="stylesheet" href="/solr/assets/styles/base.css" />
   
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   
 
@@ -196,12 +196,12 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Official releases are usually created when the <a href="../whoweare.html">developers</a> feel there are
 sufficient changes, improvements and bug fixes to warrant a release.  Due to the voluntary
 nature of Solr, no releases are scheduled in advance.</p>
-<h2 id="solr-771">Solr 7.7.1<a class="headerlink" href="#solr-771" title="Permanent link">&para;</a></h2>
-<p>Solr 7.7.1 is the most recent Apache Solr release.</p>
+<h2 id="solr-800">Solr 8.0.0<a class="headerlink" href="#solr-800" title="Permanent link">&para;</a></h2>
+<p>Solr 8.0.0 is the most recent Apache Solr release.</p>
 <ul>
-<li>Source release: <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1/solr-7.7.1-src.tgz">solr-7.7.1-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1-src.tgz.sha512">SHA512</a>]</li>
-<li>Binary releases:  <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1/solr-7.7.1.tgz">solr-7.7.1.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.tgz.sha512">SHA512</a>] / <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/7.7.1/solr-7.7.1.zip">solr-7.7.1.zip</a> [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/7.7.1/solr-7.7.1.zip.sha512">SHA512</a>]</li>
-<li><a href="http://lucene.apache.org/solr/7_7_1/changes/Changes.html">Change log</a></li>
+<li>Source release: <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0/solr-8.0.0-src.tgz">solr-8.0.0-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0-src.tgz.sha512">SHA512</a>]</li>
+<li>Binary releases:  <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0/solr-8.0.0.tgz">solr-8.0.0.tgz</a> [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.tgz.sha512">SHA512</a>] / <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/8.0.0/solr-8.0.0.zip">solr-8.0.0.zip</a> [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/solr/8.0.0/solr-8.0.0.zip.sha512">SHA512</a>]</li>
+<li><a href="http://lucene.apache.org/solr/8_0_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
@@ -213,7 +213,7 @@ are also provided as alternative verific
 <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
 <h2 id="file-names">File names<a class="headerlink" href="#file-names" title="Permanent link">&para;</a></h2>
 <p>The <code>solr-VERSION.zip</code> or <code>solr-VERSION.tgz</code> files (where <code>VERSION</code> is the version number of
-the release, e.g. <code>7.7.1</code>) contain Apache Solr, html documentation and a tutorial.</p>
+the release, e.g. <code>8.0.0</code>) contain Apache Solr, html documentation and a tutorial.</p>
 <p>The <code>solr-VERSION-src.tgz</code> file contains the full source code for that version.</p>
 <p><strong>Note</strong>: prior to the Solr 4.1 release, all distribution and artifact filenames contained an <code>apache-</code> prefix.</p>
         

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Thu Mar 14 11:37:10 2019
@@ -231,7 +231,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 7.7.1
+            Apache Solr<sup>&trade;</sup> 8.0.0
 
           </div>
           <h1>
@@ -494,13 +494,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 1 March 2019
+            Solr News | 14 March 2019
           </div>
           <h1>
-             Apache Solr 7.7.1 available
+             Apache Solr 8.0.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 7.7.1.  Download <a href="/solr/downloads.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 8.0.0.  Download <a href="/solr/downloads.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>

Modified: websites/staging/lucene/trunk/content/solr/news.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/news.html (original)
+++ websites/staging/lucene/trunk/content/solr/news.html Thu Mar 14 11:37:10 2019
@@ -195,6 +195,27 @@
 }
 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="solr-news">Solr<sup>&trade;</sup> News<a class="headerlink" href="#solr-news" title="Permanent link">&para;</a></h1>
+<h2 id="14-march-2019-apache-solrtm-800-available">14 March 2019, Apache Solr™ 8.0.0 available<a class="headerlink" href="#14-march-2019-apache-solrtm-800-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 8.0.0</p>
+<p>Solr is the popular, blazing fast, open source NoSQL search platform from the
+Apache Lucene project. Its major features include powerful full-text search,
+hit highlighting, faceted search, dynamic clustering, database integration, rich document
+(e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, providing fault
+tolerant distributed search and indexing, and powers the search and navigation features of
+many of the world's largest internet sites.</p>
+<p>Solr 8.0.0 is available for immediate download at:
+  <a href="http://lucene.apache.org/solr/downloads.html">http://lucene.apache.org/solr/downloads.html</a></p>
+<p>Please read CHANGES.txt for a full list of new features and changes:</p>
+<p><a href="http://lucene.apache.org/solr/8_0_0/changes/Changes.html">http://lucene.apache.org/solr/8_0_0/changes/Changes.html</a></p>
+<h3 id="solr-800-release-highlights">Solr 8.0.0 Release Highlights<a class="headerlink" href="#solr-800-release-highlights" title="Permanent link">&para;</a></h3>
+<ul>
+<li>Solr now uses HTTP/2 for inter-node communication</li>
+</ul>
+<p>Being a major release, Solr 8 removes many deprecated APIs, changes various parameter defaults and behavior. Some changes may require a re-index of your content.
+You are thus encouraged to thoroughly read the "Upgrade Notes" at:</p>
+<p><a href="http://lucene.apache.org/solr/8_0_0/changes/Changes.html">http://lucene.apache.org/solr/8_0_0/changes/Changes.html</a></p>
+<p>Solr 8.0 also includes many other new features as well as numerous optimizations and bugfixes of the corresponding Apache Lucene release:</p>
+<p><a href="http://lucene.apache.org/core/8_0_0/changes/Changes.html">http://lucene.apache.org/core/8_0_0/changes/Changes.html</a></p>
 <h2 id="11-march-2019-apache-solr-reference-guide-77-available">11 March 2019, Apache Solr Reference Guide 7.7 available<a class="headerlink" href="#11-march-2019-apache-solr-reference-guide-77-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce that the Solr Reference Guide for 7.7 is now available.  This 1,431-page PDF is the definitive guide to using Apache Solr, the search server built on Lucene.</p>
 <p>The PDF Guide can be downloaded from: <a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/apache-solr-ref-guide-7.7.pdf">https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/apache-solr-ref-guide-7.7.pdf</a>.  It is also available online at <a href="https://lucene.apache.org/solr/guide/7_7">https://lucene.apache.org/solr/guide/7_7</a>.</p>

Modified: websites/staging/lucene/trunk/content/solr/resources.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/resources.html (original)
+++ websites/staging/lucene/trunk/content/solr/resources.html Thu Mar 14 11:37:10 2019
@@ -231,7 +231,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Beginning with Solr 4.4, a detailed reference guide is available online or as a PDF download.
 <!--
 Do not add a version# to the text label for ref guide download unless there is a clear mechanism to maintain it.
-The template "7.7.1
+The template "8.0.0
 " is tied directly to the code release version and so can not be
 used for ref guide release version unless we either 1. guarantee code and ref guide release to happen together, always or
 2. Make the change here explicitly as part of the ref guide release process to reflect ref guide .
@@ -252,7 +252,7 @@ used for ref guide release version unles
 <p>Solr generates JavaDocs for all included code in each release.
 Copies of this documentation for every release can be found online:</p>
 <ul>
-<li><a href="/solr/7_7_1/index.html">Latest Release</a></li>
+<li><a href="/solr/8_0_0/index.html">Latest Release</a></li>
 </ul>
 <h3 class="offset" id="additional-documentation">Additional Documentation</h3>
 

Modified: websites/staging/lucene/trunk/content/whoweare.html
==============================================================================
--- websites/staging/lucene/trunk/content/whoweare.html (original)
+++ websites/staging/lucene/trunk/content/whoweare.html Thu Mar 14 11:37:10 2019
@@ -384,15 +384,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 7.7.1</div>
+    <div class="flap bottom">of Apache Lucene 8.0.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 7.7.1</div>
+  <div class="download-desc">Apache Lucene 8.0.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 7.7.1</div>
+    <div class="flap bottom">of Apache Solr 8.0.0</div>
   </div>
-  <div class="download-desc">Apache Solr 7.7.1</div></p>
+  <div class="download-desc">Apache Solr 8.0.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>