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 [20/28] - in /websites/production/lucene/content/solr/guide/8_6: ./ meta-docs/

Modified: websites/production/lucene/content/solr/guide/8_6/solr-control-script-reference.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-control-script-reference.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-control-script-reference.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr Control Script Reference | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr Control Script Reference | 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="solr-control-script-reference">
+<body class="" id="solr-control-script-reference">
 <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,8 +1720,8 @@
 <p>If you are already running a ZooKeeper ensemble that you want to use instead of the embedded (single-node) ZooKeeper, you should also either specify <code>ZK_HOST</code> in <code>solr.in.sh</code>/<code>solr.in.cmd</code> (see <a href="setting-up-an-external-zookeeper-ensemble.html#updating-solr-include-files">instructions</a>) or pass the -z parameter.</p>
 <p>For more details, see the section <a href="#solrcloud-mode">SolrCloud Mode</a> below.</p>
 <p><strong>Example</strong>: <code>bin/solr start -c</code></p></dd><dt><code>-d &lt;dir&gt;</code></dt><dd><p>Define a server directory, defaults to <code>server</code> (as in, <code>$SOLR_HOME/server</code>). It is uncommon to override this option. When running multiple instances of Solr on the same host, it is more common to use the same server directory for each instance and use a unique Solr home directory using the -s option.</p><p><strong>Example</strong>: <code>bin/solr start -d newServerDir</code></p></dd><dt><code>-e &lt;name&gt;</code></dt><dd><p>Start Solr with an example configuration. These examples are provided to help you get started faster with Solr generally, or just try a specific feature.</p><p>The available options are:</p>
-<ul><li>cloud</li><li>techproducts</li><li>dih</li><li><p>schemaless</p><p>See the section <a href="#running-with-example-configurations">Running with Example Configurations</a> below for more details on the example configurations.</p>
-<p><strong>Example</strong>: <code>bin/solr start -e schemaless</code></p></li></ul></dd><dt><code>-f</code></dt><dd><p>Start Solr in the foreground; you cannot use this option when running examples with the -e option.</p><p><strong>Example</strong>: <code>bin/solr start -f</code></p></dd><dt><code>-h &lt;hostname&gt;</code></dt><dd><p>Start Solr with the defined hostname. If this is not specified, 'localhost' will be assumed.</p><p><strong>Example</strong>: <code>bin/solr start -h search.mysolr.com</code></p></dd><dt><code>-m &lt;memory&gt;</code></dt><dd><p>Start Solr with the defined value as the min (-Xms) and max (-Xmx) heap size for the JVM.</p><p><strong>Example</strong>: <code>bin/solr start -m 1g</code></p></dd><dt><code>-noprompt</code></dt><dd><p>Start Solr and suppress any prompts that may be seen with another option. This would have the side effect of accepting all defaults implicitly.</p><p>For example, when using the "cloud" example, an interactive session guides you 
 through several options for your SolrCloud cluster. If you want to accept all of the defaults, you can simply add the -noprompt option to your request.</p>
+<ul><li><p>cloud</p></li><li><p>techproducts</p></li><li><p>dih</p></li><li><p><p>schemaless</p><p>See the section <a href="#running-with-example-configurations">Running with Example Configurations</a> below for more details on the example configurations.</p>
+<p><strong>Example</strong>: <code>bin/solr start -e schemaless</code></p></p></li></ul></dd><dt><code>-f</code></dt><dd><p>Start Solr in the foreground; you cannot use this option when running examples with the -e option.</p><p><strong>Example</strong>: <code>bin/solr start -f</code></p></dd><dt><code>-h &lt;hostname&gt;</code></dt><dd><p>Start Solr with the defined hostname. If this is not specified, 'localhost' will be assumed.</p><p><strong>Example</strong>: <code>bin/solr start -h search.mysolr.com</code></p></dd><dt><code>-m &lt;memory&gt;</code></dt><dd><p>Start Solr with the defined value as the min (-Xms) and max (-Xmx) heap size for the JVM.</p><p><strong>Example</strong>: <code>bin/solr start -m 1g</code></p></dd><dt><code>-noprompt</code></dt><dd><p>Start Solr and suppress any prompts that may be seen with another option. This would have the side effect of accepting all defaults implicitly.</p><p>For example, when using the "cloud" example, an interactive session guides 
 you through several options for your SolrCloud cluster. If you want to accept all of the defaults, you can simply add the -noprompt option to your request.</p>
 <p><strong>Example</strong>: <code>bin/solr start -e cloud -noprompt</code></p></dd><dt><code>-p &lt;port&gt;</code></dt><dd><p>Start Solr on the defined port. If this is not specified, '8983' will be used.</p><p><strong>Example</strong>: <code>bin/solr start -p 8655</code></p></dd><dt><code>-s &lt;dir&gt;</code></dt><dd><p>Sets the <code>solr.solr.home</code> system property; Solr will create core directories under this directory. This allows you to run multiple Solr instances on the same host while reusing the same server directory set using the <code>-d</code> parameter.</p><p>If set, the specified directory should contain a <code>solr.xml</code> file, unless <code>solr.xml</code> exists in ZooKeeper. The default value is <code>server/solr</code>.</p>
 <p>This parameter is ignored when running examples (<code>-e</code>), as the <code>solr.solr.home</code> depends on which example is run.</p>
 <p><strong>Example</strong>: <code>bin/solr start -s newHome</code></p></dd><dt><code>-v</code></dt><dd><p>Be more verbose. This changes the logging level of log4j from <code>INFO</code> to <code>DEBUG</code>, having the same effect as if you edited <code>log4j2.xml</code> accordingly.</p><p><strong>Example</strong>: <code>bin/solr start -f -v</code></p></dd><dt><code>-q</code></dt><dd><p>Be more quiet. This changes the logging level of log4j from <code>INFO</code> to <code>WARN</code>, having the same effect as if you edited <code>log4j2.xml</code> accordingly. This can be useful in a production setting where you want to limit logging to warnings and errors.</p><p><strong>Example</strong>: <code>bin/solr start -f -q</code></p></dd><dt><code>-V</code></dt><dd><p>Start Solr with verbose messages from the start script.</p><p><strong>Example</strong>: <code>bin/solr start -V</code></p></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>Start Solr with the defined ZooKeeper connection st
 ring. This option is only used with the -c option, to start Solr in SolrCloud mode. If <code>ZK_HOST</code> is not specified in <code>solr.in.sh</code>/<code>solr.in.cmd</code> and this option is not provided, Solr will start the embedded ZooKeeper instance and use that instance for SolrCloud operations.</p><p><strong>Example</strong>: <code>bin/solr start -c -z server1:2181,server2:2181</code></p></dd><dt><code>-force</code></dt><dd><p>If attempting to start Solr as the root user, the script will exit with a warning that running Solr as "root" can cause problems. It is possible to override this warning with the -force parameter.</p><p><strong>Example</strong>: <code>sudo bin/solr start -force</code></p></dd></dl></div>
@@ -1776,8 +1771,8 @@ To do this use the <code>mkroot</code> c
 <p>If you would prefer to manually modify a <code>schema.xml</code> file directly, you can change this default as described in the section <a href="schema-factory-definition-in-solrconfig.html#schema-factory-definition-in-solrconfig">Schema Factory Definition in SolrConfig</a>.</p>
 <p>Unless otherwise noted in the descriptions below, the examples do not enable <a href="solrcloud.html#solrcloud">SolrCloud</a> nor <a href="schemaless-mode.html#schemaless-mode">schemaless mode</a>.</p>
 <p>The following examples are provided:</p>
-<div class="ulist"><ul><li><p><strong>cloud</strong>: This example starts a 1-4 node SolrCloud cluster on a single machine. When chosen, an interactive session will start to guide you through options to select the initial configset to use, the number of nodes for your example cluster, the ports to use, and name of the collection to be created.</p><p>When using this example, you can choose from any of the available configsets found in <code>$SOLR_HOME/server/solr/configsets</code>.</p></li><li><p><strong>techproducts</strong>: This example starts Solr in standalone mode with a schema designed for the sample documents included in the <code>$SOLR_HOME/example/exampledocs</code> directory.</p><p>The configset used can be found in <code>$SOLR_HOME/server/solr/configsets/sample_techproducts_configs</code>.</p></li><li><p><strong>dih</strong>: This example starts Solr in standalone mode with the DataImportHandler (DIH) enabled and several example <code>dataconfig.xml</code> files pre-confi
 gured for different types of data supported with DIH (such as, database contents, email, RSS feeds, etc.).</p><p>The configset used is customized for DIH, and is found in <code>$SOLR_HOME/example/example-DIH/solr/conf</code>.</p>
-<p>For more information about DIH, see the section <a href="uploading-structured-data-store-data-with-the-data-import-handler.html#uploading-structured-data-store-data-with-the-data-import-handler">Uploading Structured Data Store Data with the Data Import Handler</a>.</p></li><li><p><strong>schemaless</strong>: This example starts Solr in standalone mode using a managed schema, as described in the section <a href="schema-factory-definition-in-solrconfig.html#schema-factory-definition-in-solrconfig">Schema Factory Definition in SolrConfig</a>, and provides a very minimal pre-defined schema. Solr will run in <a href="schemaless-mode.html#schemaless-mode">Schemaless Mode</a> with this configuration, where Solr will create fields in the schema on the fly and will guess field types used in incoming documents.</p><p>The configset used can be found in <code>$SOLR_HOME/server/solr/configsets/_default</code>.</p></li></ul></div>
+<div class="ulist"><ul><li><p><p><strong>cloud</strong>: This example starts a 1-4 node SolrCloud cluster on a single machine. When chosen, an interactive session will start to guide you through options to select the initial configset to use, the number of nodes for your example cluster, the ports to use, and name of the collection to be created.</p><p>When using this example, you can choose from any of the available configsets found in <code>$SOLR_HOME/server/solr/configsets</code>.</p></p></li><li><p><p><strong>techproducts</strong>: This example starts Solr in standalone mode with a schema designed for the sample documents included in the <code>$SOLR_HOME/example/exampledocs</code> directory.</p><p>The configset used can be found in <code>$SOLR_HOME/server/solr/configsets/sample_techproducts_configs</code>.</p></p></li><li><p><p><strong>dih</strong>: This example starts Solr in standalone mode with the DataImportHandler (DIH) enabled and several example <code>dataconfig.xml</code
 > files pre-configured for different types of data supported with DIH (such as, database contents, email, RSS feeds, etc.).</p><p>The configset used is customized for DIH, and is found in <code>$SOLR_HOME/example/example-DIH/solr/conf</code>.</p>
+<p>For more information about DIH, see the section <a href="uploading-structured-data-store-data-with-the-data-import-handler.html#uploading-structured-data-store-data-with-the-data-import-handler">Uploading Structured Data Store Data with the Data Import Handler</a>.</p></p></li><li><p><p><strong>schemaless</strong>: This example starts Solr in standalone mode using a managed schema, as described in the section <a href="schema-factory-definition-in-solrconfig.html#schema-factory-definition-in-solrconfig">Schema Factory Definition in SolrConfig</a>, and provides a very minimal pre-defined schema. Solr will run in <a href="schemaless-mode.html#schemaless-mode">Schemaless Mode</a> with this configuration, where Solr will create fields in the schema on the fly and will guess field types used in incoming documents.</p><p>The configset used can be found in <code>$SOLR_HOME/server/solr/configsets/_default</code>.</p></p></li></ul></div>
 <div class="admonitionblock important">
 <table>
 <tr>
@@ -1925,7 +1920,7 @@ For more information about Solr&#8217;s
 </table>
 </div>
 <p>The <code>bin/solr auth enable</code> command makes several changes to enable Basic Authentication:</p>
-<div class="ulist"><ul><li><p>Creates a <code>security.json</code> file and uploads it to ZooKeeper. The <code>security.json</code> file will look similar to:</p><div class="listingblock"><pre class="rouge highlight"><code class="language-json" data-lang="json"><pre class="highlight"><code><span style="background-color: #f8f8f8">{</span><span style="color: #bbbbbb">
+<div class="ulist"><ul><li><p><p>Creates a <code>security.json</code> file and uploads it to ZooKeeper. The <code>security.json</code> file will look similar to:</p><div class="listingblock"><pre class="rouge highlight"><code class="language-json" data-lang="json"><pre class="highlight"><code><span style="background-color: #f8f8f8">{</span><span style="color: #bbbbbb">
   </span><span style="color: #000080">"authentication"</span><span style="background-color: #f8f8f8">:{</span><span style="color: #bbbbbb">
    </span><span style="color: #000080">"blockUnknown"</span><span style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> </span><span style="color: #000000;font-weight: bold">false</span><span style="background-color: #f8f8f8">,</span><span style="color: #bbbbbb">
    </span><span style="color: #000080">"class"</span><span style="background-color: #f8f8f8">:</span><span style="color: #d14">"solr.BasicAuthPlugin"</span><span style="background-color: #f8f8f8">,</span><span style="color: #bbbbbb">
@@ -1940,9 +1935,9 @@ For more information about Solr&#8217;s
    </span><span style="background-color: #f8f8f8">],</span><span style="color: #bbbbbb">
    </span><span style="color: #000080">"user-role"</span><span style="background-color: #f8f8f8">:{</span><span style="color: #000080">"user"</span><span style="background-color: #f8f8f8">:</span><span style="color: #d14">"admin"</span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
   </span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
-</span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div></li><li><p>Adds two lines to <code>bin/solr.in.sh</code> or <code>bin\solr.in.cmd</code> to set the authentication type, and the path to <code>basicAuth.conf</code>:</p><div class="listingblock"><pre class="rouge highlight"><code># The following lines added by ./solr for enabling BasicAuth
+</span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div></p></li><li><p><p>Adds two lines to <code>bin/solr.in.sh</code> or <code>bin\solr.in.cmd</code> to set the authentication type, and the path to <code>basicAuth.conf</code>:</p><div class="listingblock"><pre class="rouge highlight"><code># The following lines added by ./solr for enabling BasicAuth
 SOLR_AUTH_TYPE="basic"
-SOLR_AUTHENTICATION_OPTS="-Dsolr.httpclient.config=/path/to/solr-8.6.0/server/solr/basicAuth.conf"</code></pre></div></li><li>Creates the file <code>server/solr/basicAuth.conf</code> to store the credential information that is used with <code>bin/solr</code> commands.</li></ul></div>
+SOLR_AUTHENTICATION_OPTS="-Dsolr.httpclient.config=/path/to/solr-8.6.0/server/solr/basicAuth.conf"</code></pre></div></p></li><li><p>Creates the file <code>server/solr/basicAuth.conf</code> to store the credential information that is used with <code>bin/solr</code> commands.</p></li></ul></div>
 <p>The command takes the following parameters:</p>
 <div class="dlist"><dl><dt><code>-credentials</code></dt><dd><p>The username and password in the format of <code>username:password</code> of the initial user.</p><p>If you prefer not to pass the username and password as an argument to the script, you can choose the <code>-prompt</code> option. Either <code>-credentials</code> or <code>-prompt</code> <strong>must</strong> be specified.</p></dd><dt><code>-prompt</code></dt><dd><p>If prompt is preferred, pass <strong>true</strong> as a parameter to request the script to prompt the user to enter a username and password.</p><p>Either <code>-credentials</code> or <code>-prompt</code> <strong>must</strong> be specified.</p></dd><dt><code>-blockUnknown</code></dt><dd>When <strong>true</strong>, blocks all unauthenticated users from accessing Solr. This defaults to <strong>false</strong>, which means unauthenticated users will still be able to access Solr.</dd><dt><code>-updateIncludeFileOnly</code></dt><dd>When <strong>true</strong>, only t
 he settings in <code>bin/solr.in.sh</code> or <code>bin\solr.in.cmd</code> will be updated, and <code>security.json</code> will not be created.</dd><dt><code>-z</code></dt><dd>Defines the ZooKeeper connect string. This is useful if you want to enable authentication before all your Solr nodes have come up.  Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</dd><dt><code>-d</code></dt><dd>Defines the Solr server directory, by default <code>$SOLR_HOME/server</code>. It is not common to need to override the default, and is only needed if you have customized the <code>$SOLR_HOME</code> directory path.</dd><dt><code>-s</code></dt><dd>Defines the location of <code>solr.solr.home</code>, which by default is <code>server/solr</code>. If you have multiple instances of Solr on the same host, or if you have customized the <code>$SOLR_HOME</code> directory path, you likely need to define this.</dd></dl></div></section>
 <section class="sect2"><h3 id="disabling-basic-authentication">Disabling Basic Authentication</h3><p>You can disable Basic Authentication with <code>bin/solr auth disable</code>.</p>
@@ -1983,7 +1978,7 @@ Solr should have been started at least o
 <p>If a pre-existing configuration set is specified, it will be overwritten in ZooKeeper.</p>
 <p><strong>Example</strong>: <code>-n myconfig</code></p></dd><dt><code>-d &lt;configset dir&gt;</code></dt><dd><p>The path of the configuration set to upload. It should have a <code>conf</code> directory immediately below it that in turn contains <code>solrconfig.xml</code> etc.</p><p>If just a name is supplied, <code>$SOLR_HOME/server/solr/configsets</code> will be checked for this name. An absolute path may be supplied instead.</p>
 <p><strong>Examples</strong>:</p>
-<ul><li><code>-d directory_under_configsets</code></li><li><code>-d /path/to/configset/source</code></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
+<ul><li><p><code>-d directory_under_configsets</code></p></li><li><p><code>-d /path/to/configset/source</code></p></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
 <p>An example of this command with all of the parameters is:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-bash" data-lang="bash"><pre class="highlight"><code>bin/solr zk upconfig -z 111.222.333.444:2181 -n mynewconfig -d /path/to/configset</code></pre></code></pre></div>
 <div class="admonitionblock warning">
@@ -2003,15 +1998,15 @@ Solr should have been started at least o
 <section class="sect3"><h4 id="zk-download-parameters">ZK Download Parameters</h4><p>All parameters listed below are required.</p>
 <div class="dlist"><dl><dt><code>-n &lt;name&gt;</code></dt><dd><p>Name of the configset in ZooKeeper to download. The Admin UI Cloud -&gt; Tree -&gt; configs node lists all available configuration sets.</p><p><strong>Example</strong>: <code>-n myconfig</code></p></dd><dt><code>-d &lt;configset dir&gt;</code></dt><dd><p>The path to write the downloaded configuration set into. If just a name is supplied, <code>$SOLR_HOME/server/solr/configsets</code> will be the parent. An absolute path may be supplied as well.</p><p>In either case, <em>pre-existing configurations at the destination will be overwritten!</em></p>
 <p><strong>Examples</strong>:</p>
-<ul><li><code>-d directory_under_configsets</code></li><li><code>-d /path/to/configset/destination</code></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
+<ul><li><p><code>-d directory_under_configsets</code></p></li><li><p><code>-d /path/to/configset/destination</code></p></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
 <p>An example of this command with all parameters is:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-bash" data-lang="bash"><pre class="highlight"><code>bin/solr zk downconfig -z 111.222.333.444:2181 -n mynewconfig -d /path/to/configset</code></pre></code></pre></div>
 <p>A "best practice" is to keep your configuration sets in some form of version control as the system-of-record. In that scenario, <code>downconfig</code> should rarely be used.</p></section></section>
 <section class="sect2"><h3 id="copy-between-local-files-and-zookeeper-znodes">Copy between Local Files and ZooKeeper znodes</h3><p>Use the <code>zk cp</code> command for transferring files and directories between ZooKeeper znodes and your local drive. This command will copy from the local drive to ZooKeeper, from ZooKeeper to the local drive or from ZooKeeper to ZooKeeper.</p>
 <section class="sect3"><h4 id="zk-copy-parameters">ZK Copy Parameters</h4><div class="dlist"><dl><dt><code>-r</code></dt><dd><p>Optional. Do a recursive copy. The command will fail if the &lt;src&gt; has children unless '-r' is specified.</p><p><strong>Example</strong>: <code>-r</code></p></dd><dt><code>&lt;src&gt;</code></dt><dd><p>The file or path to copy from. If prefixed with <code>zk:</code> then the source is presumed to be ZooKeeper. If no prefix or the prefix is 'file:' this is the local drive. At least one of &lt;src&gt; or &lt;dest&gt; must be prefixed by <code>'zk:'</code> or the command will fail.</p><p><strong>Examples</strong>:</p>
-<ul><li><code>zk:/configs/myconfigs/solrconfig.xml</code></li><li><code>file:/Users/apache/configs/src</code></li></ul></dd><dt><code>&lt;dest&gt;</code></dt><dd><p>The file or path to copy to. If prefixed with <code>zk:</code> then the source is presumed to be ZooKeeper. If no prefix or the prefix is <code>file:</code> this is the local drive.</p><p>At least one of <code>&lt;src&gt;</code> or <code>&lt;dest&gt;</code> must be prefixed by <code>zk:</code> or the command will fail. If <code>&lt;dest&gt;</code> ends in a slash character it names a directory.</p>
+<ul><li><p><code>zk:/configs/myconfigs/solrconfig.xml</code></p></li><li><p><code>file:/Users/apache/configs/src</code></p></li></ul></dd><dt><code>&lt;dest&gt;</code></dt><dd><p>The file or path to copy to. If prefixed with <code>zk:</code> then the source is presumed to be ZooKeeper. If no prefix or the prefix is <code>file:</code> this is the local drive.</p><p>At least one of <code>&lt;src&gt;</code> or <code>&lt;dest&gt;</code> must be prefixed by <code>zk:</code> or the command will fail. If <code>&lt;dest&gt;</code> ends in a slash character it names a directory.</p>
 <p><strong>Examples</strong>:</p>
-<ul><li><code>zk:/configs/myconfigs/solrconfig.xml</code></li><li><code>file:/Users/apache/configs/src</code></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
+<ul><li><p><code>zk:/configs/myconfigs/solrconfig.xml</code></p></li><li><p><code>file:/Users/apache/configs/src</code></p></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
 <p>An example of this command with the parameters is:</p>
 <p>Recursively copy a directory from local to ZooKeeper.</p>
 <p><code>bin/solr zk cp -r file:/apache/confgs/whatever/conf zk:/configs/myconf -z 111.222.333.444:2181</code></p>
@@ -2021,7 +2016,7 @@ Solr should have been started at least o
 <section class="sect3"><h4 id="zk-remove-parameters">ZK Remove Parameters</h4><div class="dlist"><dl><dt><code>-r</code></dt><dd><p>Optional. Do a recursive removal. The command will fail if the &lt;path&gt; has children unless '-r' is specified.</p><p><strong>Example</strong>: <code>-r</code></p></dd><dt><code>&lt;path&gt;</code></dt><dd><p>The path to remove from ZooKeeper, either a parent or leaf node.</p><p>There are limited safety checks, you cannot remove '/' or '/zookeeper' nodes.</p>
 <p>The path is assumed to be a ZooKeeper node, no <code>zk:</code> prefix is necessary.</p>
 <p><strong>Examples</strong>:</p>
-<ul><li><code>/configs</code></li><li><code>/configs/myconfigset</code></li><li><code>/configs/myconfigset/solrconfig.xml</code></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
+<ul><li><p><code>/configs</code></p></li><li><p><code>/configs/myconfigset</code></p></li><li><p><code>/configs/myconfigset/solrconfig.xml</code></p></li></ul></dd><dt><code>-z &lt;zkHost&gt;</code></dt><dd><p>The ZooKeeper connection string. Unnecessary if <code>ZK_HOST</code> is defined in <code>solr.in.sh</code> or <code>solr.in.cmd</code>.</p><p><strong>Example</strong>: <code>-z 123.321.23.43:2181</code></p></dd></dl></div>
 <p>Examples of this command with the parameters are:</p>
 <p><code>bin/solr zk rm -r /configs</code></p>
 <p><code>bin/solr zk rm /configs/myconfigset/schema.xml</code></p></section></section>
@@ -2088,7 +2083,7 @@ All documents can be exported, or only t
             <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/solr-cores-and-solr-xml.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-cores-and-solr-xml.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-cores-and-solr-xml.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr Cores and solr.xml | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr Cores and solr.xml | 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="solr-cores-and-solr-xml">
+<body class="" id="solr-cores-and-solr-xml">
 <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-->
@@ -1672,7 +1667,7 @@
 </table>
 </div>
 <p>The following sections describe these options in more detail.</p>
-<div class="ulist"><ul><li><strong><a href="format-of-solr-xml.html#format-of-solr-xml">Format of solr.xml</a></strong>: Details on how to define <code>solr.xml</code>, including the acceptable parameters for the <code>solr.xml</code> file</li><li><strong><a href="defining-core-properties.html#defining-core-properties">Defining core.properties</a></strong>: Details on placement of <code>core.properties</code> and available property options.</li><li><strong><a href="coreadmin-api.html#coreadmin-api">CoreAdmin API</a></strong>: Tools and commands for core administration using a REST API.</li><li><strong><a href="config-sets.html#config-sets">Configsets</a></strong>: How to use configsets to avoid duplicating effort when defining a new core.</li></ul></div>
+<div class="ulist"><ul><li><p><strong><a href="format-of-solr-xml.html#format-of-solr-xml">Format of solr.xml</a></strong>: Details on how to define <code>solr.xml</code>, including the acceptable parameters for the <code>solr.xml</code> file</p></li><li><p><strong><a href="defining-core-properties.html#defining-core-properties">Defining core.properties</a></strong>: Details on placement of <code>core.properties</code> and available property options.</p></li><li><p><strong><a href="coreadmin-api.html#coreadmin-api">CoreAdmin API</a></strong>: Tools and commands for core administration using a REST API.</p></li><li><p><strong><a href="config-sets.html#config-sets">Configsets</a></strong>: How to use configsets to avoid duplicating effort when defining a new core.</p></li></ul></div>
   </section>
 
 
@@ -1702,7 +1697,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/solr-field-types.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-field-types.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-field-types.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr Field Types | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr Field Types | 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="solr-field-types">
+<body class="" id="solr-field-types">
 <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-->
@@ -1658,7 +1653,7 @@
   <section class="content">
      <p>The field type defines how Solr should interpret data in a field and how the field can be queried. There are many field types included with Solr by default, and they can also be defined locally.</p>
 <p>Topics covered in this section:</p>
-<div class="ulist"><ul><li><a href="field-type-definitions-and-properties.html#field-type-definitions-and-properties">Field Type Definitions and Properties</a></li><li><a href="field-types-included-with-solr.html#field-types-included-with-solr">Field Types Included with Solr</a></li><li><a href="working-with-currencies-and-exchange-rates.html#working-with-currencies-and-exchange-rates">Working with Currencies and Exchange Rates</a></li><li><a href="working-with-dates.html#working-with-dates">Working with Dates</a></li><li><a href="working-with-enum-fields.html#working-with-enum-fields">Working with Enum Fields</a></li><li><a href="working-with-external-files-and-processes.html#working-with-external-files-and-processes">Working with External Files and Processes</a></li><li><a href="field-properties-by-use-case.html#field-properties-by-use-case">Field Properties by Use Case</a></li></ul></div>
+<div class="ulist"><ul><li><p><a href="field-type-definitions-and-properties.html#field-type-definitions-and-properties">Field Type Definitions and Properties</a></p></li><li><p><a href="field-types-included-with-solr.html#field-types-included-with-solr">Field Types Included with Solr</a></p></li><li><p><a href="working-with-currencies-and-exchange-rates.html#working-with-currencies-and-exchange-rates">Working with Currencies and Exchange Rates</a></p></li><li><p><a href="working-with-dates.html#working-with-dates">Working with Dates</a></p></li><li><p><a href="working-with-enum-fields.html#working-with-enum-fields">Working with Enum Fields</a></p></li><li><p><a href="working-with-external-files-and-processes.html#working-with-external-files-and-processes">Working with External Files and Processes</a></p></li><li><p><a href="field-properties-by-use-case.html#field-properties-by-use-case">Field Properties by Use Case</a></p></li></ul></div>
 <div class="admonitionblock tip">
 <table>
 <tr>
@@ -1700,7 +1695,7 @@ See also the <a href="https://lucene.apa
             <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/solr-glossary.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-glossary.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-glossary.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr Glossary | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr Glossary | 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="solr-glossary">
+<body class="" id="solr-glossary">
 <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 @@
             <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/solr-jdbc-apache-zeppelin.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-jdbc-apache-zeppelin.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-jdbc-apache-zeppelin.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr JDBC - Apache Zeppelin | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr JDBC - Apache Zeppelin | 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="solr-jdbc-apache-zeppelin">
+<body class="" id="solr-jdbc-apache-zeppelin">
 <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-->
@@ -1750,7 +1745,7 @@ select fielda, fieldb, from test limit 1
             <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/solr-jdbc-dbvisualizer.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-jdbc-dbvisualizer.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-jdbc-dbvisualizer.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr JDBC - DbVisualizer | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr JDBC - DbVisualizer | 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="solr-jdbc-dbvisualizer">
+<body class="" id="solr-jdbc-dbvisualizer">
 <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-->
@@ -1678,7 +1673,7 @@
   <section class="content">
      <section id="preamble" aria-label="Preamble"><p>Solr&#8217;s JDBC driver supports DBVisualizer for querying Solr.</p>
 <p>For <a href="https://www.dbvis.com/">DbVisualizer</a>, you will need to create a new driver for Solr using the DbVisualizer Driver Manager. This will add several SolrJ client .jars to the DbVisualizer classpath. The files required are:</p>
-<div class="ulist"><ul><li>all .jars found in <code>$SOLR_HOME/dist/solrj-lib</code></li><li>the SolrJ .jar found at <code>$SOLR_HOME/dist/solr-solrj-&lt;version&gt;.jar</code></li></ul></div>
+<div class="ulist"><ul><li><p>all .jars found in <code>$SOLR_HOME/dist/solrj-lib</code></p></li><li><p>the SolrJ .jar found at <code>$SOLR_HOME/dist/solr-solrj-&lt;version&gt;.jar</code></p></li></ul></div>
 <p>Once the driver has been created, you can create a connection to Solr with the connection string format outlined in the generic section and use the SQL Commander to issue queries.</p></section>
 <section class="sect1"><h2 id="setup-driver">Setup Driver</h2><section class="sect2"><h3 id="open-driver-manager">Open Driver Manager</h3><p>From the Tools menu, choose Driver Manager to add a driver.</p>
 <div class="imageblock"><img src="images/solr-jdbc-dbvisualizer/dbvisualizer_solrjdbc_1.png" alt="image" width="673" height="400"></div></section>
@@ -1686,7 +1681,7 @@
 <section class="sect2"><h3 id="name-the-driver-in-driver-manager">Name the Driver in Driver Manager</h3><p>Provide a name for the driver, and provide the URL format: <code>jdbc:solr://&lt;zk_connection_string&gt;/?collection=&lt;collection&gt;</code>. Do not fill in values for the variables &#8220;<code>zk_connection_string</code>&#8221; and &#8220;<code>collection</code>&#8221;, those will be provided later when the connection to Solr is configured. The Driver Class will also be automatically added when the driver .jars are added.</p>
 <div class="imageblock"><img src="images/solr-jdbc-dbvisualizer/dbvisualizer_solrjdbc_3.png" alt="image" width="532" height="400"></div></section>
 <section class="sect2"><h3 id="add-driver-files-to-classpath">Add Driver Files to Classpath</h3><p>The driver files to be added are:</p>
-<div class="ulist"><ul><li>all .jars in <code>$SOLR_HOME/dist/solrj-lib</code></li><li>the SolrJ .jar found in <code>$SOLR_HOME/dist/solr-solrj-&lt;version&gt;.jar</code></li></ul></div>
+<div class="ulist"><ul><li><p>all .jars in <code>$SOLR_HOME/dist/solrj-lib</code></p></li><li><p>the SolrJ .jar found in <code>$SOLR_HOME/dist/solr-solrj-&lt;version&gt;.jar</code></p></li></ul></div>
 <div class="imageblock"><img src="images/solr-jdbc-dbvisualizer/dbvisualizer_solrjdbc_4.png" alt="image" width="535" height="400"></div>
 <div class="imageblock"><img src="images/solr-jdbc-dbvisualizer/dbvisualizer_solrjdbc_5.png" alt="image" width="664" height="400"></div>
 <div class="imageblock"><img src="images/solr-jdbc-dbvisualizer/dbvisualizer_solrjdbc_6.png" alt="image" width="653" height="400"></div>
@@ -1735,7 +1730,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/solr-jdbc-python-jython.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-jdbc-python-jython.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-jdbc-python-jython.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr JDBC - Python/Jython | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr JDBC - Python/Jython | 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="solr-jdbc-python-jython">
+<body class="" id="solr-jdbc-python-jython">
 <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-->
@@ -1786,7 +1781,7 @@ jython <span style="color: #000000;font-
             <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/solr-jdbc-r.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-jdbc-r.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-jdbc-r.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr JDBC - R | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr JDBC - R | 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="solr-jdbc-r">
+<body class="" id="solr-jdbc-r">
 <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-->
@@ -1710,7 +1705,7 @@ Rscript solr_rjdbc.R</code></pre></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/solr-jdbc-squirrel-sql.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-jdbc-squirrel-sql.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-jdbc-squirrel-sql.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr JDBC - SQuirreL SQL | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr JDBC - SQuirreL SQL | 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="solr-jdbc-squirrel-sql">
+<body class="" id="solr-jdbc-squirrel-sql">
 <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-->
@@ -1676,7 +1671,7 @@
 
   <section class="content">
      <section id="preamble" aria-label="Preamble"><p>For <a href="http://squirrel-sql.sourceforge.net">SQuirreL SQL</a>, you will need to create a new driver for Solr. This will add several SolrJ client .jars to the SQuirreL SQL classpath. The files required are:</p>
-<div class="ulist"><ul><li>all .jars found in <code>$SOLR_HOME/dist/solrj-libs</code></li><li>the SolrJ .jar found at <code>$SOLR_HOME/dist/solr-solrj-&lt;version&gt;.jar</code></li></ul></div>
+<div class="ulist"><ul><li><p>all .jars found in <code>$SOLR_HOME/dist/solrj-libs</code></p></li><li><p>the SolrJ .jar found at <code>$SOLR_HOME/dist/solr-solrj-&lt;version&gt;.jar</code></p></li></ul></div>
 <p>Once the driver has been created, you can create a connection to Solr with the connection string format outlined in the generic section and use the editor to issue queries.</p></section>
 <section class="sect1"><h2 id="add-solr-jdbc-driver">Add Solr JDBC Driver</h2><section class="sect2"><h3 id="open-drivers">Open Drivers</h3><div class="imageblock"><img src="images/solr-jdbc-squirrel-sql/squirrelsql_solrjdbc_1.png" alt="image" width="900" height="400"></div></section>
 <section class="sect2"><h3 id="add-driver">Add Driver</h3><div class="imageblock"><img src="images/solr-jdbc-squirrel-sql/squirrelsql_solrjdbc_2.png" alt="image" width="892" height="400"></div></section>
@@ -1724,7 +1719,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/solr-plugins.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-plugins.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-plugins.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr Plugins | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr Plugins | 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="solr-plugins">
+<body class="" id="solr-plugins">
 <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-->
@@ -1668,22 +1663,22 @@ However if you do, start by looking at t
 Writing your own is an advanced subject that is out of scope of the reference guide.
 One resource is the Solr Wiki documentation on plugins at <a href="https://cwiki.apache.org/confluence/display/solr/SolrPlugins">SolrPlugins</a>, which is rather out-of-date but has some utility.</p></section>
 <section class="sect1"><h2 id="types-of-plugins">Types of Plugins</h2><p>There are essentially two types of plugins in Solr:</p>
-<div class="ulist"><ul><li>Collection level plugins. These are registered on individual collections, either by hand-editing the <code>solrconfig.xml</code> or schema files for the collection&#8217;s configset or by using the <a href="config-api.html#config-api">config API</a> or <a href="schema-api.html#schema-api">schema API</a>. Examples of these are query parsers, request handlers, update request processors, value source parsers, response writers etc.</li><li>Cluster level (or Core Container level) plugins. These are plugins that are installed at a cluster level and every Solr node has one instance each of these plugins. Examples of these are <a href="authentication-and-authorization-plugins.html#authentication-and-authorization-plugins">authentication and authorization plugins</a>, <a href="metrics-reporting.html#reporters">metrics reporters</a>, <a href="https://issues.apache.org/jira/browse/SOLR-14404">cluster level request handlers</a> etc.</li></ul></div></section>
+<div class="ulist"><ul><li><p>Collection level plugins. These are registered on individual collections, either by hand-editing the <code>solrconfig.xml</code> or schema files for the collection&#8217;s configset or by using the <a href="config-api.html#config-api">config API</a> or <a href="schema-api.html#schema-api">schema API</a>. Examples of these are query parsers, request handlers, update request processors, value source parsers, response writers etc.</p></li><li><p>Cluster level (or Core Container level) plugins. These are plugins that are installed at a cluster level and every Solr node has one instance each of these plugins. Examples of these are <a href="authentication-and-authorization-plugins.html#authentication-and-authorization-plugins">authentication and authorization plugins</a>, <a href="metrics-reporting.html#reporters">metrics reporters</a>, <a href="https://issues.apache.org/jira/browse/SOLR-14404">cluster level request handlers</a> etc.</p></li></ul></div></sect
 ion>
 <section class="sect1"><h2 id="installing-plugins">Installing Plugins</h2><p>Most plugins are built-in to Solr and there is nothing to install.
 The subject here is how to make other plugins available to Solr, including those in contrib modules.
 Plugins are packaged into a Java jar file and may have other dependent jar files to function.</p>
 <p>The next sections describe some options:</p>
-<div class="ulist"><ul><li><a href="libs.html#lib-directories">Lib Directories</a>:
+<div class="ulist"><ul><li><p><a href="libs.html#lib-directories">Lib Directories</a>:
 Describes where to put the plugin&#8217;s JAR files on the file system; either in one of the special places or a place convenient to you along with a  <code>&lt;lib/&gt;</code> directive in <code>solrconfig.xml</code>.
 This has been the standard approach since Solr&#8217;s inception.
 It&#8217;s simple and reliable but it&#8217;s entirely on you to ensure that all nodes in a cluster have them.
-Contrib modules ship with Solr so there&#8217;s no effort for them but not so for other plugins (yours or 3rd party).</li><li><a href="package-manager.html#package-manager">Package Management</a>:
+Contrib modules ship with Solr so there&#8217;s no effort for them but not so for other plugins (yours or 3rd party).</p></li><li><p><a href="package-manager.html#package-manager">Package Management</a>:
 Describes a new and experimental system to manage packages of plugins in SolrCloud.
 It includes CLI commands, cluster-wide installation, use of plugin registries that host plugins, cryptographically signed plugins for security, and more.
-Only some plugins support this as of now (support for more types of plugins coming soon).</li><li><a href="adding-custom-plugins-in-solrcloud-mode.html#adding-custom-plugins-in-solrcloud-mode">Blob and Runtimelib</a>:
+Only some plugins support this as of now (support for more types of plugins coming soon).</p></li><li><p><a href="adding-custom-plugins-in-solrcloud-mode.html#adding-custom-plugins-in-solrcloud-mode">Blob and Runtimelib</a>:
 Describes a deprecated system that predates the above package management system.
 It&#8217;s functionality is a subset of the package management system.
-It will no longer be supported in Solr 9.</li></ul></div></section>
+It will no longer be supported in Solr 9.</p></li></ul></div></section>
   </section>
 
 
@@ -1713,7 +1708,7 @@ It will no longer be supported in Solr 9
             <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/solr-system-requirements.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-system-requirements.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-system-requirements.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr System Requirements | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr System Requirements | 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="solr-system-requirements">
+<body class="" id="solr-system-requirements">
 <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-->
@@ -1694,14 +1689,14 @@ While we reference the Java Development
 </table>
 </div></section></section>
 <section class="sect1"><h2 id="java-and-lucenesolr-combinations">Java and Lucene/Solr Combinations</h2><p>Each Lucene/Solr release has an extensively tested minimum Java version. For instance the minimum Java version for Solr 8 is Java 8. This section provides guidance when running Lucene/Solr with a more recent Java version than the minimum specified.</p>
-<div class="ulist"><ul><li>OpenJDK and Oracle Java distributions are tested extensively and will continue to be tested going forward.<ul><li>Distributions of Java from other sources are not regularly tested by our testing infrastructure, therefore you must test Java from those sources in your environment.</li><li>For the purposes of Lucene and Solr, Oracle&#8217;s Java and OpenJDK are identical.</li></ul></li><li>Upgrading Java is not required with the understanding that no Java bugs will be addressed unless you are using a version of Java that provides LTS.</li><li>Java 8 has been extensively tested by both automated tests and users through Solr 8. Long Term Support (LTS) for Java 8 is provided by some sources, see <a href="https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244">Java is still free</a>.</li><li>The project&#8217;s testing infrastructure continuously tests with the minimum and greater versions of Java for each development branch.</li><li>Java 9 and 1
 0 have no LTS. For this reason, Java 11 is preferred over 9 or 10 when upgrading Java.</li><li>For specific questions the <a href="http://lucene.apache.org/solr/community.html#mailing-lists-irc">Solr User&#8217;s List</a> is a great resource.</li></ul></div>
+<div class="ulist"><ul><li><p>OpenJDK and Oracle Java distributions are tested extensively and will continue to be tested going forward.<ul><li><p>Distributions of Java from other sources are not regularly tested by our testing infrastructure, therefore you must test Java from those sources in your environment.</p></li><li><p>For the purposes of Lucene and Solr, Oracle&#8217;s Java and OpenJDK are identical.</p></li></ul></p></li><li><p>Upgrading Java is not required with the understanding that no Java bugs will be addressed unless you are using a version of Java that provides LTS.</p></li><li><p>Java 8 has been extensively tested by both automated tests and users through Solr 8. Long Term Support (LTS) for Java 8 is provided by some sources, see <a href="https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244">Java is still free</a>.</p></li><li><p>The project&#8217;s testing infrastructure continuously tests with the minimum and greater versions of Java for each de
 velopment branch.</p></li><li><p>Java 9 and 10 have no LTS. For this reason, Java 11 is preferred over 9 or 10 when upgrading Java.</p></li><li><p>For specific questions the <a href="http://lucene.apache.org/solr/community.html#mailing-lists-irc">Solr User&#8217;s List</a> is a great resource.</p></li></ul></div>
 <section class="sect2"><h3 id="project-testing-of-java-solr-combinations">Project Testing of Java-Solr Combinations</h3><p>Solr and Lucene run a continuous integration model, running automated unit and integration tests using several versions of Java. In addition, some organizations also maintain their own test infrastructure and feed their results back to the community.</p>
 <p>Our continuous testing is against the two code lines under active development, Solr 8x and the future Solr 9.0:</p>
-<div class="ulist"><ul><li>Lucene/Solr 8.x is the current stable release line and will have "point releases", i.e., 8.1, 8.2, etc. until Lucene/Solr 9.0 is released.<ul><li>Solr 8.x is currently tested against Java 8, 9, 10, 11, 12 and (pre-release) 13.</li></ul></li><li>There is also development and testing with the future Lucene/Solr 9.x release line, which will require Java 11 as a minimum version. This line is currently tested against Java 11, 12 and (pre-release) 13.</li><li>Lucene/Solr 7.x and earlier release lines are not tested on a continuous basis.</li></ul></div></section>
+<div class="ulist"><ul><li><p>Lucene/Solr 8.x is the current stable release line and will have "point releases", i.e., 8.1, 8.2, etc. until Lucene/Solr 9.0 is released.<ul><li><p>Solr 8.x is currently tested against Java 8, 9, 10, 11, 12 and (pre-release) 13.</p></li></ul></p></li><li><p>There is also development and testing with the future Lucene/Solr 9.x release line, which will require Java 11 as a minimum version. This line is currently tested against Java 11, 12 and (pre-release) 13.</p></li><li><p>Lucene/Solr 7.x and earlier release lines are not tested on a continuous basis.</p></li></ul></div></section>
 <section class="sect2"><h3 id="released-lucenesolr-and-java-versions">Released Lucene/Solr and Java Versions</h3><p>The success rate in our automated tests is similar with all the Java versions tested with the following caveats.</p>
-<section class="sect3"><h4 id="lucenesolr-prior-to-7-0">Lucene/Solr Prior to 7.0</h4><div class="ulist"><ul><li>Lucene/Solr 7.0 was the first version that successfully passed our tests using Java 9 and higher. You should avoid Java 9 or later for Lucene/Solr 6.x or earlier.</li></ul></div></section>
-<section class="sect3"><h4 id="lucenesolr-7-x">Lucene/Solr 7.x</h4><div class="ulist"><ul><li>Requires Java 8 or higher.</li><li>This version had continuous testing with Java 9, 10, 11, 12 and the pre-release version of Java 13. Regular testing stopped when Lucene/Solr 8.0 was released.</li><li>Hadoop with Java 9+ may not work in all situations, test in your environment.</li><li>Kerberos with Java 9+ may not work in all situations, test in your environment.</li><li>Be sure to test with SSL/TLS and/or authorization enabled in your environment if you require either when using Java 9+.</li></ul></div></section>
-<section class="sect3"><h4 id="lucenesolr-8-x">Lucene/Solr 8.x</h4><div class="ulist"><ul><li>Requires Java 8 or higher.</li><li>This version has continuous testing with Java 9, 10, 11, 12 and the pre-release version of Java 13.</li><li>There were known issues with Kerberos with Java 9+ prior to Solr 8.1. If using 8.0, you should test in your environment.</li><li>Be sure to test with SSL/TLS and/or authorization enabled in your environment if you require either when using Java 9+.</li></ul></div></section></section></section>
+<section class="sect3"><h4 id="lucenesolr-prior-to-7-0">Lucene/Solr Prior to 7.0</h4><div class="ulist"><ul><li><p>Lucene/Solr 7.0 was the first version that successfully passed our tests using Java 9 and higher. You should avoid Java 9 or later for Lucene/Solr 6.x or earlier.</p></li></ul></div></section>
+<section class="sect3"><h4 id="lucenesolr-7-x">Lucene/Solr 7.x</h4><div class="ulist"><ul><li><p>Requires Java 8 or higher.</p></li><li><p>This version had continuous testing with Java 9, 10, 11, 12 and the pre-release version of Java 13. Regular testing stopped when Lucene/Solr 8.0 was released.</p></li><li><p>Hadoop with Java 9+ may not work in all situations, test in your environment.</p></li><li><p>Kerberos with Java 9+ may not work in all situations, test in your environment.</p></li><li><p>Be sure to test with SSL/TLS and/or authorization enabled in your environment if you require either when using Java 9+.</p></li></ul></div></section>
+<section class="sect3"><h4 id="lucenesolr-8-x">Lucene/Solr 8.x</h4><div class="ulist"><ul><li><p>Requires Java 8 or higher.</p></li><li><p>This version has continuous testing with Java 9, 10, 11, 12 and the pre-release version of Java 13.</p></li><li><p>There were known issues with Kerberos with Java 9+ prior to Solr 8.1. If using 8.0, you should test in your environment.</p></li><li><p>Be sure to test with SSL/TLS and/or authorization enabled in your environment if you require either when using Java 9+.</p></li></ul></div></section></section></section>
   </section>
 
 
@@ -1731,7 +1726,7 @@ While we reference the Java Development
             <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/solr-tracing.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-tracing.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-tracing.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Distributed Solr Tracing | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Distributed Solr Tracing | 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="solr-tracing">
+<body class="" id="solr-tracing">
 <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-->
@@ -1730,7 +1725,7 @@ Note that all library of jaegertracer-co
             <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/solr-tutorial.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/solr-tutorial.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/solr-tutorial.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Solr Tutorial | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Solr Tutorial | 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="solr-tutorial">
+<body class="" id="solr-tutorial">
 <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-->
@@ -2118,7 +2113,7 @@ C:\solr-8.6.0&gt; java -jar -Dc=films -D
 
 C:\solr-8.6.0&gt; java -jar -Dc=films -Dparams=f.genre.split=true&amp;f.directed_by.split=true&amp;f.genre.separator=|&amp;f.directed_by.separator=| -Dauto example\exampledocs\post.jar example\films\*.csv</code></pre></code></pre></figure>
 <p>Each command includes these main parameters:</p>
-<div class="ulist"><ul><li><code>-c films</code>: this is the Solr collection to index data to.</li><li><code>example/films/films.json</code> (or <code>films.xml</code> or <code>films.csv</code>): this is the path to the data file to index. You could simply supply the directory where this file resides, but since you know the format you want to index, specifying the exact file for that format is more efficient.</li></ul></div>
+<div class="ulist"><ul><li><p><code>-c films</code>: this is the Solr collection to index data to.</p></li><li><p><code>example/films/films.json</code> (or <code>films.xml</code> or <code>films.csv</code>): this is the path to the data file to index. You could simply supply the directory where this file resides, but since you know the format you want to index, specifying the exact file for that format is more efficient.</p></li></ul></div>
 <p>Note the CSV command includes extra parameters. This is to ensure multi-valued entries in the "genre" and "directed_by" columns are split by the pipe (<code>|</code>) character, used in this file as a separator. Telling Solr to split these columns this way will ensure proper indexing of the data.</p>
 <p>Each command will produce output similar to the below seen while indexing JSON:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-bash" data-lang="bash"><pre class="highlight"><code><span style="color: #555555">$ </span>./bin/post -c films example/films/films.json
@@ -2276,7 +2271,7 @@ Time spent: 0:00:00.878</code></pre></co
 <p><code>bin/solr delete -c films</code></p></section></section>
 <section class="sect1"><h2 id="exercise-3">Exercise 3: Index Your Own Data</h2><p>For this last exercise, work with a dataset of your choice. This can be files on your local hard drive, a set of data you have worked with before, or maybe a sample of the data you intend to index to Solr for your production application.</p>
 <p>This exercise is intended to get you thinking about what you will need to do for your application:</p>
-<div class="ulist"><ul><li>What sorts of data do you need to index?</li><li>What will you need to do to prepare Solr for your data (such as, create specific fields, set up copy fields, determine analysis rules, etc.)</li><li>What kinds of search options do you want to provide to users?</li><li>How much testing will you need to do to ensure everything works the way you expect?</li></ul></div>
+<div class="ulist"><ul><li><p>What sorts of data do you need to index?</p></li><li><p>What will you need to do to prepare Solr for your data (such as, create specific fields, set up copy fields, determine analysis rules, etc.)</p></li><li><p>What kinds of search options do you want to provide to users?</p></li><li><p>How much testing will you need to do to ensure everything works the way you expect?</p></li></ul></div>
 <section class="sect2"><h3 id="create-your-own-collection">Create Your Own Collection</h3><p>Before you get started, create a new collection, named whatever you&#8217;d like. In this example, the collection will be named "localDocs"; replace that name with whatever name you choose if you want to.</p>
 <p><code>./bin/solr create -c localDocs -s 2 -rf 2</code></p>
 <p>Again, as we saw from Exercise 2 above, this will use the <code>_default</code> configset and all the schemaless features it provides. As we noted previously, this may cause problems when we index our data. You may need to iterate on indexing a few times before you get the schema right.</p></section>
@@ -2306,7 +2301,7 @@ Time spent: 0:00:00.878</code></pre></co
 <p>This is from Solr&#8217;s example search UI (called <code>/browse</code>), which has a nice feature to show a map for each item and allow easy selection of the location to search near. You can see this yourself by going to <a class="bare" href="http://localhost:8983/solr/techproducts/browse?q=ipod&amp;pt=37.7752%2C-122.4232&amp;d=10&amp;sfield=store&amp;fq=%7B%21bbox%7D&amp;queryOpts=spatial&amp;queryOpts=spatial">http://localhost:8983/solr/techproducts/browse?q=ipod&amp;pt=37.7752%2C-122.4232&amp;d=10&amp;sfield=store&amp;fq=%7B%21bbox%7D&amp;queryOpts=spatial&amp;queryOpts=spatial</a> in a browser.</p>
 <p>To learn more about Solr&#8217;s spatial capabilities, see the section <a href="spatial-search.html#spatial-search">Spatial Search</a>.</p></section>
 <section class="sect1"><h2 id="wrapping-up">Wrapping Up</h2><p>If you&#8217;ve run the full set of commands in this quick start guide you have done the following:</p>
-<div class="ulist"><ul><li>Launched Solr into SolrCloud mode, two nodes, two collections including shards and replicas</li><li>Indexed several types of files</li><li>Used the Schema API to modify your schema</li><li>Opened the admin console, used its query interface to get results</li><li>Opened the /browse interface to explore Solr&#8217;s features in a more friendly and familiar interface</li></ul></div>
+<div class="ulist"><ul><li><p>Launched Solr into SolrCloud mode, two nodes, two collections including shards and replicas</p></li><li><p>Indexed several types of files</p></li><li><p>Used the Schema API to modify your schema</p></li><li><p>Opened the admin console, used its query interface to get results</p></li><li><p>Opened the /browse interface to explore Solr&#8217;s features in a more friendly and familiar interface</p></li></ul></div>
 <p>Nice work!</p></section>
 <section class="sect1"><h2 id="cleanup">Cleanup</h2><p>As you work through this tutorial, you may want to stop Solr and reset the environment back to the starting point. The following command line will stop Solr and remove the directories for each of the two nodes that were created all the way back in Exercise 1:</p>
 <p><code>bin/solr stop -all ; rm -Rf example/cloud/</code></p></section>
@@ -2341,7 +2336,7 @@ Time spent: 0:00:00.878</code></pre></co
             <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>