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

Modified: websites/production/lucene/content/solr/guide/8_6/schema-factory-definition-in-solrconfig.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/schema-factory-definition-in-solrconfig.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/schema-factory-definition-in-solrconfig.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Schema Factory Definition in SolrConfig | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Schema Factory Definition 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="schema-factory-definition-in-solrconfig">
+<body class="" id="schema-factory-definition-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-->
@@ -1689,7 +1684,7 @@
     <span style="color: #000080">&lt;str</span> <span style="color: #008080">name=</span><span style="color: #d14">"managedSchemaResourceName"</span><span style="color: #000080">&gt;</span>managed-schema<span style="color: #000080">&lt;/str&gt;</span>
   <span style="color: #000080">&lt;/schemaFactory&gt;</span></code></pre></code></pre></div>
 <p>If you wish to explicitly configure <code>ManagedIndexSchemaFactory</code> the following options are available:</p>
-<div class="ulist"><ul><li><code>mutable</code> - controls whether changes may be made to the Schema data. This must be set to <strong>true</strong> to allow edits to be made with the Schema API.</li><li><code>managedSchemaResourceName</code> is an optional parameter that defaults to "managed-schema", and defines a new name for the schema file that can be anything other than &#8220;schema.xml&#8221;.</li></ul></div>
+<div class="ulist"><ul><li><p><code>mutable</code> - controls whether changes may be made to the Schema data. This must be set to <strong>true</strong> to allow edits to be made with the Schema API.</p></li><li><p><code>managedSchemaResourceName</code> is an optional parameter that defaults to "managed-schema", and defines a new name for the schema file that can be anything other than &#8220;schema.xml&#8221;.</p></li></ul></div>
 <p>With the default configuration shown above, you can use the <a href="schema-api.html#schema-api">Schema API</a> to modify the schema as much as you want, and then later change the value of <code>mutable</code> to <strong>false</strong> if you wish to "lock" the schema in place and prevent future changes.</p></section>
 <section class="sect1"><h2 id="classic-schema-xml">Classic schema.xml</h2><p>An alternative to using a managed schema is to explicitly configure a <code>ClassicIndexSchemaFactory</code>. <code>ClassicIndexSchemaFactory</code> requires the use of a <code>schema.xml</code> configuration file, and disallows any programatic changes to the Schema at run time. The <code>schema.xml</code> file must be edited manually and is only loaded only when the collection is loaded.</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code>  <span style="color: #000080">&lt;schemaFactory</span> <span style="color: #008080">class=</span><span style="color: #d14">"ClassicIndexSchemaFactory"</span><span style="color: #000080">/&gt;</span></code></pre></code></pre></div>
@@ -1741,7 +1736,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/schemaless-mode.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/schemaless-mode.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/schemaless-mode.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Schemaless Mode | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Schemaless Mode | 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="schemaless-mode">
+<body class="" id="schemaless-mode">
 <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-->
@@ -1791,7 +1786,7 @@ This chain definition will make a number
 </table>
 </div>
 <p>If you&#8217;re interested in more information about the classes used in this chain, here are links to the Javadocs for update processor factories mentioned above:</p>
-<div class="ulist"><ul><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.html">UUIDUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/RemoveBlankFieldUpdateProcessorFactory.html">RemoveBlankFieldUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/FieldNameMutatingUpdateProcessorFactory.html">FieldNameMutatingUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.html">ParseBooleanFieldUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseLongFieldUpdateProcessorFactory.html">ParseLongFieldUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apa
 che/solr/update/processor/ParseDoubleFieldUpdateProcessorFactory.html">ParseDoubleFieldUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseDateFieldUpdateProcessorFactory.html">ParseDateFieldUpdateProcessorFactory</a></li><li><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/AddSchemaFieldsUpdateProcessorFactory.html">AddSchemaFieldsUpdateProcessorFactory</a></li></ul></div></section>
+<div class="ulist"><ul><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.html">UUIDUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/RemoveBlankFieldUpdateProcessorFactory.html">RemoveBlankFieldUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/FieldNameMutatingUpdateProcessorFactory.html">FieldNameMutatingUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseBooleanFieldUpdateProcessorFactory.html">ParseBooleanFieldUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseLongFieldUpdateProcessorFactory.html">ParseLongFieldUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.ap
 ache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseDoubleFieldUpdateProcessorFactory.html">ParseDoubleFieldUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/ParseDateFieldUpdateProcessorFactory.html">ParseDateFieldUpdateProcessorFactory</a></p></li><li><p><a href="https://lucene.apache.org/solr/8_6_0//solr-core/org/apache/solr/update/processor/AddSchemaFieldsUpdateProcessorFactory.html">AddSchemaFieldsUpdateProcessorFactory</a></p></li></ul></div></section>
 <section class="sect2"><h3 id="set-the-default-updaterequestprocessorchain">Set the Default UpdateRequestProcessorChain</h3><p>Once the UpdateRequestProcessorChain has been defined, you must instruct your UpdateRequestHandlers to use it when working with index updates (i.e., adding, removing, replacing documents).</p>
 <p>There are two ways to do this. The update chain shown above has a <code>default=true</code> attribute which will use it for any update handler.</p>
 <p>An alternative, more explicit way is to use <a href="initparams-in-solrconfig.html#initparams-in-solrconfig">InitParams</a> to set the defaults on all <code>/update</code> request handlers:</p>
@@ -1927,7 +1922,7 @@ id,Description,Sold
             <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/searching-nested-documents.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/searching-nested-documents.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/searching-nested-documents.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Searching Nested Child Documents | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Searching Nested Child Documents | 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="searching-nested-documents">
+<body class="" id="searching-nested-documents">
 <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-->
@@ -1847,7 +1842,7 @@ The comments are appended to the matchin
             <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/searching.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/searching.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/searching.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Searching | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Searching | 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="searching">
+<body class="" id="searching">
 <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-->
@@ -1657,7 +1652,7 @@
 
   <section class="content">
      <p>This section describes how Solr works with search requests. It covers the following topics:</p>
-<div class="ulist"><ul><li><a href="overview-of-searching-in-solr.html#overview-of-searching-in-solr">Overview of Searching in Solr</a>: An introduction to searching with Solr.</li><li><a href="velocity-search-ui.html#velocity-search-ui">Velocity Search UI</a>: A simple search UI using the VelocityResponseWriter.</li><li><a href="relevance.html#relevance">Relevance</a>: Conceptual information about understanding relevance in search results.</li><li><a href="query-syntax-and-parsing.html#query-syntax-and-parsing">Query Syntax and Parsing</a>: A brief conceptual overview of query syntax and parsing. It also contains the following sub-sections:<ul><li><a href="common-query-parameters.html#common-query-parameters">Common Query Parameters</a>: No matter the query parser, there are several parameters that are common to all of them.</li><li><a href="the-standard-query-parser.html#the-standard-query-parser">The Standard Query Parser</a>: Detailed information about the standard Lucene query 
 parser.</li><li><a href="the-dismax-query-parser.html#the-dismax-query-parser">The DisMax Query Parser</a>: Detailed information about Solr&#8217;s DisMax query parser.</li><li><a href="the-extended-dismax-query-parser.html#the-extended-dismax-query-parser">The Extended DisMax Query Parser</a>: Detailed information about Solr&#8217;s Extended DisMax (eDisMax) Query Parser.</li><li><a href="function-queries.html#function-queries">Function Queries</a>: Detailed information about parameters for generating relevancy scores using values from one or more numeric fields.</li><li><a href="local-parameters-in-queries.html#local-parameters-in-queries">Local Parameters in Queries</a>: How to add local arguments to queries.</li><li><a href="other-parsers.html#other-parsers">Other Parsers</a>: More parsers designed for use in specific situations.</li></ul></li><li><a href="json-request-api.html#json-request-api">JSON Request API</a>: Overview of Solr&#8217;s JSON Request API.<ul><li><a href="jso
 n-query-dsl.html#json-query-dsl">JSON Query DSL</a>: Detailed information about a simple yet powerful query language for JSON Request API.</li></ul></li><li><a href="json-facet-api.html#facet-analytics-module">JSON Facet API</a>: Overview of Solr&#8217;s JSON Facet API.</li><li><a href="faceting.html#faceting">Faceting</a>: Detailed information about categorizing search results based on indexed terms.</li><li><a href="highlighting.html#highlighting">Highlighting</a>: Detailed information about Solr&#8217;s highlighting capabilities, including multiple underlying highlighter implementations.</li><li><a href="spell-checking.html#spell-checking">Spell Checking</a>: Detailed information about Solr&#8217;s spelling checker.</li><li><a href="query-re-ranking.html#query-re-ranking">Query Re-Ranking</a>: Detailed information about re-ranking top scoring documents from simple queries using more complex scores.<ul><li><a href="learning-to-rank.html#learning-to-rank">Learning To Rank</a>: How 
 to use LTR to run machine learned ranking models in Solr.</li></ul></li><li><a href="transforming-result-documents.html#transforming-result-documents">Transforming Result Documents</a>: Detailed information about using <code>DocTransformers</code> to add computed information to individual documents</li><li><a href="searching-nested-documents.html#searching-nested-documents">Searching Nested Documents</a>: Detailed information about constructing nested and hierarchical queries.</li><li><a href="suggester.html#suggester">Suggester</a>: Detailed information about Solr&#8217;s powerful autosuggest component.</li><li><a href="morelikethis.html#morelikethis">MoreLikeThis</a>: Detailed information about Solr&#8217;s similar results query component.</li><li><a href="pagination-of-results.html#pagination-of-results">Pagination of Results</a>: Detailed information about fetching paginated results for display in a UI, or for fetching all documents matching a query.</li><li><a href="result-grou
 ping.html#result-grouping">Result Grouping</a>: Detailed information about grouping results based on common field values.</li><li><a href="result-clustering.html#result-clustering">Result Clustering</a>: Detailed information about grouping search results based on cluster analysis applied to text fields. A bit like "unsupervised" faceting.</li><li><a href="spatial-search.html#spatial-search">Spatial Search</a>: How to use Solr&#8217;s spatial search capabilities.</li><li><a href="the-terms-component.html#the-terms-component">The Terms Component</a>: Detailed information about accessing indexed terms and the documents that include them.</li><li><a href="the-term-vector-component.html#the-term-vector-component">The Term Vector Component</a>: How to get term information about specific documents.</li><li><a href="the-stats-component.html#the-stats-component">The Stats Component</a>: How to return information from numeric fields within a document set.</li><li><a href="the-query-elevation-
 component.html#the-query-elevation-component">The Query Elevation Component</a>: How to force documents to the top of the results for certain queries.</li><li><a href="the-tagger-handler.html#the-tagger-handler">The Tagger Handler</a>: The SolrTextTagger, for basic named entity tagging in text.</li><li><a href="response-writers.html#response-writers">Response Writers</a>: Detailed information about configuring and using Solr&#8217;s response writers.</li><li><a href="near-real-time-searching.html#near-real-time-searching">Near Real Time Searching</a>: How to include documents in search results nearly immediately after they are indexed.</li><li><a href="realtime-get.html#realtime-get">RealTime Get</a>: How to get the latest version of a document without opening a searcher.</li><li><a href="exporting-result-sets.html#exporting-result-sets">Exporting Result Sets</a>: Functionality to export large result sets out of Solr.</li><li><a href="parallel-sql-interface.html#parallel-sql-interfa
 ce">Parallel SQL Interface</a>: An interface for sending SQL statements to Solr, and using advanced parallel query processing and relational algebra for complex data analysis.</li><li><a href="analytics.html#analytics">The Analytics Component</a>: A framework to compute complex analytics over a result set.</li></ul></div>
+<div class="ulist"><ul><li><p><a href="overview-of-searching-in-solr.html#overview-of-searching-in-solr">Overview of Searching in Solr</a>: An introduction to searching with Solr.</p></li><li><p><a href="velocity-search-ui.html#velocity-search-ui">Velocity Search UI</a>: A simple search UI using the VelocityResponseWriter.</p></li><li><p><a href="relevance.html#relevance">Relevance</a>: Conceptual information about understanding relevance in search results.</p></li><li><p><a href="query-syntax-and-parsing.html#query-syntax-and-parsing">Query Syntax and Parsing</a>: A brief conceptual overview of query syntax and parsing. It also contains the following sub-sections:<ul><li><p><a href="common-query-parameters.html#common-query-parameters">Common Query Parameters</a>: No matter the query parser, there are several parameters that are common to all of them.</p></li><li><p><a href="the-standard-query-parser.html#the-standard-query-parser">The Standard Query Parser</a>: Detailed informatio
 n about the standard Lucene query parser.</p></li><li><p><a href="the-dismax-query-parser.html#the-dismax-query-parser">The DisMax Query Parser</a>: Detailed information about Solr&#8217;s DisMax query parser.</p></li><li><p><a href="the-extended-dismax-query-parser.html#the-extended-dismax-query-parser">The Extended DisMax Query Parser</a>: Detailed information about Solr&#8217;s Extended DisMax (eDisMax) Query Parser.</p></li><li><p><a href="function-queries.html#function-queries">Function Queries</a>: Detailed information about parameters for generating relevancy scores using values from one or more numeric fields.</p></li><li><p><a href="local-parameters-in-queries.html#local-parameters-in-queries">Local Parameters in Queries</a>: How to add local arguments to queries.</p></li><li><p><a href="other-parsers.html#other-parsers">Other Parsers</a>: More parsers designed for use in specific situations.</p></li></ul></p></li><li><p><a href="json-request-api.html#json-request-api">JSON
  Request API</a>: Overview of Solr&#8217;s JSON Request API.<ul><li><p><a href="json-query-dsl.html#json-query-dsl">JSON Query DSL</a>: Detailed information about a simple yet powerful query language for JSON Request API.</p></li></ul></p></li><li><p><a href="json-facet-api.html#facet-analytics-module">JSON Facet API</a>: Overview of Solr&#8217;s JSON Facet API.</p></li><li><p><a href="faceting.html#faceting">Faceting</a>: Detailed information about categorizing search results based on indexed terms.</p></li><li><p><a href="highlighting.html#highlighting">Highlighting</a>: Detailed information about Solr&#8217;s highlighting capabilities, including multiple underlying highlighter implementations.</p></li><li><p><a href="spell-checking.html#spell-checking">Spell Checking</a>: Detailed information about Solr&#8217;s spelling checker.</p></li><li><p><a href="query-re-ranking.html#query-re-ranking">Query Re-Ranking</a>: Detailed information about re-ranking top scoring documents from si
 mple queries using more complex scores.<ul><li><p><a href="learning-to-rank.html#learning-to-rank">Learning To Rank</a>: How to use LTR to run machine learned ranking models in Solr.</p></li></ul></p></li><li><p><a href="transforming-result-documents.html#transforming-result-documents">Transforming Result Documents</a>: Detailed information about using <code>DocTransformers</code> to add computed information to individual documents</p></li><li><p><a href="searching-nested-documents.html#searching-nested-documents">Searching Nested Documents</a>: Detailed information about constructing nested and hierarchical queries.</p></li><li><p><a href="suggester.html#suggester">Suggester</a>: Detailed information about Solr&#8217;s powerful autosuggest component.</p></li><li><p><a href="morelikethis.html#morelikethis">MoreLikeThis</a>: Detailed information about Solr&#8217;s similar results query component.</p></li><li><p><a href="pagination-of-results.html#pagination-of-results">Pagination of 
 Results</a>: Detailed information about fetching paginated results for display in a UI, or for fetching all documents matching a query.</p></li><li><p><a href="result-grouping.html#result-grouping">Result Grouping</a>: Detailed information about grouping results based on common field values.</p></li><li><p><a href="result-clustering.html#result-clustering">Result Clustering</a>: Detailed information about grouping search results based on cluster analysis applied to text fields. A bit like "unsupervised" faceting.</p></li><li><p><a href="spatial-search.html#spatial-search">Spatial Search</a>: How to use Solr&#8217;s spatial search capabilities.</p></li><li><p><a href="the-terms-component.html#the-terms-component">The Terms Component</a>: Detailed information about accessing indexed terms and the documents that include them.</p></li><li><p><a href="the-term-vector-component.html#the-term-vector-component">The Term Vector Component</a>: How to get term information about specific docume
 nts.</p></li><li><p><a href="the-stats-component.html#the-stats-component">The Stats Component</a>: How to return information from numeric fields within a document set.</p></li><li><p><a href="the-query-elevation-component.html#the-query-elevation-component">The Query Elevation Component</a>: How to force documents to the top of the results for certain queries.</p></li><li><p><a href="the-tagger-handler.html#the-tagger-handler">The Tagger Handler</a>: The SolrTextTagger, for basic named entity tagging in text.</p></li><li><p><a href="response-writers.html#response-writers">Response Writers</a>: Detailed information about configuring and using Solr&#8217;s response writers.</p></li><li><p><a href="near-real-time-searching.html#near-real-time-searching">Near Real Time Searching</a>: How to include documents in search results nearly immediately after they are indexed.</p></li><li><p><a href="realtime-get.html#realtime-get">RealTime Get</a>: How to get the latest version of a document w
 ithout opening a searcher.</p></li><li><p><a href="exporting-result-sets.html#exporting-result-sets">Exporting Result Sets</a>: Functionality to export large result sets out of Solr.</p></li><li><p><a href="parallel-sql-interface.html#parallel-sql-interface">Parallel SQL Interface</a>: An interface for sending SQL statements to Solr, and using advanced parallel query processing and relational algebra for complex data analysis.</p></li><li><p><a href="analytics.html#analytics">The Analytics Component</a>: A framework to compute complex analytics over a result set.</p></li></ul></div>
   </section>
 
 
@@ -1687,7 +1682,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/securing-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/securing-solr.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/securing-solr.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Securing Solr | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Securing Solr | 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="securing-solr">
+<body class="" id="securing-solr">
 <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-->
@@ -1686,9 +1681,9 @@
 <p>See the page <a href="enabling-ssl.html#enabling-ssl">Enabling TLS (SSL)</a> for details.</p></section>
 <section class="sect1"><h2 id="authentication-authorization-and-audit-logging">Authentication, Authorization and Audit Logging</h2><p>See chapter <a href="authentication-and-authorization-plugins.html#authentication-and-authorization-plugins">Configuring Authentication, Authorization and Audit Logging plugins</a> to learn how to work with the <code>security.json</code> file.</p>
 <section class="sect2"><h3 id="securing-solr-auth-plugins">Authentication Plugins</h3><p>Authentication makes sure you know the identity of your users. The authentication plugins shipping with Solr are:</p>
-<div class="ulist"><ul><li><a href="kerberos-authentication-plugin.html#kerberos-authentication-plugin">Kerberos Authentication Plugin</a></li><li><a href="basic-authentication-plugin.html#basic-authentication-plugin">Basic Authentication Plugin</a></li><li><a href="hadoop-authentication-plugin.html#hadoop-authentication-plugin">Hadoop Authentication Plugin</a></li><li><a href="jwt-authentication-plugin.html#jwt-authentication-plugin">JWT Authentication Plugin</a></li></ul></div></section>
+<div class="ulist"><ul><li><p><a href="kerberos-authentication-plugin.html#kerberos-authentication-plugin">Kerberos Authentication Plugin</a></p></li><li><p><a href="basic-authentication-plugin.html#basic-authentication-plugin">Basic Authentication Plugin</a></p></li><li><p><a href="hadoop-authentication-plugin.html#hadoop-authentication-plugin">Hadoop Authentication Plugin</a></p></li><li><p><a href="jwt-authentication-plugin.html#jwt-authentication-plugin">JWT Authentication Plugin</a></p></li></ul></div></section>
 <section class="sect2"><h3 id="authorization-plugins">Authorization Plugins</h3><p>Authorization makes sure that only users with the necessary roles/permissions can access any given resource. The authorization plugins shipping with Solr are:</p>
-<div class="ulist"><ul><li><a href="rule-based-authorization-plugin.html#rule-based-authorization-plugin">Rule-Based Authorization Plugin</a></li><li><a href="rule-based-authorization-plugin.html#rule-based-authorization-plugin">External Role Rule-Based Authorization Plugin</a></li></ul></div></section>
+<div class="ulist"><ul><li><p><a href="rule-based-authorization-plugin.html#rule-based-authorization-plugin">Rule-Based Authorization Plugin</a></p></li><li><p><a href="rule-based-authorization-plugin.html#rule-based-authorization-plugin">External Role Rule-Based Authorization Plugin</a></p></li></ul></div></section>
 <section class="sect2"><h3 id="audit-logging-plugins">Audit Logging Plugins</h3><p>Audit logging will record an audit trail of incoming reqests to your cluster, such as users being denied access to admin APIs. Learn more about audit logging and how to implement an audit logger plugin here in the <a href="audit-logging.html#audit-logging">Audit Logging</a> chapter.</p></section></section>
 <section class="sect1"><h2 id="request-logging">Request Logging</h2><p>Solr can optionally log every incoming HTTP(s) request in the standard <a href="https://en.wikipedia.org/wiki/Common_Log_Format"><code>NCSA format</code></a>. You can enable request logging by setting <code>SOLR_REQUESTLOG_ENABLED=true</code> via environment variable or in <code>solr.in.sh</code>/<code>solr.in.cmd</code>.</p></section>
 <section class="sect1"><h2 id="enable-ip-access-control">Enable IP Access Control</h2><p>Restrict network access to specific hosts, by setting <code>SOLR_IP_WHITELIST</code>/<code>SOLR_IP_BLACKLIST</code> via environment variables or in <code>solr.in.sh</code>/<code>solr.in.cmd</code>.</p>
@@ -1728,7 +1723,7 @@ its content is covered in the <a href="z
             <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/segments-info.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/segments-info.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/segments-info.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Segments Info | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Segments Info | 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="segments-info">
+<body class="" id="segments-info">
 <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-->
@@ -1688,7 +1683,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/setting-up-an-external-zookeeper-ensemble.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/setting-up-an-external-zookeeper-ensemble.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/setting-up-an-external-zookeeper-ensemble.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Setting Up an External ZooKeeper Ensemble | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Setting Up an External ZooKeeper Ensemble | 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="setting-up-an-external-zookeeper-ensemble">
+<body class="" id="setting-up-an-external-zookeeper-ensemble">
 <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-->
@@ -1916,7 +1911,7 @@ REM -a option on start script, those opt
             <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/shard-management.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/shard-management.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/shard-management.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Shard Management Commands | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Shard Management Commands | 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="shard-management">
+<body class="" id="shard-management">
 <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,13 +1667,13 @@
 <p>Also, the first replicas of resulting sub-shards will always be placed on the shard leader node, which may cause Autoscaling policy violations that need to be resolved either automatically (when appropriate triggers are in use) or manually.</p>
 <p>Shard splitting can be a long running process. In order to avoid timeouts, you should run this as an <a href="collections-api.html#asynchronous-calls">asynchronous call</a>.</p>
 <section class="sect2"><h3 id="splitshard-parameters">SPLITSHARD Parameters</h3><div class="dlist"><dl><dt><code>collection</code></dt><dd>The name of the collection that includes the shard to be split. This parameter is required.</dd><dt><code>shard</code></dt><dd>The name of the shard to be split. This parameter is required when <code>split.key</code> is not specified.</dd><dt><code>ranges</code></dt><dd><p>A comma-separated list of hash ranges in hexadecimal, such as <code>ranges=0-1f4,1f5-3e8,3e9-5dc</code>.</p><p>This parameter can be used to divide the original shard&#8217;s hash range into arbitrary hash range intervals specified in hexadecimal. For example, if the original hash range is <code>0-1500</code> then adding the parameter: <code>ranges=0-1f4,1f5-3e8,3e9-5dc</code> will divide the original shard into three shards with hash range <code>0-500</code>, <code>501-1000</code>, and <code>1001-1500</code> respectively.</p></dd><dt><code>split.key</code></dt><dd><p>The key t
 o use for splitting the index.</p><p>This parameter can be used to split a shard using a route key such that all documents of the specified route key end up in a single dedicated sub-shard. Providing the <code>shard</code> parameter is not required in this case because the route key is enough to figure out the right shard. A route key which spans more than one shard is not supported.</p>
-<p>For example, suppose <code>split.key=A!</code> hashes to the range <code>12-15</code> and belongs to shard 'shard1' with range <code>0-20</code>. Splitting by this route key would yield three sub-shards with ranges <code>0-11</code>, <code>12-15</code> and <code>16-20</code>. Note that the sub-shard with the hash range of the route key may also contain documents for other route keys whose hash ranges overlap.</p></dd><dt><code>numSubShards</code></dt><dd><p>The number of sub-shards to split the parent shard into. Allowed values for this are in the range of <code>2</code>-<code>8</code> and defaults to <code>2</code>.</p><p>This parameter can only be used when <code>ranges</code> or <code>split.key</code> are not specified.</p></dd><dt><code>splitMethod</code></dt><dd>Currently two methods of shard splitting are supported:<ul><li><code>splitMethod=rewrite</code> (default) after selecting documents to retain in each partition this method creates sub-indexes from
+<p>For example, suppose <code>split.key=A!</code> hashes to the range <code>12-15</code> and belongs to shard 'shard1' with range <code>0-20</code>. Splitting by this route key would yield three sub-shards with ranges <code>0-11</code>, <code>12-15</code> and <code>16-20</code>. Note that the sub-shard with the hash range of the route key may also contain documents for other route keys whose hash ranges overlap.</p></dd><dt><code>numSubShards</code></dt><dd><p>The number of sub-shards to split the parent shard into. Allowed values for this are in the range of <code>2</code>-<code>8</code> and defaults to <code>2</code>.</p><p>This parameter can only be used when <code>ranges</code> or <code>split.key</code> are not specified.</p></dd><dt><code>splitMethod</code></dt><dd>Currently two methods of shard splitting are supported:<ul><li><p><code>splitMethod=rewrite</code> (default) after selecting documents to retain in each partition this method creates sub-indexes from
 scratch, which is a lengthy CPU- and I/O-intensive process but results in optimally-sized sub-indexes that don&#8217;t contain
-any data from documents not belonging to each partition.</li><li><code>splitMethod=link</code> uses file system-level hard links for creating copies of the original index files and then only modifies the
+any data from documents not belonging to each partition.</p></li><li><p><code>splitMethod=link</code> uses file system-level hard links for creating copies of the original index files and then only modifies the
 file that contains the list of deleted documents in each partition. This method is many times quicker and lighter on resources than the
 <code>rewrite</code> method but the resulting sub-indexes are still as large as the original index because they still contain data from documents not
 belonging to the partition. This slows down the replication process and consumes more disk space on replica nodes (the multiple hard-linked
-copies don&#8217;t occupy additional disk space on the leader node, unless hard-linking is not supported).</li></ul></dd><dt><code>splitFuzz</code></dt><dd>A float value (default is 0.0f, must be smaller than 0.5f) that allows to vary the sub-shard ranges
+copies don&#8217;t occupy additional disk space on the leader node, unless hard-linking is not supported).</p></li></ul></dd><dt><code>splitFuzz</code></dt><dd>A float value (default is 0.0f, must be smaller than 0.5f) that allows to vary the sub-shard ranges
 by this percentage of total shard range, odd shards being larger and even shards being smaller.</dd><dt><code>property.<em>name</em>=<em>value</em></code></dt><dd>Set core property <em>name</em> to <em>value</em>. See the section <a href="defining-core-properties.html#defining-core-properties">Defining core.properties</a> for details on supported properties and values.</dd><dt><code>waitForFinalState</code></dt><dd>If <code>true</code>, the request will complete only when all affected replicas become active. The default is <code>false</code>, which means that the API will return the status of the single action, which may be before the new replica is online and active.</dd><dt><code>timing</code></dt><dd>If <code>true</code> then each stage of processing will be timed and a <code>timing</code> section will be included in response.</dd><dt><code>async</code></dt><dd>Request ID to track this action which will be <a href="collections-api.html#asynchronous-calls">processed asynchronously
 </a></dd><dt><code>splitByPrefix</code></dt><dd><p>If <code>true</code>, the split point will be selected by taking into account the distribution of compositeId values in the shard.
 A compositeId has the form <code>&lt;prefix&gt;!&lt;suffix&gt;</code>, where all documents with the same prefix are colocated on in the hash space.
 If there are multiple prefixes in the shard being split, then the split point will be selected to divide up the prefixes into as equal sized shards as possible without splitting any prefix.
@@ -1695,7 +1690,7 @@ then that will be used to generate the c
     <span style="color: #000080">&lt;/analyzer&gt;</span>
   <span style="color: #000080">&lt;/fieldtype&gt;</span></code></pre></code></pre></div>
 <p>Current implementation details and limitations:</p>
-<div class="ulist"><ul><li>Prefix size is calculated using number of documents with the prefix.</li><li>Only two level compositeIds are supported.</li><li>The shard can only be split into two.</li></ul></div></section>
+<div class="ulist"><ul><li><p>Prefix size is calculated using number of documents with the prefix.</p></li><li><p>Only two level compositeIds are supported.</p></li><li><p>The shard can only be split into two.</p></li></ul></div></section>
 <section class="sect2"><h3 id="splitshard-response">SPLITSHARD Response</h3><p>The output will include the status of the request and the new shard names, which will use the original shard as their basis, adding an underscore and a number. For example, "shard1" will become "shard1_0" and "shard1_1". If the status is anything other than "success", an error message will explain why the request failed.</p></section>
 <section class="sect2"><h3 id="examples-using-splitshard">Examples using SPLITSHARD</h3><p><strong>Input</strong></p>
 <p>Split shard1 of the "anotherCollection" collection.</p>
@@ -1840,7 +1835,7 @@ This is an expert level command, and sho
             <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/shards-and-indexing-data-in-solrcloud.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/shards-and-indexing-data-in-solrcloud.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/shards-and-indexing-data-in-solrcloud.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Shards and Indexing Data in SolrCloud | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Shards and Indexing Data in SolrCloud | 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="shards-and-indexing-data-in-solrcloud">
+<body class="" id="shards-and-indexing-data-in-solrcloud">
 <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-->
@@ -1680,10 +1675,10 @@
 <section class="sect2"><h3 id="types-of-replicas">Types of Replicas</h3><p>By default, all replicas are eligible to become leaders if their leader goes down. However, this comes at a cost: if all replicas could become a leader at any time, every replica must be in sync with its leader at all times. New documents added to the leader must be routed to the replicas, and each replica must do a commit. If a replica goes down, or is temporarily unavailable, and then rejoins the cluster, recovery may be slow if it has missed a large number of updates.</p>
 <p>These issues are not a problem for most users. However, some use cases would perform better if the replicas behaved a bit more like the former model, either by not syncing in real-time or by not being eligible to become leaders at all.</p>
 <p>Solr accomplishes this by allowing you to set the replica type when creating a new collection or when adding a replica. The available types are:</p>
-<div class="ulist"><ul><li><strong>NRT</strong>: This is the default. A NRT replica (NRT = NearRealTime) maintains a transaction log and writes new documents to its indexes locally. Any replica of this type is eligible to become a leader. Traditionally, this was the only type supported by Solr.</li><li><strong>TLOG</strong>: This type of replica maintains a transaction log but does not index document changes locally. This type helps speed up indexing since no commits need to occur in the replicas. When this type of replica needs to update its index, it does so by replicating the index from the leader. This type of replica is also eligible to become a shard leader; it would do so by first processing its transaction log. If it does become a leader, it will behave the same as if it was a NRT type of replica.</li><li><strong>PULL</strong>: This type of replica does not maintain a transaction log nor index document changes locally. It only replicates the index from the shard leader. It i
 s not eligible to become a shard leader and doesn&#8217;t participate in shard leader election at all.</li></ul></div>
+<div class="ulist"><ul><li><p><strong>NRT</strong>: This is the default. A NRT replica (NRT = NearRealTime) maintains a transaction log and writes new documents to its indexes locally. Any replica of this type is eligible to become a leader. Traditionally, this was the only type supported by Solr.</p></li><li><p><strong>TLOG</strong>: This type of replica maintains a transaction log but does not index document changes locally. This type helps speed up indexing since no commits need to occur in the replicas. When this type of replica needs to update its index, it does so by replicating the index from the leader. This type of replica is also eligible to become a shard leader; it would do so by first processing its transaction log. If it does become a leader, it will behave the same as if it was a NRT type of replica.</p></li><li><p><strong>PULL</strong>: This type of replica does not maintain a transaction log nor index document changes locally. It only replicates the index from the s
 hard leader. It is not eligible to become a shard leader and doesn&#8217;t participate in shard leader election at all.</p></li></ul></div>
 <p>If you do not specify the type of replica when it is created, it will be NRT type.</p></section>
 <section class="sect2"><h3 id="combining-replica-types-in-a-cluster">Combining Replica Types in a Cluster</h3><p>There are three combinations of replica types that are recommended:</p>
-<div class="ulist"><ul><li>All NRT replicas</li><li>All TLOG replicas</li><li>TLOG replicas with PULL replicas</li></ul></div>
+<div class="ulist"><ul><li><p>All NRT replicas</p></li><li><p>All TLOG replicas</p></li><li><p>TLOG replicas with PULL replicas</p></li></ul></div>
 <section class="sect3"><h4 id="all-nrt-replicas">All NRT Replicas</h4><p>Use this for small to medium clusters, or even big clusters where the update (index) throughput is not too high. NRT is the only type of replica that supports soft-commits, so also use this combination when NearRealTime is needed.</p></section>
 <section class="sect3"><h4 id="all-tlog-replicas">All TLOG Replicas</h4><p>Use this combination if NearRealTime is not needed and the number of replicas per shard is high, but you still want all replicas to be able to handle update requests.</p></section>
 <section class="sect3"><h4 id="tlog-replicas-plus-pull-replicas">TLOG replicas plus PULL replicas</h4><p>Use this combination if NearRealTime is not needed, the number of replicas per shard is high, and you want to increase availability of search queries over document updates even if that means temporarily serving outdated results.</p></section>
@@ -1764,7 +1759,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/simulations.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_6/simulations.html (original)
+++ websites/production/lucene/content/solr/guide/8_6/simulations.html Wed Jul 15 16:52:36 2020
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Monte Carlo Simulations | Apache Solr Reference Guide 8.6-DRAFT</title>
+<title>Monte Carlo Simulations | 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="simulations">
+<body class="" id="simulations">
 <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-->
@@ -1824,7 +1819,7 @@ fall out of the 5 centimeter specificati
             <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>