You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2020/07/15 16:52:39 UTC

svn commit: r1063067 [6/28] - in /websites/production/lucene/content/solr/guide/8_6: ./ meta-docs/

Modified: websites/production/lucene/content/solr/guide/8_6/cross-data-center-replication-cdcr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/cross-data-center-replication-cdcr.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/cross-data-center-replication-cdcr.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Cross Data Center Replication (CDCR) | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Cross Data Center Replication (CDCR) | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="cross-data-center-replication-cdcr">
+<body class="" id="cross-data-center-replication-cdcr">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1659,22 +1654,28 @@
   
 
   <section class="content">
-     <section id="preamble" aria-label="Preamble"><div class="admonitionblock warning">
+     <section id="preamble" aria-label="Preamble"><p>Cross Data Center Replication (CDCR) allows you to create multiple SolrCloud data centers and keep them in sync.</p>
+<div class="admonitionblock warning">
 <table>
 <tr>
 <td class="icon">
 <i class="fa icon-warning" title="Warning"></i>
 </td>
 <td class="content">
-This feature (in its current form) is deprecated as of 8.6 and shall be removed in 9.0. See SOLR-14022 for details.
+<div class="title">CDCR is deprecated</div>
+<p>This feature (in its current form) is deprecated and will likely be removed in 9.0.</p>
+<p>Anyone currently using CDCR should consider migrating away from it.
+There are several open issues which make CDCR complex to maintain and generally unstable.</p>
+<p>The simplest alternative to CDCR is to manually maintain two Solr implementations in separate data centers and manage them as completely separate installations.
+While this may require more initial setup, it will be more stable in the long run.</p>
+<p>There are other alternatives, and the Solr community is working to identify the best recommended replacement in time for 9.0.</p>
 </td>
 </tr>
 </table>
-</div>
-<p>Cross Data Center Replication (CDCR) allows you to create multiple SolrCloud data centers and keep them in sync.</p></section>
+</div></section>
 <section class="sect1"><h2 id="what-is-cdcr">What is CDCR?</h2><p>The <a href="solrcloud.html#solrcloud">SolrCloud</a> architecture is designed to support <a href="near-real-time-searching.html#near-real-time-searching">Near Real Time (NRT)</a> searches on a Solr collection that usual consists of multiple nodes in a single data center. CDCR augments this model by forwarding updates from a Solr collection in one data center to a parallel Solr collection in another data center where the network latencies are greater than the SolrCloud model was designed to accommodate.</p>
 <p>For more information about CDCR, see the following sections:</p>
-<div class="ulist"><ul><li><strong><a href="cdcr-architecture.html#cdcr-architecture">CDCR Architecture</a></strong>: A detailed overview of how CDCR works.</li><li><strong><a href="cdcr-config.html#cdcr-config">CDCR Configuration</a></strong>: How to set up and initialize CDCR for your cluster.</li><li><strong><a href="cdcr-operations.html#cdcr-operations">CDCR Operations</a></strong>: Information on monitoring CDCR and upgrading your cluster when using CDCR.</li><li><strong><a href="cdcr-api.html#cdcr-api">CDCR API</a></strong>: Reference for the CDCR API.</li></ul></div></section>
+<div class="ulist"><ul><li><p><strong><a href="cdcr-architecture.html#cdcr-architecture">CDCR Architecture</a></strong>: A detailed overview of how CDCR works.</p></li><li><p><strong><a href="cdcr-config.html#cdcr-config">CDCR Configuration</a></strong>: How to set up and initialize CDCR for your cluster.</p></li><li><p><strong><a href="cdcr-operations.html#cdcr-operations">CDCR Operations</a></strong>: Information on monitoring CDCR and upgrading your cluster when using CDCR.</p></li><li><p><strong><a href="cdcr-api.html#cdcr-api">CDCR API</a></strong>: Reference for the CDCR API.</p></li></ul></div></section>
 <section class="sect1"><h2 id="cdcr-glossary">CDCR Glossary</h2><p>For the purposes of discussing CDCR, the following terminology is used. If you are already familiar with SolrCloud, many of these terms will already be familiar to you.</p>
 <div class="dlist glossary"><dl><dt>Node</dt><dd>A JVM instance running Solr; a server.</dd><dt>Cluster</dt><dd>A set of Solr nodes managed as a single unit by a ZooKeeper ensemble hosting one or more Collections.</dd><dt>Data Center</dt><dd>A group of networked servers hosting a Solr cluster. For CDCR, the terms <em>Cluster</em> and <em>Data Center</em> are interchangeable as we assume that each Solr cluster is hosted in a different group of networked servers.</dd><dt>Shard</dt><dd>A sub-index of a single logical collection. This may be spread across multiple nodes of the cluster. Each shard can have 1-N replicas.</dd><dt>Leader</dt><dd>Each shard has replica identified as its leader. All the writes for documents belonging to a shard are routed through the leader.</dd><dt>Replica</dt><dd>A copy of a shard for use in failover or load balancing. Replicas comprising a shard can either be leaders or non-leaders.</dd><dt>Follower</dt><dd>A convenience term for a replica that is <em>not<
 /em> the leader of a shard.</dd><dt>Collection</dt><dd>A logical index, consisting of one or more shards. A cluster can have multiple collections.</dd><dt>Update</dt><dd>An operation that changes the collection&#8217;s index in any way. This could be adding a new document, deleting documents or changing a document.</dd><dt>Update Log(s)</dt><dd>An append-only log of write operations maintained by each node.</dd></dl></div></section>
   </section>
@@ -1706,7 +1707,7 @@ This feature (in its current form) is de
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/curve-fitting.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/curve-fitting.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/curve-fitting.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Curve Fitting | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Curve Fitting | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="curve-fitting">
+<body class="" id="curve-fitting">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1830,7 +1825,7 @@ for the x-axis.</p>
 returns the smoothed values at each control point. The return value is also a model which can be used by
 the <code>predict</code>, <code>derivative</code> and <code>integrate</code> functions.</p>
 <p>There are also three helper functions that can be used to retrieve the estimated parameters of the fitted model:</p>
-<div class="ulist"><ul><li><code>getAmplitude</code>: Returns the amplitude of the sine wave.</li><li><code>getAngularFrequency</code>: Returns the angular frequency of the sine wave.</li><li><code>getPhase</code>: Returns the phase of the sine wave.</li></ul></div>
+<div class="ulist"><ul><li><p><code>getAmplitude</code>: Returns the amplitude of the sine wave.</p></li><li><p><code>getAngularFrequency</code>: Returns the angular frequency of the sine wave.</p></li><li><p><code>getPhase</code>: Returns the phase of the sine wave.</p></li></ul></div>
 <div class="admonitionblock note">
 <table>
 <tr>
@@ -1986,7 +1981,7 @@ responds with:</p>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/datadir-and-directoryfactory-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/datadir-and-directoryfactory-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/datadir-and-directoryfactory-in-solrconfig.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>DataDir and DirectoryFactory in SolrConfig | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>DataDir and DirectoryFactory in SolrConfig | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="datadir-and-directoryfactory-in-solrconfig">
+<body class="" id="datadir-and-directoryfactory-in-solrconfig">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1725,7 +1720,7 @@ element <code>&lt;solrDataHome&gt;</code
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/dataimport-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/dataimport-screen.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/dataimport-screen.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Dataimport Screen | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Dataimport Screen | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="dataimport-screen">
+<body class="" id="dataimport-screen">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1702,7 +1697,7 @@ The Data Import Handler is deprecated as
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/de-duplication.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/de-duplication.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/de-duplication.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>De-Duplication | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>De-Duplication | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="de-duplication">
+<body class="" id="de-duplication">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1665,7 +1660,7 @@
   <section class="content">
      <section id="preamble" aria-label="Preamble"><p>If duplicate, or near-duplicate documents are a concern in your index, de-duplication may be worth implementing.</p>
 <p>Preventing duplicate or near duplicate documents from entering an index or tagging documents with a signature/fingerprint for duplicate field collapsing can be efficiently achieved with a low collision or fuzzy hash algorithm. Solr natively supports de-duplication techniques of this type via the <code>Signature</code> class and allows for the easy addition of new hash/signature implementations. A Signature can be implemented in a few ways:</p>
-<div class="ulist"><ul><li>MD5Signature: 128-bit hash used for exact duplicate detection.</li><li>Lookup3Signature: 64-bit hash used for exact duplicate detection. This is much faster than MD5 and smaller to index.</li><li><a href="https://cwiki.apache.org/confluence/display/solr/TextProfileSignature">TextProfileSignature</a>: Fuzzy hashing implementation from Apache Nutch for near duplicate detection. It&#8217;s tunable but works best on longer text.</li></ul></div>
+<div class="ulist"><ul><li><p>MD5Signature: 128-bit hash used for exact duplicate detection.</p></li><li><p>Lookup3Signature: 64-bit hash used for exact duplicate detection. This is much faster than MD5 and smaller to index.</p></li><li><p><a href="https://cwiki.apache.org/confluence/display/solr/TextProfileSignature">TextProfileSignature</a>: Fuzzy hashing implementation from Apache Nutch for near duplicate detection. It&#8217;s tunable but works best on longer text.</p></li></ul></div>
 <p>Other, more sophisticated algorithms for fuzzy/near hashing can be added later.</p>
 <div class="admonitionblock important">
 <table>
@@ -1695,7 +1690,7 @@
 <span style="color: #000080">&lt;/updateRequestProcessorChain&gt;</span></code></pre></code></pre></div>
 <p>The <code>SignatureUpdateProcessorFactory</code> takes several properties:</p>
 <div class="dlist"><dl><dt>signatureClass</dt><dd><p>A Signature implementation for generating a signature hash. The default is <code>org.apache.solr.update.processor.Lookup3Signature</code>.</p><p>The full classpath of the implementation must be specified. The available options are described above, the associated classpaths to use are:</p>
-<ul><li><code>org.apache.solr.update.processor.Lookup3Signature</code></li><li><code>org.apache.solr.update.processor.MD5Signature</code></li><li><code>org.apache.solr.update.process.TextProfileSignature</code></li></ul></dd><dt>fields</dt><dd>The fields to use to generate the signature hash in a comma separated list. By default, all fields on the document will be used.</dd><dt>signatureField</dt><dd>The name of the field used to hold the fingerprint/signature. The field should be defined in <code>schema.xml</code>. The default is <code>signatureField</code>.</dd><dt>enabled</dt><dd>Set to <strong>false</strong> to disable de-duplication processing. The default is <strong>true</strong>.</dd><dt>overwriteDupes</dt><dd>If true, the default, when a document exists that already matches this signature, it will be overwritten.</dd></dl></div></section>
+<ul><li><p><code>org.apache.solr.update.processor.Lookup3Signature</code></p></li><li><p><code>org.apache.solr.update.processor.MD5Signature</code></p></li><li><p><code>org.apache.solr.update.process.TextProfileSignature</code></p></li></ul></dd><dt>fields</dt><dd>The fields to use to generate the signature hash in a comma separated list. By default, all fields on the document will be used.</dd><dt>signatureField</dt><dd>The name of the field used to hold the fingerprint/signature. The field should be defined in <code>schema.xml</code>. The default is <code>signatureField</code>.</dd><dt>enabled</dt><dd>Set to <strong>false</strong> to disable de-duplication processing. The default is <strong>true</strong>.</dd><dt>overwriteDupes</dt><dd>If true, the default, when a document exists that already matches this signature, it will be overwritten.</dd></dl></div></section>
 <section class="sect2"><h3 id="in-schema-xml">In schema.xml</h3><p>If you are using a separate field for storing the signature, you must have it indexed:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code><span style="color: #000080">&lt;field</span> <span style="color: #008080">name=</span><span style="color: #d14">"signatureField"</span> <span style="color: #008080">type=</span><span style="color: #d14">"string"</span> <span style="color: #008080">stored=</span><span style="color: #d14">"true"</span> <span style="color: #008080">indexed=</span><span style="color: #d14">"true"</span> <span style="color: #008080">multiValued=</span><span style="color: #d14">"false"</span> <span style="color: #000080">/&gt;</span></code></pre></code></pre></div>
 <p>Be sure to change your update handlers to use the defined chain, as below:</p>
@@ -1747,7 +1742,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/defining-core-properties.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/defining-core-properties.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/defining-core-properties.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Defining core.properties | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Defining core.properties | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="defining-core-properties">
+<body class="" id="defining-core-properties">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1720,7 +1715,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/defining-fields.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/defining-fields.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/defining-fields.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Defining Fields | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Defining Fields | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="defining-fields">
+<body class="" id="defining-fields">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1696,7 +1691,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/deployment-and-operations.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/deployment-and-operations.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/deployment-and-operations.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Deployment and Operations | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Deployment and Operations | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="deployment-and-operations">
+<body class="" id="deployment-and-operations">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1695,7 +1690,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/detecting-languages-during-indexing.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/detecting-languages-during-indexing.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/detecting-languages-during-indexing.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Detecting Languages During Indexing | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Detecting Languages During Indexing | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="detecting-languages-during-indexing">
+<body class="" id="detecting-languages-during-indexing">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1667,7 +1662,7 @@
   <section class="content">
      <section id="preamble" aria-label="Preamble"><p>Solr can identify languages and map text to language-specific fields during indexing using the <code>langid</code> UpdateRequestProcessor.</p>
 <p>Solr supports three implementations of this feature:</p>
-<div class="ulist"><ul><li>Tika&#8217;s language detection feature: <a class="bare" href="https://tika.apache.org/1.24/detection.html">https://tika.apache.org/1.24/detection.html</a></li><li>LangDetect language detection: <a class="bare" href="https://github.com/shuyo/language-detection">https://github.com/shuyo/language-detection</a></li><li>OpenNLP language detection: <a class="bare" href="http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.langdetect">http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.langdetect</a></li></ul></div>
+<div class="ulist"><ul><li><p>Tika&#8217;s language detection feature: <a class="bare" href="https://tika.apache.org/1.24/detection.html">https://tika.apache.org/1.24/detection.html</a></p></li><li><p>LangDetect language detection: <a class="bare" href="https://github.com/shuyo/language-detection">https://github.com/shuyo/language-detection</a></p></li><li><p>OpenNLP language detection: <a class="bare" href="http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.langdetect">http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.langdetect</a></p></li></ul></div>
 <p>You can see a comparison between the Tika and LangDetect implementations here: <a class="bare" href="http://blog.mikemccandless.com/2011/10/accuracy-and-performance-of-googles.html">http://blog.mikemccandless.com/2011/10/accuracy-and-performance-of-googles.html</a>. In general, the LangDetect implementation supports more languages with higher performance.</p>
 <p>For specific information on each of these language identification implementations, including a list of supported languages for each, see the relevant project websites.</p>
 <p>For more information about language analysis in Solr, see <a href="language-analysis.html#language-analysis">Language Analysis</a>.</p></section>
@@ -1730,7 +1725,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/distributed-requests.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/distributed-requests.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/distributed-requests.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Distributed Requests | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Distributed Requests | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="distributed-requests">
+<body class="" id="distributed-requests">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1708,7 +1703,7 @@ In SolrCloud mode, if at least one node
 </table>
 </div></dd></dl></div></section>
 <section class="sect1"><h2 id="distributedidf">Configuring statsCache (Distributed IDF)</h2><p>Document and term statistics are needed in order to calculate relevancy. Solr provides four implementations out of the box when it comes to document stats calculation:</p>
-<div class="ulist"><ul><li><code>LocalStatsCache</code>: This only uses local term and document statistics to compute relevance. In cases with uniform term distribution across shards, this works reasonably well. This option is the default if no <code>&lt;statsCache&gt;</code> is configured.</li><li><code>ExactStatsCache</code>: This implementation uses global values (across the collection) for document frequency.</li><li><code>ExactSharedStatsCache</code>: This is exactly like the exact stats cache in its functionality but the global stats are reused for subsequent requests with the same terms.</li><li><code>LRUStatsCache</code>: This implementation uses an LRU cache to hold global stats, which are shared between requests.</li></ul></div>
+<div class="ulist"><ul><li><p><code>LocalStatsCache</code>: This only uses local term and document statistics to compute relevance. In cases with uniform term distribution across shards, this works reasonably well. This option is the default if no <code>&lt;statsCache&gt;</code> is configured.</p></li><li><p><code>ExactStatsCache</code>: This implementation uses global values (across the collection) for document frequency.</p></li><li><p><code>ExactSharedStatsCache</code>: This is exactly like the exact stats cache in its functionality but the global stats are reused for subsequent requests with the same terms.</p></li><li><p><code>LRUStatsCache</code>: This implementation uses an LRU cache to hold global stats, which are shared between requests.</p></li></ul></div>
 <p>The implementation can be selected by setting <code>&lt;statsCache&gt;</code> in <code>solrconfig.xml</code>. For example, the following line makes Solr use the <code>ExactStatsCache</code> implementation:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code><span style="color: #000080">&lt;statsCache</span> <span style="color: #008080">class=</span><span style="color: #d14">"org.apache.solr.search.stats.ExactStatsCache"</span><span style="color: #000080">/&gt;</span></code></pre></code></pre></div></section>
 <section class="sect1"><h2 id="avoiding-distributed-deadlock">Avoiding Distributed Deadlock</h2><p>Each shard serves top-level query requests and then makes sub-requests to all of the other shards. Care should be taken to ensure that the max number of threads serving HTTP requests is greater than the possible number of requests from both top-level clients and other shards. If this is not the case, the configuration may result in a distributed deadlock.</p>
@@ -1737,14 +1732,14 @@ In SolrCloud mode, if at least one node
 <p><code>stable:dividend:_paramName_</code> parses an integer from the value associated with the given parameter name; this integer is used as the dividend (mod equivalent replica count) to determine (via list rotation) order of preference among equivalent replicas.</p>
 <p><code>stable[:hash[:_paramName_]]</code> the string value associated with the given parameter name is hashed to a dividend that is used to determine replica preference order (analogous to the explicit <code>dividend</code> property above); <code><em>paramName</em></code> defaults to <code>q</code> if not specified, providing stable routing keyed to the string value of the "main query". Note that this may be inappropriate for some use cases (e.g., static main queries that leverage parameter substitution)</p></dd><dt><code>node.sysprop</code></dt><dd>Query will be routed to nodes with same defined system properties as the current one. For example, if you start Solr nodes on different racks, you&#8217;ll want to identify those nodes by a <a href="configuring-solrconfig-xml.html#jvm-system-properties">system property</a> (e.g., <code>-Drack=rack1</code>). Then, queries can contain <code>shards.preference=node.sysprop:sysprop.rack</code>, to make sure you always hit shards with the sa
 me value of <code>rack</code>.</dd></dl></div>
 <p>Examples:</p>
-<div class="ulist"><ul><li>Prefer stable routing (keyed to client "sessionId" param) among otherwise equivalent replicas:
-<code>shards.preference=replica.base:stable:hash:sessionId&amp;sessionId=abc123</code></li><li>Prefer PULL replicas:
-<code>shards.preference=replica.type:PULL</code></li><li>Prefer PULL replicas, or TLOG replicas if PULL replicas not available:
-<code>shards.preference=replica.type:PULL,replica.type:TLOG</code></li><li>Prefer any local replicas:
-<code>shards.preference=replica.location:local</code></li><li>Prefer any replicas on a host called "server1" with "server2" as the secondary option:
-<code>shards.preference=replica.location:http://server1,replica.location:http://server2</code></li><li>Prefer PULL replicas if available, otherwise TLOG replicas, and local ones among those:
-<code>shards.preference=replica.type:PULL,replica.type:TLOG,replica.location:local</code></li><li>Prefer local replicas, and among them PULL replicas when available TLOG otherwise:
-<code>shards.preference=replica.location:local,replica.type:PULL,replica.type:TLOG</code></li></ul></div>
+<div class="ulist"><ul><li><p>Prefer stable routing (keyed to client "sessionId" param) among otherwise equivalent replicas:
+<code>shards.preference=replica.base:stable:hash:sessionId&amp;sessionId=abc123</code></p></li><li><p>Prefer PULL replicas:
+<code>shards.preference=replica.type:PULL</code></p></li><li><p>Prefer PULL replicas, or TLOG replicas if PULL replicas not available:
+<code>shards.preference=replica.type:PULL,replica.type:TLOG</code></p></li><li><p>Prefer any local replicas:
+<code>shards.preference=replica.location:local</code></p></li><li><p>Prefer any replicas on a host called "server1" with "server2" as the secondary option:
+<code>shards.preference=replica.location:http://server1,replica.location:http://server2</code></p></li><li><p>Prefer PULL replicas if available, otherwise TLOG replicas, and local ones among those:
+<code>shards.preference=replica.type:PULL,replica.type:TLOG,replica.location:local</code></p></li><li><p>Prefer local replicas, and among them PULL replicas when available TLOG otherwise:
+<code>shards.preference=replica.location:local,replica.type:PULL,replica.type:TLOG</code></p></li></ul></div>
 <p>Note that if you provide the settings in a query string, they need to be properly URL-encoded.</p></section>
   </section>
 
@@ -1775,7 +1770,7 @@ In SolrCloud mode, if at least one node
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/distributed-search-with-index-sharding.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/distributed-search-with-index-sharding.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/distributed-search-with-index-sharding.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Distributed Search with Index Sharding | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Distributed Search with Index Sharding | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="distributed-search-with-index-sharding">
+<body class="" id="distributed-search-with-index-sharding">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1692,10 +1687,10 @@
 <p>With Legacy mode, only query requests are distributed. This includes requests to the SearchHandler (or any handler extending from <code>org.apache.solr.handler.component.SearchHandler</code>) using standard components that support distributed search.</p>
 <p>As in SolrCloud mode, when <code>shards.info=true</code>, distributed responses will include information about the shard (where each shard represents a logically different index or physical location)</p>
 <p>The following components support distributed search:</p>
-<div class="ulist"><ul><li>The <strong>Query</strong> component, which returns documents matching a query</li><li>The <strong>Facet</strong> component, which processes facet.query and facet.field requests where facets are sorted by count (the default).</li><li>The <strong>Highlighting</strong> component, which enables Solr to include "highlighted" matches in field values.</li><li>The <strong>Stats</strong> component, which returns simple statistics for numeric fields within the DocSet.</li><li>The <strong>Debug</strong> component, which helps with debugging.</li></ul></div>
+<div class="ulist"><ul><li><p>The <strong>Query</strong> component, which returns documents matching a query</p></li><li><p>The <strong>Facet</strong> component, which processes facet.query and facet.field requests where facets are sorted by count (the default).</p></li><li><p>The <strong>Highlighting</strong> component, which enables Solr to include "highlighted" matches in field values.</p></li><li><p>The <strong>Stats</strong> component, which returns simple statistics for numeric fields within the DocSet.</p></li><li><p>The <strong>Debug</strong> component, which helps with debugging.</p></li></ul></div>
 <section class="sect2"><h3 id="shards-whitelist">Shards Whitelist</h3><p>The nodes allowed in the <code>shards</code> parameter is configurable through the <code>shardsWhitelist</code> property in <code>solr.xml</code>. This whitelist is automatically configured for SolrCloud but needs explicit configuration for master/slave mode. Read more details in the section <a href="distributed-requests.html#configuring-the-shardhandlerfactory">Configuring the ShardHandlerFactory</a>.</p></section></section>
 <section class="sect1"><h2 id="limitations-to-distributed-search">Limitations to Distributed Search</h2><p>Distributed searching in Solr has the following limitations:</p>
-<div class="ulist"><ul><li>Each document indexed must have a unique key.</li><li>If Solr discovers duplicate document IDs, Solr selects the first document and discards subsequent documents.</li><li>The index for distributed searching may become momentarily out of sync if a commit happens between the first and second phase of the distributed search. This might cause a situation where a document that once matched a query and was subsequently changed may no longer match the query but will still be retrieved. This situation is expected to be quite rare, however, and is only possible for a single query request.</li><li>The number of shards is limited by number of characters allowed for GET method&#8217;s URI; most Web servers generally support at least 4000 characters, but many servers limit URI length to reduce their vulnerability to Denial of Service (DoS) attacks.</li><li>Shard information can be returned with each document in a distributed search by including <code>fl=id, [shard]</co
 de> in the search request. This returns the shard URL.</li><li>In a distributed search, the data directory from the core descriptor overrides any data directory in <code>solrconfig.xml.</code></li><li>Update commands may be sent to any server with distributed indexing configured correctly. Document adds and deletes are forwarded to the appropriate server/shard based on a hash of the unique document id. <strong>commit</strong> commands and <strong>deleteByQuery</strong> commands are sent to every server in <code>shards</code>.</li></ul></div>
+<div class="ulist"><ul><li><p>Each document indexed must have a unique key.</p></li><li><p>If Solr discovers duplicate document IDs, Solr selects the first document and discards subsequent documents.</p></li><li><p>The index for distributed searching may become momentarily out of sync if a commit happens between the first and second phase of the distributed search. This might cause a situation where a document that once matched a query and was subsequently changed may no longer match the query but will still be retrieved. This situation is expected to be quite rare, however, and is only possible for a single query request.</p></li><li><p>The number of shards is limited by number of characters allowed for GET method&#8217;s URI; most Web servers generally support at least 4000 characters, but many servers limit URI length to reduce their vulnerability to Denial of Service (DoS) attacks.</p></li><li><p>Shard information can be returned with each document in a distributed search by inc
 luding <code>fl=id, [shard]</code> in the search request. This returns the shard URL.</p></li><li><p>In a distributed search, the data directory from the core descriptor overrides any data directory in <code>solrconfig.xml.</code></p></li><li><p>Update commands may be sent to any server with distributed indexing configured correctly. Document adds and deletes are forwarded to the appropriate server/shard based on a hash of the unique document id. <strong>commit</strong> commands and <strong>deleteByQuery</strong> commands are sent to every server in <code>shards</code>.</p></li></ul></div>
 <p>Formerly a limitation was that TF/IDF relevancy computations only used shard-local statistics. This is still the case by default. If your data isn&#8217;t randomly distributed, or if you want more exact statistics, then remember to configure the ExactStatsCache.</p></section>
 <section class="sect1"><h2 id="avoiding-distributed-deadlock-with-distributed-search">Avoiding Distributed Deadlock with Distributed Search</h2><p>Like in SolrCloud mode, inter-shard requests could lead to a distributed deadlock. It can be avoided by following the instructions in the section  <a href="distributed-requests.html#distributed-requests">Distributed Requests</a>.</p></section>
 <section class="sect1"><h2 id="testing-index-sharding-on-two-local-servers">Testing Index Sharding on Two Local Servers</h2><p>For simple functional testing, it&#8217;s easiest to just set up two local Solr servers on different ports. (In a production environment, of course, these servers would be deployed on separate machines.)</p>
@@ -1773,7 +1768,7 @@ bin/post -c core1 example/exampledocs/mo
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/documents-fields-and-schema-design.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/documents-fields-and-schema-design.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/documents-fields-and-schema-design.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Documents, Fields, and Schema Design | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Documents, Fields, and Schema Design | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="documents-fields-and-schema-design">
+<body class="" id="documents-fields-and-schema-design">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1697,7 +1692,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/documents-screen.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/documents-screen.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/documents-screen.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Documents Screen | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Documents Screen | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="documents-screen">
+<body class="" id="documents-screen">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1666,7 +1661,7 @@
 <figure class="imageblock"><img src="images/documents-screen/documents_add_screen.png" alt="image" height="400">
 <figcaption>Figure 1. The Documents Screen</figcaption></figure>
 <p>The screen allows you to:</p>
-<div class="ulist"><ul><li>Submit JSON, CSV or XML documents in Solr-specific format for indexing</li><li>Upload documents (in JSON, CSV or XML) for indexing</li><li>Construct documents by selecting fields and field values</li></ul></div>
+<div class="ulist"><ul><li><p>Submit JSON, CSV or XML documents in Solr-specific format for indexing</p></li><li><p>Upload documents (in JSON, CSV or XML) for indexing</p></li><li><p>Construct documents by selecting fields and field values</p></li></ul></div>
 <div class="admonitionblock tip">
 <table>
 <tr>
@@ -1675,12 +1670,12 @@
 </td>
 <td class="content">
 <p>There are other ways to load data, see also these sections:</p>
-<div class="ulist"><ul><li><a href="uploading-data-with-index-handlers.html#uploading-data-with-index-handlers">Uploading Data with Index Handlers</a></li><li><a href="uploading-data-with-solr-cell-using-apache-tika.html#uploading-data-with-solr-cell-using-apache-tika">Uploading Data with Solr Cell using Apache Tika</a></li></ul></div>
+<div class="ulist"><ul><li><p><a href="uploading-data-with-index-handlers.html#uploading-data-with-index-handlers">Uploading Data with Index Handlers</a></p></li><li><p><a href="uploading-data-with-solr-cell-using-apache-tika.html#uploading-data-with-solr-cell-using-apache-tika">Uploading Data with Solr Cell using Apache Tika</a></p></li></ul></div>
 </td>
 </tr>
 </table>
 </div></section>
-<section class="sect1"><h2 id="common-fields">Common Fields</h2><div class="ulist"><ul><li>Request-Handler: The first step is to define the RequestHandler. By default <code>/update</code> will be defined. Change the request handler to <code>/update/extract</code> to use Solr Cell.</li><li>Document Type: Select the Document Type to define the format of document to load. The remaining parameters may change depending on the document type selected.</li><li>Document(s): Enter a properly-formatted Solr document corresponding to the <code>Document Type</code> selected. XML and JSON documents must be formatted in a Solr-specific format, a small illustrative document will be shown. CSV files should have headers corresponding to fields defined in the schema. More details can be found at: <a href="uploading-data-with-index-handlers.html#uploading-data-with-index-handlers">Uploading Data with Index Handlers</a>.</li><li>Commit Within: Specify the number of milliseconds between the time the docu
 ment is submitted and when it is available for searching.</li><li>Overwrite: If <code>true</code> the new document will replace an existing document with the same value in the <code>id</code> field. If <code>false</code> multiple documents with the same id can be added.</li></ul></div>
+<section class="sect1"><h2 id="common-fields">Common Fields</h2><div class="ulist"><ul><li><p>Request-Handler: The first step is to define the RequestHandler. By default <code>/update</code> will be defined. Change the request handler to <code>/update/extract</code> to use Solr Cell.</p></li><li><p>Document Type: Select the Document Type to define the format of document to load. The remaining parameters may change depending on the document type selected.</p></li><li><p>Document(s): Enter a properly-formatted Solr document corresponding to the <code>Document Type</code> selected. XML and JSON documents must be formatted in a Solr-specific format, a small illustrative document will be shown. CSV files should have headers corresponding to fields defined in the schema. More details can be found at: <a href="uploading-data-with-index-handlers.html#uploading-data-with-index-handlers">Uploading Data with Index Handlers</a>.</p></li><li><p>Commit Within: Specify the number of milliseconds b
 etween the time the document is submitted and when it is available for searching.</p></li><li><p>Overwrite: If <code>true</code> the new document will replace an existing document with the same value in the <code>id</code> field. If <code>false</code> multiple documents with the same id can be added.</p></li></ul></div>
 <div class="admonitionblock tip">
 <table>
 <tr>
@@ -1700,7 +1695,7 @@
 <p>Other document types (e.g., Word, PDF, etc.) can be indexed using the ExtractingRequestHandler (aka, Solr Cell). You must modify the RequestHandler to <code>/update/extract</code>, which must be defined in your <code>solrconfig.xml</code> file with your desired defaults. You should also add <code>&amp;literal.id</code> shown in the "Extracting Request Handler Params" field so the file chosen is given a unique id.
 More information can be found at:  <a href="uploading-data-with-solr-cell-using-apache-tika.html#uploading-data-with-solr-cell-using-apache-tika">Uploading Data with Solr Cell using Apache Tika</a></p></section>
 <section class="sect1"><h2 id="solr-command">Solr Command</h2><p>The Solr Command option allows you use the <code>/update</code> request handler with XML or JSON formatted commands to perform specific actions. A few examples are:</p>
-<div class="ulist"><ul><li>Deleting documents</li><li>Updating only certain fields of documents</li><li>Issuing commit commands on the index</li></ul></div></section>
+<div class="ulist"><ul><li><p>Deleting documents</p></li><li><p>Updating only certain fields of documents</p></li><li><p>Issuing commit commands on the index</p></li></ul></div></section>
   </section>
 
 
@@ -1730,7 +1725,7 @@ More information can be found at:  <a hr
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/docvalues.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/docvalues.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/docvalues.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>DocValues | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>DocValues | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="docvalues">
+<body class="" id="docvalues">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1685,7 +1680,7 @@ If you have already indexed data into yo
 </table>
 </div>
 <p>DocValues are only available for specific field types. The types chosen determine the underlying Lucene docValue type that will be used. The available Solr field types are:</p>
-<div class="ulist"><ul><li><code>StrField</code>, and <code>UUIDField</code>:<ul><li>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>SORTED</code> type.</li><li>If the field is multi-valued, Lucene will use the <code>SORTED_SET</code> type. Entries are kept in sorted order and duplicates are removed.</li></ul></li><li><code>BoolField</code>:<ul><li>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>SORTED</code> type.</li><li>If the field is multi-valued, Lucene will use the <code>SORTED_SET</code> type. Entries are kept in sorted order and duplicates are removed.</li></ul></li><li>Any <code>*PointField</code> Numeric or Date fields, <code>EnumFieldType</code>, and <code>CurrencyFieldType</code>:<ul><li>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>NUMERIC</code> type.</li><li>If the field is multi-valued, Lucene will use the <code>SORTED_NUMERIC</code> type. Entries a
 re kept in sorted order and duplicates are kept.</li></ul></li><li>Any of the deprecated <code>Trie*</code> Numeric or Date fields, <code>EnumField</code> and <code>CurrencyField</code>:<ul><li>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>NUMERIC</code> type.</li><li>If the field is multi-valued, Lucene will use the <code>SORTED_SET</code> type. Entries are kept in sorted order and duplicates are removed.</li></ul></li></ul></div>
+<div class="ulist"><ul><li><p><code>StrField</code>, and <code>UUIDField</code>:<ul><li><p>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>SORTED</code> type.</p></li><li><p>If the field is multi-valued, Lucene will use the <code>SORTED_SET</code> type. Entries are kept in sorted order and duplicates are removed.</p></li></ul></p></li><li><p><code>BoolField</code>:<ul><li><p>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>SORTED</code> type.</p></li><li><p>If the field is multi-valued, Lucene will use the <code>SORTED_SET</code> type. Entries are kept in sorted order and duplicates are removed.</p></li></ul></p></li><li><p>Any <code>*PointField</code> Numeric or Date fields, <code>EnumFieldType</code>, and <code>CurrencyFieldType</code>:<ul><li><p>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>NUMERIC</code> type.</p></li><li><p>If the field is multi-valued, Lucene w
 ill use the <code>SORTED_NUMERIC</code> type. Entries are kept in sorted order and duplicates are kept.</p></li></ul></p></li><li><p>Any of the deprecated <code>Trie*</code> Numeric or Date fields, <code>EnumField</code> and <code>CurrencyField</code>:<ul><li><p>If the field is single-valued (i.e., multi-valued is false), Lucene will use the <code>NUMERIC</code> type.</p></li><li><p>If the field is multi-valued, Lucene will use the <code>SORTED_SET</code> type. Entries are kept in sorted order and duplicates are removed.</p></li></ul></p></li></ul></div>
 <p>These Lucene types are related to how the <a href="https://lucene.apache.org/core/8_6_0//core/org/apache/lucene/index/DocValuesType.html">values are sorted and stored</a>.</p>
 <p>There is an additional configuration option available, which is to modify the <code>docValuesFormat</code> <a href="field-type-definitions-and-properties.html#docvaluesformat">used by the field type</a>. The default implementation employs a mixture of loading some things into memory and keeping some on disk. In some cases, however, you may choose to specify an alternative <a href="https://lucene.apache.org/core/8_6_0//core/org/apache/lucene/codecs/DocValuesFormat.html">DocValuesFormat implementation</a>. For example, you could choose to keep everything in memory by specifying <code>docValuesFormat="Direct"</code> on a field type:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code><span style="color: #000080">&lt;fieldType</span> <span style="color: #008080">name=</span><span style="color: #d14">"string_in_mem_dv"</span> <span style="color: #008080">class=</span><span style="color: #d14">"solr.StrField"</span> <span style="color: #008080">docValues=</span><span style="color: #d14">"true"</span> <span style="color: #008080">docValuesFormat=</span><span style="color: #d14">"Direct"</span> <span style="color: #000080">/&gt;</span></code></pre></code></pre></div>
@@ -1737,7 +1732,7 @@ Lucene index back-compatibility is only
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/dsp.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/dsp.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/dsp.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Digital Signal Processing | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Digital Signal Processing | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="dsp">
+<body class="" id="dsp">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -2210,7 +2205,7 @@ shows that there is considerable noise a
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/dynamic-fields.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/dynamic-fields.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/dynamic-fields.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Dynamic Fields | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Dynamic Fields | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="dynamic-fields">
+<body class="" id="dynamic-fields">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1692,7 +1687,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/enabling-ssl.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/enabling-ssl.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/enabling-ssl.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Enabling SSL | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Enabling SSL | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="enabling-ssl">
+<body class="" id="enabling-ssl">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1948,7 +1943,7 @@ java -Djavax.net.ssl.keyStorePassword<sp
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/errata.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/errata.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/errata.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Errata | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Errata | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="errata">
+<body class="" id="errata">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1693,7 +1688,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_6/exporting-result-sets.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/exporting-result-sets.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/exporting-result-sets.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Exporting Result Sets | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Exporting Result Sets | Apache Solr Reference Guide 8.6</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -71,7 +71,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="exporting-result-sets">
+<body class="" id="exporting-result-sets">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -79,11 +79,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.6.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -1723,7 +1718,7 @@ handler parameter).</p>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2020 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.6-DRAFT <br />Site last generated: 2020-07-08 <br />
+ Site Version: 8.6 <br />Site last generated: 2020-07-15 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>