You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by sv...@apache.org on 2023/07/21 18:07:51 UTC

svn commit: r1083697 [31/43] - in /sites/solr/guide: ./ solr/9_0/ solr/9_0/configuration-guide/ solr/9_0/deployment-guide/ solr/9_0/getting-started/ solr/9_0/indexing-guide/ solr/9_0/query-guide/ solr/9_0/upgrade-notes/ solr/9_1/ solr/9_1/configuration...

Modified: sites/solr/guide/solr/latest/deployment-guide/solrcloud-recoveries-and-write-tolerance.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/solrcloud-recoveries-and-write-tolerance.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/solrcloud-recoveries-and-write-tolerance.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/solrcloud-recoveries-and-write-tolerance.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1071,17 +1074,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/solrcloud-recoveries-and-write-tolerance.html">9.3-beta</a>
-    <a class="version is-current" href="solrcloud-recoveries-and-write-tolerance.html">9.2</a>
+    <a class="version is-current" href="solrcloud-recoveries-and-write-tolerance.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/solrcloud-recoveries-and-write-tolerance.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/solrcloud-recoveries-and-write-tolerance.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/solrcloud-recoveries-and-write-tolerance.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-recoveries-and-write-tolerance.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/solrcloud-shards-indexing.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/solrcloud-shards-indexing.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/solrcloud-shards-indexing.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/solrcloud-shards-indexing.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1071,17 +1074,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/solrcloud-shards-indexing.html">9.3-beta</a>
-    <a class="version is-current" href="solrcloud-shards-indexing.html">9.2</a>
+    <a class="version is-current" href="solrcloud-shards-indexing.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/solrcloud-shards-indexing.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/solrcloud-shards-indexing.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/solrcloud-shards-indexing.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-shards-indexing.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/solrcloud-with-legacy-configuration-files.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/solrcloud-with-legacy-configuration-files.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/solrcloud-with-legacy-configuration-files.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/solrcloud-with-legacy-configuration-files.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1072,17 +1075,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/solrcloud-with-legacy-configuration-files.html">9.3-beta</a>
-    <a class="version is-current" href="solrcloud-with-legacy-configuration-files.html">9.2</a>
+    <a class="version is-current" href="solrcloud-with-legacy-configuration-files.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/solrcloud-with-legacy-configuration-files.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/solrcloud-with-legacy-configuration-files.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/solrcloud-with-legacy-configuration-files.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-with-legacy-configuration-files.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/solrj.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/solrj.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/solrj.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/solrj.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/solrj.html">9.3-beta</a>
-    <a class="version is-current" href="solrj.html">9.2</a>
+    <a class="version is-current" href="solrj.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/solrj.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/solrj.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/solrj.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/solrj.adoc">Edit this Page</a></div>
   </div>
@@ -1094,7 +1097,7 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/">SolrJ</a> is an API that makes it easy for applications written in Java (or any language based on the JVM) to talk to Solr.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/">SolrJ</a> is an API that makes it easy for applications written in Java (or any language based on the JVM) to talk to Solr.
 SolrJ hides a lot of the details of connecting to Solr and allows your application to interact with Solr with simple high-level methods.
 SolrJ supports most Solr APIs, and is highly configurable.</p>
 </div>
@@ -1117,7 +1120,7 @@ But you will need to configure your buil
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency org="org.apache.solr" name="solr-solrj" rev="9.2.1"/&gt;</code></pre>
+<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency org="org.apache.solr" name="solr-solrj" rev="9.3.0"/&gt;</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1128,7 +1131,7 @@ But you will need to configure your buil
 <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.solr&lt;/groupId&gt;
   &lt;artifactId&gt;solr-solrj&lt;/artifactId&gt;
-  &lt;version&gt;9.2.1&lt;/version&gt;
+  &lt;version&gt;9.3.0&lt;/version&gt;
 &lt;/dependency&gt;</code></pre>
 </div>
 </div>
@@ -1137,7 +1140,7 @@ But you will need to configure your buil
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">compile group: 'org.apache.solr', name: 'solr-solrj', version: '9.2.1'</code></pre>
+<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy">compile group: 'org.apache.solr', name: 'solr-solrj', version: '9.3.0'</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1153,18 +1156,18 @@ But you will need to configure your buil
 <p>If you are not using one of the above build system, it&#8217;s still easy to add SolrJ to your build.</p>
 </div>
 <div class="paragraph">
-<p>At build time, all that is required is the SolrJ jar itself: <code>solr-solrj-9.2.1.jar</code>.
+<p>At build time, all that is required is the SolrJ jar itself: <code>solr-solrj-9.3.0.jar</code>.
 To compile code manually that uses SolrJ, use a <code>javac</code> command similar to:</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">javac -cp .:$SOLR_TIP/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-9.2.1.jar ...</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">javac -cp .:$SOLR_TIP/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-9.3.0.jar ...</code></pre>
 </div>
 </div>
 <div class="paragraph">
 <p>At runtime, you need a few of SolrJ&#8217;s dependencies, in addition to SolrJ itself.
 In the Solr distribution these dependencies are not separated from Solr&#8217;s dependencies, so you must include all or manually choose the exact set that is needed.
-Please refer to the <a href="https://search.maven.org/artifact/org.apache.solr/solr-solrj/9.2.1/jar">maven release</a> for the exact dependencies needed for your version.
+Please refer to the <a href="https://search.maven.org/artifact/org.apache.solr/solr-solrj/9.3.0/jar">maven release</a> for the exact dependencies needed for your version.
 Run your project with a classpath like:</p>
 </div>
 <div class="listingblock">
@@ -1185,11 +1188,11 @@ Run your project with a classpath like:<
 <p>For all its flexibility, SolrJ is built around a few simple interfaces.</p>
 </div>
 <div class="paragraph">
-<p>All requests to Solr are sent by a <a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/SolrClient.html"><code>SolrClient</code></a>.  SolrClient&#8217;s are the main workhorses at the core of SolrJ.
+<p>All requests to Solr are sent by a <a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/SolrClient.html"><code>SolrClient</code></a>.  SolrClient&#8217;s are the main workhorses at the core of SolrJ.
 They handle the work of connecting to and communicating with Solr, and are where most of the user configuration happens.</p>
 </div>
 <div class="paragraph">
-<p>Requests are sent in the form of <a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/SolrRequest.html"><code>SolrRequests</code></a>, and are returned as <a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/SolrResponse.html"><code>SolrResponses</code></a>.</p>
+<p>Requests are sent in the form of <a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/SolrRequest.html"><code>SolrRequests</code></a>, and are returned as <a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/SolrResponse.html"><code>SolrResponses</code></a>.</p>
 </div>
 <div class="sect2">
 <h3 id="types-of-solrclients"><a class="anchor" href="#types-of-solrclients"></a>Types of SolrClients</h3>
@@ -1199,31 +1202,31 @@ They handle the work of connecting to an
 <div class="ulist">
 <ul>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/HttpSolrClient.html"><code>HttpSolrClient</code></a> - geared towards query-centric workloads, though also a good general-purpose client.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/HttpSolrClient.html"><code>HttpSolrClient</code></a> - geared towards query-centric workloads, though also a good general-purpose client.
 Communicates directly with a single Solr node.</p>
 </li>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/Http2SolrClient.html"><code>Http2SolrClient</code></a> - async, non-blocking and general-purpose client that leverage HTTP/2.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/Http2SolrClient.html"><code>Http2SolrClient</code></a> - async, non-blocking and general-purpose client that leverage HTTP/2.
 This class is experimental therefore its API&#8217;s might change or be removed in minor versions of SolrJ.</p>
 </li>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/LBHttpSolrClient.html"><code>LBHttpSolrClient</code></a> - balances request load across a list of Solr nodes.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/LBHttpSolrClient.html"><code>LBHttpSolrClient</code></a> - balances request load across a list of Solr nodes.
 Adjusts the list of "in-service" nodes based on node health.</p>
 </li>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.html"><code>LBHttp2SolrClient</code></a> - just like <code>LBHttpSolrClient</code> but using <code>Http2SolrClient</code> instead.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.html"><code>LBHttp2SolrClient</code></a> - just like <code>LBHttpSolrClient</code> but using <code>Http2SolrClient</code> instead.
 This class is experimental therefore its API&#8217;s might change or be removed in minor versions of SolrJ.</p>
 </li>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/CloudSolrClient.html"><code>CloudSolrClient</code></a> - geared towards communicating with SolrCloud deployments.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/CloudSolrClient.html"><code>CloudSolrClient</code></a> - geared towards communicating with SolrCloud deployments.
 Uses already-recorded ZooKeeper state to discover and route requests to healthy Solr nodes.</p>
 </li>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.html"><code>ConcurrentUpdateSolrClient</code></a> - geared towards indexing-centric workloads.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrClient.html"><code>ConcurrentUpdateSolrClient</code></a> - geared towards indexing-centric workloads.
 Buffers documents internally before sending larger batches to Solr.</p>
 </li>
 <li>
-<p><a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.html"><code>ConcurrentUpdateHttp2SolrClient</code></a> - just like <code>ConcurrentUpdateSolrClient</code> but using <code>Http2SolrClient</code> instead.
+<p><a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.html"><code>ConcurrentUpdateHttp2SolrClient</code></a> - just like <code>ConcurrentUpdateSolrClient</code> but using <code>Http2SolrClient</code> instead.
 This class is experimental therefore its API&#8217;s might change or be removed in minor versions of SolrJ.</p>
 </li>
 </ul>
@@ -1323,8 +1326,8 @@ These are provided at client creation ti
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">final String solrUrl = "http://localhost:8983/solr";
 return new HttpSolrClient.Builder(solrUrl)
-    .withConnectionTimeout(10000)
-    .withSocketTimeout(60000)
+    .withConnectionTimeout(10000, TimeUnit.MILLISECONDS)
+    .withSocketTimeout(60000, TimeUnit.MILLISECONDS)
     .build();</code></pre>
 </div>
 </div>
@@ -1446,7 +1449,7 @@ It is also suggested that Solr administr
 <div class="sectionbody">
 <div class="paragraph">
 <p>While the <code>UpdateResponse</code> and <code>QueryResponse</code> interfaces that SolrJ provides are useful, it is often more convenient to work with domain-specific objects that can more easily be understood by your application.
-Thankfully, SolrJ supports this by implicitly converting documents to and from any class that has been specially marked with <a href="https://solr.apache.org/docs/9_2_1/solrj/org/apache/solr/client/solrj//beans/Field.html"><code>Field</code></a> annotations.</p>
+Thankfully, SolrJ supports this by implicitly converting documents to and from any class that has been specially marked with <a href="https://solr.apache.org/docs/9_3_0/solrj/org/apache/solr/client/solrj//beans/Field.html"><code>Field</code></a> annotations.</p>
 </div>
 <div class="paragraph">
 <p>Each instance variable in a Java object can be mapped to a corresponding Solr field, using the <code>Field</code> annotation.

Modified: sites/solr/guide/solr/latest/deployment-guide/system-requirements.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/system-requirements.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/system-requirements.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/system-requirements.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/system-requirements.html">9.3-beta</a>
-    <a class="version is-current" href="system-requirements.html">9.2</a>
+    <a class="version is-current" href="system-requirements.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/system-requirements.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/system-requirements.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/system-requirements.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/system-requirements.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/taking-solr-to-production.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/taking-solr-to-production.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/taking-solr-to-production.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/taking-solr-to-production.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/taking-solr-to-production.html">9.3-beta</a>
-    <a class="version is-current" href="taking-solr-to-production.html">9.2</a>
+    <a class="version is-current" href="taking-solr-to-production.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/taking-solr-to-production.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/taking-solr-to-production.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/taking-solr-to-production.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/taking-solr-to-production.adoc">Edit this Page</a></div>
   </div>
@@ -1119,12 +1122,12 @@ Specifically, you need to decide where t
 <p>By default, the service installation script will extract the distribution archive into <code>/opt</code>.
 You can change this location using the <code>-i</code> option when running the installation script.
 The script will also create a symbolic link to the versioned directory of Solr.
-For instance, if you run the installation script for Solr 9.2.1, then the following directory structure will be used:</p>
+For instance, if you run the installation script for Solr 9.3.0, then the following directory structure will be used:</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-plain hljs" data-lang="plain">/opt/solr-9.2.1
-/opt/solr -> /opt/solr-9.2.1</code></pre>
+<pre class="highlightjs highlight"><code class="language-plain hljs" data-lang="plain">/opt/solr-9.3.0
+/opt/solr -> /opt/solr-9.3.0</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1161,7 +1164,7 @@ The installation script will make the So
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">tar xzf solr-9.2.1.tgz solr-9.2.1/bin/install_solr_service.sh --strip-components=2</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">tar xzf solr-9.3.0.tgz solr-9.3.0/bin/install_solr_service.sh --strip-components=2</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1171,7 +1174,7 @@ The installation script must be run as r
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">sudo bash ./install_solr_service.sh solr-9.2.1.tgz</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">sudo bash ./install_solr_service.sh solr-9.3.0.tgz</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1180,7 +1183,7 @@ Consequently, the following command prod
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">sudo bash ./install_solr_service.sh solr-9.2.1.tgz -i /opt -d /var/solr -u solr -s solr -p 8983</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">sudo bash ./install_solr_service.sh solr-9.3.0.tgz -i /opt -d /var/solr -u solr -s solr -p 8983</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1443,6 +1446,22 @@ See <a href="zookeeper-utilities.html" c
 </table>
 </div>
 </div>
+<div class="sect3">
+<h4 id="unknown-core-deletion"><a class="anchor" href="#unknown-core-deletion"></a>Unknown core deletion</h4>
+<div class="paragraph">
+<p>When Solr loads a core from a filesystem it will check for corresponding cluster state in ZooKeeper. If no corresponding entry exists the core will be skipped and a warning will be logged.
+This protects against misconfiguration (e.g. connecting to the wrong ZooKeeper instance or chroot) where the index would still be valid once the configuration is corrected. However you may
+need to manually delete unwanted cores that have not been removed successfully as part of intentional deletion of a collection.</p>
+</div>
+<div class="paragraph">
+<p>If you would prefer to automatically remove the orphaned files you can edit your include file to set <code>SOLR_DELETE_UNKNOWN_CORES</code> to <code>true</code>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">SOLR_DELETE_UNKNOWN_CORES=true</code></pre>
+</div>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="solr-hostname"><a class="anchor" href="#solr-hostname"></a>Solr Hostname</h3>
@@ -1720,7 +1739,7 @@ The easiest approach is to use the servi
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">sudo bash ./install_solr_service.sh solr-9.2.1.tgz -s solr2 -p 8984</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">sudo bash ./install_solr_service.sh solr-9.3.0.tgz -s solr2 -p 8984</code></pre>
 </div>
 </div>
 <div class="paragraph">

Modified: sites/solr/guide/solr/latest/deployment-guide/task-management.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/task-management.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/task-management.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/task-management.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/task-management.html">9.3-beta</a>
-    <a class="version is-current" href="task-management.html">9.2</a>
+    <a class="version is-current" href="task-management.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/task-management.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/task-management.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/task-management.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/task-management.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/thread-dump.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/thread-dump.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/thread-dump.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/thread-dump.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/thread-dump.html">9.3-beta</a>
-    <a class="version is-current" href="thread-dump.html">9.2</a>
+    <a class="version is-current" href="thread-dump.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/thread-dump.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/thread-dump.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/thread-dump.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/thread-dump.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/upgrading-a-solr-cluster.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/upgrading-a-solr-cluster.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/upgrading-a-solr-cluster.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/upgrading-a-solr-cluster.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/upgrading-a-solr-cluster.html">9.3-beta</a>
-    <a class="version is-current" href="upgrading-a-solr-cluster.html">9.2</a>
+    <a class="version is-current" href="upgrading-a-solr-cluster.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/upgrading-a-solr-cluster.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/upgrading-a-solr-cluster.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/upgrading-a-solr-cluster.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/upgrading-a-solr-cluster.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/user-managed-distributed-search.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/user-managed-distributed-search.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/user-managed-distributed-search.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/user-managed-distributed-search.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1071,17 +1074,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/user-managed-distributed-search.html">9.3-beta</a>
-    <a class="version is-current" href="user-managed-distributed-search.html">9.2</a>
+    <a class="version is-current" href="user-managed-distributed-search.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/user-managed-distributed-search.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/user-managed-distributed-search.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/user-managed-distributed-search.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/user-managed-distributed-search.adoc">Edit this Page</a></div>
   </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/user-managed-index-replication.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/user-managed-index-replication.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/user-managed-index-replication.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/user-managed-index-replication.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1071,17 +1074,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/user-managed-index-replication.html">9.3-beta</a>
-    <a class="version is-current" href="user-managed-index-replication.html">9.2</a>
+    <a class="version is-current" href="user-managed-index-replication.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/user-managed-index-replication.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/user-managed-index-replication.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/user-managed-index-replication.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/user-managed-index-replication.adoc">Edit this Page</a></div>
   </div>
@@ -1703,11 +1706,30 @@ This means that the leader and follower
 <dt class="hdlist1"><code>indexversion</code></dt>
 <dd>
 <p>Return the version of the latest replicatable index on the specified leader or follower.</p>
+<div class="exampleblock">
+<div class="content">
+<div class="paragraph">
+<p><strong class="tab-label">V1 API</strong></p>
+</div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">http://_host:port_/solr/_core_name_/replication?command=indexversion</code></pre>
 </div>
 </div>
+</div>
+</div>
+<div class="exampleblock">
+<div class="content">
+<div class="paragraph">
+<p><strong class="tab-label">V2 API</strong></p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">http://_host:port_/api/cores/_core_name_/replication/indexversion</code></pre>
+</div>
+</div>
+</div>
+</div>
 </dd>
 <dt class="hdlist1"><code>fetchindex</code></dt>
 <dd>
@@ -1761,11 +1783,30 @@ This removes the need for hard-coding th
 <dt class="hdlist1"><code>filelist</code></dt>
 <dd>
 <p>Retrieve a list of Lucene files present in the specified host&#8217;s index.</p>
+<div class="exampleblock">
+<div class="content">
+<div class="paragraph">
+<p><strong class="tab-label">V1 API</strong></p>
+</div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">http://_host:port_/solr/_core_name_/replication?command=filelist&amp;generation=&lt;_generation-number_&gt;</code></pre>
 </div>
 </div>
+</div>
+</div>
+<div class="exampleblock">
+<div class="content">
+<div class="paragraph">
+<p><strong class="tab-label">V2 API</strong></p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">http://_host:port_/api/cores/_core_name_/replication/files?generation=&lt;_generation-number_&gt;</code></pre>
+</div>
+</div>
+</div>
+</div>
 <div class="paragraph">
 <p>You can discover the generation number of the index by running the <code>indexversion</code> command.</p>
 </div>

Modified: sites/solr/guide/solr/latest/deployment-guide/zookeeper-access-control.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/zookeeper-access-control.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/zookeeper-access-control.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/zookeeper-access-control.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1070,17 +1073,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/zookeeper-access-control.html">9.3-beta</a>
-    <a class="version is-current" href="zookeeper-access-control.html">9.2</a>
+    <a class="version is-current" href="zookeeper-access-control.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/zookeeper-access-control.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/zookeeper-access-control.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/zookeeper-access-control.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-access-control.adoc">Edit this Page</a></div>
   </div>
@@ -1169,7 +1172,7 @@ The default behavior in Solr is to add o
 <div class="ulist">
 <ul>
 <li>
-<p>Solr to Zookeeper credentials and ACLs are controlled through 3 interfaces: <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a>,  <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsProvider.html"><code>ZkCredentialsProvider</code></a> and <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkACLProvider.html"><code>ZkACLProvider</code></a>.</p>
+<p>Solr to Zookeeper credentials and ACLs are controlled through 3 interfaces: <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a>,  <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsProvider.html"><code>ZkCredentialsProvider</code></a> and <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkACLProvider.html"><code>ZkACLProvider</code></a>.</p>
 </li>
 <li>
 <p>The classes implementing these 3 interfaces are passed to Solr via System Properties using the properties names
@@ -1237,7 +1240,7 @@ The credentials are used to get permissi
 </ul>
 </div>
 <div class="paragraph">
-<p>Solr nodes, clients, and tools (e.g., ZkCLI) always use a java class called <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/SolrZkClient.html"><code>SolrZkClient</code></a> to deal with their ZooKeeper stuff.
+<p>Solr nodes, clients, and tools (e.g., ZkCLI) always use a java class called <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/SolrZkClient.html"><code>SolrZkClient</code></a> to deal with their ZooKeeper stuff.
 The implementation of the solution described here is all about changing <code>SolrZkClient</code>.
 If you use <code>SolrZkClient</code> in your application, the descriptions below will be true for your application too.</p>
 </div>
@@ -1275,7 +1278,7 @@ uses the same credentials to set the ACL
 <div class="ulist">
 <ul>
 <li>
-<p>You control which credentials will be injected by configuring <code>zkCredentialsInjector</code> property in the <code>&lt;solrcloud&gt;</code> section of <a href="../configuration-guide/configuring-solr-xml.html" class="xref page"><code>solr.xml</code></a> to the name of a class (on the classpath) implementing the <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a> interface.<br>
+<p>You control which credentials will be injected by configuring <code>zkCredentialsInjector</code> property in the <code>&lt;solrcloud&gt;</code> section of <a href="../configuration-guide/configuring-solr-xml.html" class="xref page"><code>solr.xml</code></a> to the name of a class (on the classpath) implementing the <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a> interface.<br>
 <code>server/solr/solr.xml</code> file in the Solr distribution defines the`zkCredentialsInjector` such that it will take on the value
 of the same-named <code>zkCredentialsInjector</code> system property if it is defined (e.g., by uncommenting
 the <code>SOLR_ZK_CREDS_AND_ACLS</code> environment variable definition in <code>solr.in.sh/.cmd</code>- see below), or if not, default
@@ -1339,7 +1342,7 @@ Java properties file and contain both th
 <ul>
 <li>
 <p>You can create your own credentials injector by
-implementing <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a> and pass it through System Properties using <code>zkCredentialsInjector</code> name:</p>
+implementing <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a> and pass it through System Properties using <code>zkCredentialsInjector</code> name:</p>
 </li>
 </ul>
 </div>
@@ -1361,7 +1364,7 @@ implementing <a href="https://solr.apach
 <div class="ulist">
 <ul>
 <li>
-<p>You control which credentials will be used by configuring <code>zkCredentialsProvider</code> property in the <code>&lt;solrcloud&gt;</code> section of <a href="../configuration-guide/configuring-solr-xml.html" class="xref page"><code>solr.xml</code></a> to the name of a class (on the classpath) implementing the <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsProvider.html"><code>ZkCredentialsProvider</code></a> interface.<br>
+<p>You control which credentials will be used by configuring <code>zkCredentialsProvider</code> property in the <code>&lt;solrcloud&gt;</code> section of <a href="../configuration-guide/configuring-solr-xml.html" class="xref page"><code>solr.xml</code></a> to the name of a class (on the classpath) implementing the <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsProvider.html"><code>ZkCredentialsProvider</code></a> interface.<br>
 <code>server/solr/solr.xml</code> file in the Solr distribution defines the`zkCredentialsProvider`such that it will take on the value
 of the same-named <code>zkCredentialsProvider</code> system property if it is defined (e.g., by uncommenting
 the <code>SOLR_ZK_CREDS_AND_ACLS</code> environment variable definition in <code>solr.in.sh/.cmd</code>- see below), or if not, default
@@ -1407,7 +1410,7 @@ back to default behavior and use the (em
 <div class="ulist">
 <ul>
 <li>
-<p>You control which ACLs will be added by configuring <code>zkACLProvider</code> property in the <code>&lt;solrcloud&gt;</code> section of <a href="../configuration-guide/configuring-solr-xml.html" class="xref page"><code>solr.xml</code></a> to the name of a class (on the classpath) implementing the <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkACLProvider.html"><code>ZkACLProvider</code></a> interface.<br>
+<p>You control which ACLs will be added by configuring <code>zkACLProvider</code> property in the <code>&lt;solrcloud&gt;</code> section of <a href="../configuration-guide/configuring-solr-xml.html" class="xref page"><code>solr.xml</code></a> to the name of a class (on the classpath) implementing the <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkACLProvider.html"><code>ZkACLProvider</code></a> interface.<br>
 <code>server/solr/solr.xml</code> file in the Solr distribution defines the`zkACLProvider`such that it will take on the value
 of the same-named <code>zkACLProvider</code> system property if it is defined (e.g., by uncommenting
 the <code>SOLR_ZK_CREDS_AND_ACLS</code> environment variable definition in <code>solr.in.sh/.cmd</code>- see below), or if not, default
@@ -1639,7 +1642,7 @@ set SOLR_ZK_CREDS_AND_ACLS=-DzkACLProvid
 <ul>
 <li>
 <p>Alternatively, you can create your own credentials injector by
-implementing <a href="https://solr.apache.org/docs/9_2_1/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a> and pass
+implementing <a href="https://solr.apache.org/docs/9_3_0/solrj-zookeeper/org/apache/solr/common/cloud/ZkCredentialsInjector.html"><code>ZkCredentialsInjector</code></a> and pass
 it through system props using DzkCredentialsInjector variable name.</p>
 </li>
 </ul>

Modified: sites/solr/guide/solr/latest/deployment-guide/zookeeper-ensemble.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/zookeeper-ensemble.html?rev=1083697&r1=1083696&r2=1083697&view=diff
==============================================================================
--- sites/solr/guide/solr/latest/deployment-guide/zookeeper-ensemble.html (original)
+++ sites/solr/guide/solr/latest/deployment-guide/zookeeper-ensemble.html Fri Jul 21 18:07:42 2023
@@ -39,7 +39,7 @@
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="#">Resources</a>
           <div class="navbar-dropdown">
-            <a class="navbar-item" href="https://solr.apache.org/docs/9_2_1/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
+            <a class="navbar-item" href="https://solr.apache.org/docs/9_3_0/index.html" target="_blank" rel="noreferrer nopener">Solr Javadocs</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html#version-control" target="_blank" rel="noreferrer nopener">Source Code</a>
             <a class="navbar-item" href="https://solr.apache.org/community.html" target="_blank" rel="noreferrer nopener">Community Links</a>
             <a class="navbar-item" href="https://github.com/apache/solr/tree/main/dev-docs/ref-guide" target="_blank" rel="noreferrer nopener">Contribute</a>
@@ -56,25 +56,25 @@
   </nav>
 </header>
 <div class="body">
-<div class="nav-container" data-component="solr" data-version="9_2">
+<div class="nav-container" data-component="solr" data-version="9_3">
   <aside class="nav">
     <div class="panels">
 <!-- Solr Changes - Start -->
 <div class="nav-panel-explore" data-panel="explore">
   <div class="context">
     <span class="title">Solr Reference Guide</span>
-    <span class="version">9.2</span>
+    <span class="version">9.3</span>
   </div>
 <!-- Programmatically creates the component and version list -->
   <ul class="components">
     <li class="component is-current">
       <a class="title" href="../index.html">Solr Reference Guide</a>
       <ul class="versions">
-        <li class="version">
-          <a href="../../9_3/index.html">9.3-beta</a>
-        </li>
         <li class="version is-current is-latest">
-          <a href="../index.html">9.2</a>
+          <a href="../index.html">9.3</a>
+        </li>
+        <li class="version">
+          <a href="../../9_2/index.html">9.2</a>
         </li>
         <li class="version">
           <a href="../../9_1/index.html">9.1</a>
@@ -211,7 +211,7 @@
     <a class="nav-link" href="../getting-started/tutorial-films.html">Exercise 2: Index Films Data</a>
   </li>
   <li class="nav-item" data-depth="2">
-    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3 Index Your Own Data</a>
+    <a class="nav-link" href="../getting-started/tutorial-diy.html">Exercise 3: Index Your Own Data</a>
   </li>
   <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../getting-started/tutorial-solrcloud.html">Getting Started with SolrCloud</a>
@@ -718,6 +718,9 @@
 </ul>
   </li>
   <li class="nav-item" data-depth="2">
+    <a class="nav-link" href="../indexing-guide/indexing-with-cbor.html">Indexing with Update CBOR data format</a>
+  </li>
+  <li class="nav-item" data-depth="2">
     <a class="nav-link" href="../indexing-guide/indexing-with-tika.html">Indexing with Solr Cell and Apache Tika</a>
   </li>
   <li class="nav-item" data-depth="2">
@@ -1072,17 +1075,17 @@
   </ul>
 </nav>
 <div class="page-versions">
-  <button class="version-menu-toggle" title="Show other versions of page">9.2</button>
+  <button class="version-menu-toggle" title="Show other versions of page">9.3</button>
   <div class="version-menu">
-    <a class="version" href="../../9_3/deployment-guide/zookeeper-ensemble.html">9.3-beta</a>
-    <a class="version is-current" href="zookeeper-ensemble.html">9.2</a>
+    <a class="version is-current" href="zookeeper-ensemble.html">9.3</a>
+    <a class="version" href="../../9_2/deployment-guide/zookeeper-ensemble.html">9.2</a>
     <a class="version" href="../../9_1/deployment-guide/zookeeper-ensemble.html">9.1</a>
     <a class="version" href="../../9_0/deployment-guide/zookeeper-ensemble.html">9.0</a>
   </div>
 </div>
 <!-- Solr Additions - Start -->
 <!-- Solr New File -->
-<span class="perma-link-copy" version="9_2">
+<span class="perma-link-copy" version="9_3">
 </span><!-- Solr Additions - End -->
   <div class="edit-this-page"><a href="https://github.com/apache/solr/tree/main/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-ensemble.adoc">Edit this Page</a></div>
   </div>