Modified: sites/solr/guide/solr/9_9/configuration-guide/codec-factory.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/configuration-guide/codec-factory.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/configuration-guide/codec-factory.html (original)
+++ sites/solr/guide/solr/9_9/configuration-guide/codec-factory.html Thu Jul 10 
15:24:48 2025
@@ -1118,7 +1118,7 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>A <code>codecFactory</code> can be specified in <code>solrconfig.xml</code> 
to determine which Lucene <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/codecs/Codec.html";><code>Codec</code></a>
 is used when writing the index to disk.</p>
+<p>A <code>codecFactory</code> can be specified in <code>solrconfig.xml</code> 
to determine which Lucene <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/codecs/Codec.html";><code>Codec</code></a>
 is used when writing the index to disk.</p>
 </div>
 <div class="paragraph">
 <p>If not specified, Solr&#8217;s <code>SchemaCodecFactory</code> is 
implicitly used as if it had been defined with no configuration options:</p>
@@ -1136,7 +1136,7 @@
 <div class="sect2">
 <h3 id="solr-lucenedefaultcodecfactory"><a class="anchor" 
href="#solr-lucenedefaultcodecfactory"></a>solr.LuceneDefaultCodecFactory</h3>
 <div class="paragraph">
-<p>The <a 
href="https://solr.apache.org/docs/9_9_0/core/org/apache/solr/core/LuceneDefaultCodecFactory.html";><code>solr.LuceneDefaultCodecFactory</code></a>
 Uses the Lucene <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/codecs/Codec.html#getDefault()"><code>Codec.getDefault()</code></a>
 and does not support any configuration options.</p>
+<p>The <a 
href="https://solr.apache.org/docs/9_9_0/core/org/apache/solr/core/LuceneDefaultCodecFactory.html";><code>solr.LuceneDefaultCodecFactory</code></a>
 Uses the Lucene <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/codecs/Codec.html#getDefault()"><code>Codec.getDefault()</code></a>
 and does not support any configuration options.</p>
 </div>
 <div class="paragraph">
 <p>Example:</p>

Modified: 
sites/solr/guide/solr/9_9/configuration-guide/index-segments-merging.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/configuration-guide/index-segments-merging.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/configuration-guide/index-segments-merging.html 
(original)
+++ sites/solr/guide/solr/9_9/configuration-guide/index-segments-merging.html 
Thu Jul 10 15:24:48 2025
@@ -1234,7 +1234,7 @@ This is an expert level parameter as it
 </div>
 <div class="paragraph">
 <p>Other policies available are the <code>LogByteSizeMergePolicy</code> and 
<code>LogDocMergePolicy</code>.
-For more information on these policies, please see <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/index/MergePolicy.html";>the
 MergePolicy javadocs</a>.</p>
+For more information on these policies, please see <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/index/MergePolicy.html";>the
 MergePolicy javadocs</a>.</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -1532,11 +1532,11 @@ Most visible is the number of deleted do
 <p><code>native</code> (default) uses <code>NativeFSLockFactory</code> to 
specify native OS file locking.
 If a second Solr process attempts to access the directory, it will fail.
 Do not use when multiple Solr web applications are attempting to share a 
single index.
-See also the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/store/NativeFSLockFactory.html";>NativeFSLockFactory
 javadocs</a>.</p>
+See also the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/store/NativeFSLockFactory.html";>NativeFSLockFactory
 javadocs</a>.</p>
 </li>
 <li>
 <p><code>simple</code> uses <code>SimpleFSLockFactory</code> to specify a 
plain file for locking.
-See also the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/store/SimpleFSLockFactory.html";>SimpleFSLockFactory
 javadocs</a>.</p>
+See also the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/store/SimpleFSLockFactory.html";>SimpleFSLockFactory
 javadocs</a>.</p>
 </li>
 <li>
 <p><code>single</code> (expert) uses <code>SingleInstanceLockFactory</code>.
@@ -1555,7 +1555,7 @@ If multiple Solr instances in different
 </table>
 </div>
 <div class="paragraph">
-<p>See also the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/store/SingleInstanceLockFactory.html";>SingleInstanceLockFactory
 javadocs</a>.</p>
+<p>See also the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/store/SingleInstanceLockFactory.html";>SingleInstanceLockFactory
 javadocs</a>.</p>
 </div>
 </li>
 <li>

Modified: 
sites/solr/guide/solr/9_9/deployment-guide/solrcloud-shards-indexing.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/deployment-guide/solrcloud-shards-indexing.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/deployment-guide/solrcloud-shards-indexing.html 
(original)
+++ sites/solr/guide/solr/9_9/deployment-guide/solrcloud-shards-indexing.html 
Thu Jul 10 15:24:48 2025
@@ -1161,7 +1161,7 @@ Additionally, every shard can have multi
 <div class="paragraph">
 <p>In SolrCloud there are no leaders or followers.
 Instead, every shard consists of at least one physical 
<strong>replica</strong>, exactly one of which is a <strong>leader</strong>.
-Leaders are automatically elected, initially on a first-come-first-served 
basis, and then based on the ZooKeeper process described at <a 
href="http://zookeeper.apache.org/doc/r3.9.2/recipes.html#sc_leaderElection"; 
class="bare">http://zookeeper.apache.org/doc/r3.9.2/recipes.html#sc_leaderElection</a>.</p>
+Leaders are automatically elected, initially on a first-come-first-served 
basis, and then based on the ZooKeeper process described at <a 
href="http://zookeeper.apache.org/doc/r3.9.3/recipes.html#sc_leaderElection"; 
class="bare">http://zookeeper.apache.org/doc/r3.9.3/recipes.html#sc_leaderElection</a>.</p>
 </div>
 <div class="paragraph">
 <p>If a leader goes down, one of the other replicas is automatically elected 
as the new leader.</p>

Modified: 
sites/solr/guide/solr/9_9/deployment-guide/upgrading-a-solr-cluster.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/deployment-guide/upgrading-a-solr-cluster.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/deployment-guide/upgrading-a-solr-cluster.html 
(original)
+++ sites/solr/guide/solr/9_9/deployment-guide/upgrading-a-solr-cluster.html 
Thu Jul 10 15:24:48 2025
@@ -1140,7 +1140,7 @@ If you use an alternate service name or
 <i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
-Previous versions of this reference guide mentioned an <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/index/IndexUpgrader.html";>IndexUpgraderTool</a>
 that is made available by the Lucene project, and that can be used to upgrade 
Solr index files offline if desired.
+Previous versions of this reference guide mentioned an <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/index/IndexUpgrader.html";>IndexUpgraderTool</a>
 that is made available by the Lucene project, and that can be used to upgrade 
Solr index files offline if desired.
 Users with a business requirement that necessitates its use may use this tool 
as before, however it&#8217;s not needed in the vast majority of upgrade 
workflows.
 The documentation below assumes the tool is not in use.
 </td>

Modified: 
sites/solr/guide/solr/9_9/deployment-guide/zookeeper-access-control.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/deployment-guide/zookeeper-access-control.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/deployment-guide/zookeeper-access-control.html 
(original)
+++ sites/solr/guide/solr/9_9/deployment-guide/zookeeper-access-control.html 
Thu Jul 10 15:24:48 2025
@@ -1121,7 +1121,7 @@
 <p>This section describes using ZooKeeper access control lists (ACLs) with 
Solr.</p>
 </div>
 <div class="paragraph">
-<p>For information about ZooKeeper ACLs, see the <a 
href="http://zookeeper.apache.org/doc/r3.9.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl";>ZooKeeper
 ACL documentation</a>.</p>
+<p>For information about ZooKeeper ACLs, see the <a 
href="http://zookeeper.apache.org/doc/r3.9.3/zookeeperProgrammers.html#sc_ZooKeeperAccessControl";>ZooKeeper
 ACL documentation</a>.</p>
 </div>
 </div>
 </div>

Modified: sites/solr/guide/solr/9_9/deployment-guide/zookeeper-ensemble.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/deployment-guide/zookeeper-ensemble.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/deployment-guide/zookeeper-ensemble.html 
(original)
+++ sites/solr/guide/solr/9_9/deployment-guide/zookeeper-ensemble.html Thu Jul 
10 15:24:48 2025
@@ -1150,7 +1150,7 @@ This majority is called a <em>quorum</em
 </blockquote>
 <div class="attribution">
 &#8212; ZooKeeper Administrator's Guide<br>
-<cite>http://zookeeper.apache.org/doc/r3.9.2/zookeeperAdmin.html</cite>
+<cite>http://zookeeper.apache.org/doc/r3.9.3/zookeeperAdmin.html</cite>
 </div>
 </div>
 <div class="paragraph">
@@ -1170,7 +1170,7 @@ While it may seem that more nodes provid
 Unless you have a truly massive Solr cluster (on the scale of 1,000s of 
nodes), try to stay to 3 as a general rule, or maybe 5 if you have a larger 
cluster.</p>
 </div>
 <div class="paragraph">
-<p>More information on ZooKeeper clusters is available from the ZooKeeper 
documentation at <a 
href="http://zookeeper.apache.org/doc/r3.9.2/zookeeperAdmin.html#sc_zkMulitServerSetup";
 
class="bare">http://zookeeper.apache.org/doc/r3.9.2/zookeeperAdmin.html#sc_zkMulitServerSetup</a>.</p>
+<p>More information on ZooKeeper clusters is available from the ZooKeeper 
documentation at <a 
href="http://zookeeper.apache.org/doc/r3.9.3/zookeeperAdmin.html#sc_zkMulitServerSetup";
 
class="bare">http://zookeeper.apache.org/doc/r3.9.3/zookeeperAdmin.html#sc_zkMulitServerSetup</a>.</p>
 </div>
 </div>
 </div>
@@ -1182,7 +1182,7 @@ Unless you have a truly massive Solr clu
 It&#8217;s available from <a href="http://zookeeper.apache.org/releases.html"; 
class="bare">http://zookeeper.apache.org/releases.html</a>.</p>
 </div>
 <div class="paragraph">
-<p>Solr currently uses Apache ZooKeeper v3.9.2.</p>
+<p>Solr currently uses Apache ZooKeeper v3.9.3.</p>
 </div>
 <div class="admonitionblock warning">
 <table>
@@ -1213,7 +1213,7 @@ The actual directory itself doesn&#8217;
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">tar xvf zookeeper-3.9.2.tar.gz</code></pre>
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">tar xvf zookeeper-3.9.3.tar.gz</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1615,7 +1615,7 @@ To make the same configuration on a Wind
 <h3 id="more-information-about-zookeeper"><a class="anchor" 
href="#more-information-about-zookeeper"></a>More Information about 
ZooKeeper</h3>
 <div class="paragraph">
 <p>ZooKeeper provides a great deal of power through additional configurations, 
but delving into them is beyond the scope of Solr&#8217;s documentation.
-For more information, see the  <a 
href="http://zookeeper.apache.org/doc/r3.9.2";>ZooKeeper documentation</a>.</p>
+For more information, see the  <a 
href="http://zookeeper.apache.org/doc/r3.9.3";>ZooKeeper documentation</a>.</p>
 </div>
 </div>
 </div>
@@ -1834,7 +1834,7 @@ Attempting to write or read files larger
 </div>
 <div class="paragraph">
 <p>Some Solr features, e.g., text analysis synonyms, LTR, and OpenNLP named 
entity recognition, require configuration resources that can be larger than the 
default limit.
-ZooKeeper can be configured, via Java system property <a 
href="https://zookeeper.apache.org/doc/r3.9.2/zookeeperAdmin.html#Unsafe+Options";><code>jute.maxbuffer</code></a>,
 to increase this limit.
+ZooKeeper can be configured, via Java system property <a 
href="https://zookeeper.apache.org/doc/r3.9.3/zookeeperAdmin.html#Unsafe+Options";><code>jute.maxbuffer</code></a>,
 to increase this limit.
 Note that this configuration, which is required both for ZooKeeper server(s) 
and for all clients that connect to the server(s), must be the same everywhere 
it is specified.</p>
 </div>
 <div class="sect2">

Modified: sites/solr/guide/solr/9_9/getting-started/solr-glossary.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/getting-started/solr-glossary.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/getting-started/solr-glossary.html (original)
+++ sites/solr/guide/solr/9_9/getting-started/solr-glossary.html Thu Jul 10 
15:24:48 2025
@@ -1247,7 +1247,7 @@ Documents are versioned after each write
 <dd>
 <p>A measure of the general importance of a term.
 It is calculated as the number of total Documents divided by the number of 
Documents that a particular word occurs in the collection.
-See <a href="http://en.wikipedia.org/wiki/Tf-idf"; 
class="bare">http://en.wikipedia.org/wiki/Tf-idf</a> and <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html";>theÂ
 Lucene TFIDFSimilarity javadocs</a> for more info on TF-IDF based scoring and 
Lucene scoring in particular.
+See <a href="http://en.wikipedia.org/wiki/Tf-idf"; 
class="bare">http://en.wikipedia.org/wiki/Tf-idf</a> and <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html";>theÂ
 Lucene TFIDFSimilarity javadocs</a> for more info on TF-IDF based scoring and 
Lucene scoring in particular.
 See also <a href="#termfrequency">Term frequency</a>.</p>
 </dd>
 <dt class="hdlist1"><a id="invertedindex"></a>Inverted index</dt>
@@ -1416,7 +1416,7 @@ Examples of synonyms in this context wou
 <dt class="hdlist1"><a id="termfrequency"></a>Term frequency</dt>
 <dd>
 <p>The number of times a word occurs in a given document.
-See <a href="http://en.wikipedia.org/wiki/Tf-idf"; 
class="bare">http://en.wikipedia.org/wiki/Tf-idf</a> and <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html";>the
 Lucene TFIDFSimilarity javadocs</a> for more info on TF-IDF based scoring and 
Lucene scoring in particular.
+See <a href="http://en.wikipedia.org/wiki/Tf-idf"; 
class="bare">http://en.wikipedia.org/wiki/Tf-idf</a> and <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html";>the
 Lucene TFIDFSimilarity javadocs</a> for more info on TF-IDF based scoring and 
Lucene scoring in particular.
 See also <a href="#idf">Inverse document frequency (IDF)</a>.</p>
 </dd>
 <dt class="hdlist1"><a id="transactionlog"></a>Transaction log</dt>

Modified: sites/solr/guide/solr/9_9/getting-started/tutorial-aws.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/getting-started/tutorial-aws.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/getting-started/tutorial-aws.html (original)
+++ sites/solr/guide/solr/9_9/getting-started/tutorial-aws.html Thu Jul 10 
15:24:48 2025
@@ -1554,15 +1554,15 @@ See the section <a href="../deployment-g
 <ol class="arabic">
 <li>
 <p>Download a stable version of ZooKeeper.
-In this example we&#8217;re using ZooKeeper v3.9.2.
+In this example we&#8217;re using ZooKeeper v3.9.3.
 On the node you&#8217;re using to host ZooKeeper 
(<code>zookeeper-node</code>), download the package and untar it:</p>
 <div class="listingblock">
 <div class="content">
 <pre class="highlightjs highlight"><code class="language-console hljs" 
data-lang="console"># download stable version of ZooKeeper
-$ wget 
https://archive.apache.org/dist/zookeeper/zookeeper-3.9.2/apache-zookeeper-3.9.2-bin.tar.gz
+$ wget 
https://archive.apache.org/dist/zookeeper/zookeeper-3.9.3/apache-zookeeper-3.9.3-bin.tar.gz
 
 # untar the archive
-$ tar -zxvf apache-zookeeper-3.9.2-bin.tar.gz</code></pre>
+$ tar -zxvf apache-zookeeper-3.9.3-bin.tar.gz</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -1572,11 +1572,11 @@ Correct the path to the ZooKeeper instal
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ export ZOO_HOME=$PWD/apache-zookeeper-3.9.2-bin
+<pre class="highlightjs highlight"><code class="language-bash hljs" 
data-lang="bash">$ export ZOO_HOME=$PWD/apache-zookeeper-3.9.3-bin
 
 # put the env variable in .bashrc
 # vim ~/.bashrc
-export ZOO_HOME=/home/ec2-user/apache-zookeeper-3.9.2-bin</code></pre>
+export ZOO_HOME=/home/ec2-user/apache-zookeeper-3.9.3-bin</code></pre>
 </div>
 </div>
 </li>

Modified: sites/solr/guide/solr/9_9/indexing-guide/docvalues.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/indexing-guide/docvalues.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/indexing-guide/docvalues.html (original)
+++ sites/solr/guide/solr/9_9/indexing-guide/docvalues.html Thu Jul 10 15:24:48 
2025
@@ -1299,12 +1299,12 @@ Entries are kept in sorted order and dup
 </ul>
 </div>
 <div class="paragraph">
-<p>These Lucene types are related to how the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/index/DocValuesType.html";>values
 are sorted and stored</a>.</p>
+<p>These Lucene types are related to how the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/index/DocValuesType.html";>values
 are sorted and stored</a>.</p>
 </div>
 <div class="paragraph">
 <p>There is an additional configuration option available, which is to modify 
the <a href="field-type-definitions-and-properties.html#docvaluesformat" 
class="xref page"><code>docValuesFormat</code></a> used by the field type.
 The default implementation employs a mixture of loading some things into 
memory and keeping some on disk.
-In some cases, however, you may choose to specify an alternative <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/codecs/DocValuesFormat.html";>DocValuesFormat
 implementation</a>.
+In some cases, however, you may choose to specify an alternative <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/codecs/DocValuesFormat.html";>DocValuesFormat
 implementation</a>.
 For example, you could choose to keep everything in memory by specifying 
<code>docValuesFormat="Direct"</code> on a field type:</p>
 </div>
 <div class="listingblock">

Modified: sites/solr/guide/solr/9_9/indexing-guide/external-files-processes.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/indexing-guide/external-files-processes.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/indexing-guide/external-files-processes.html 
(original)
+++ sites/solr/guide/solr/9_9/indexing-guide/external-files-processes.html Thu 
Jul 10 15:24:48 2025
@@ -1351,14 +1351,14 @@ The map for each token consists of the f
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>t</code></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">token</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/CharTermAttribute.html";>CharTermAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/CharTermAttribute.html";>CharTermAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">UTF-8 
string representing the current token</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">required</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>s</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">start 
offset</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/OffsetAttribute.html";>OffsetAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/OffsetAttribute.html";>OffsetAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">Non-negative integer</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">optional</p></td>
 </tr>
@@ -1372,28 +1372,28 @@ The map for each token consists of the f
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>i</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">position 
increment</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute.html";>PositionIncrementAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute.html";>PositionIncrementAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">Non-negative integer - default is <code>1</code></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">optional</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>p</code></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">payload</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/PayloadAttribute.html";>PayloadAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/PayloadAttribute.html";>PayloadAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Base64 
encoded payload</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">optional</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>y</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">lexical 
type</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/TypeAttribute.html";>TypeAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/TypeAttribute.html";>TypeAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">UTF-8 
string</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">optional</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>f</code></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">flags</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/FlagsAttribute.html";>FlagsAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/FlagsAttribute.html";>FlagsAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">String 
representing an integer value in hexadecimal format</p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">optional</p></td>
 </tr>
@@ -1518,13 +1518,13 @@ The following escape sequences are recog
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>i</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">position 
increment</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute.html";>PositionIncrementAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute.html";>PositionIncrementAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">integer</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>s</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">start 
offset</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/OffsetAttribute.html";>OffsetAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/OffsetAttribute.html";>OffsetAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">integer</p></td>
 </tr>
 <tr>
@@ -1536,19 +1536,19 @@ The following escape sequences are recog
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>y</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">lexical 
type</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/TypeAttribute.html";>TypeAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/TypeAttribute.html";>TypeAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">string</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>f</code></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">flags</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/FlagsAttribute.html";>FlagsAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/FlagsAttribute.html";>FlagsAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">hexadecimal integer</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>p</code></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">payload</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/analysis/tokenattributes/PayloadAttribute.html";>PayloadAttribute</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/analysis/tokenattributes/PayloadAttribute.html";>PayloadAttribute</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">bytes in 
hexadecimal format; whitespace is ignored</p></td>
 </tr>
 </tbody>

Modified: sites/solr/guide/solr/9_9/indexing-guide/filters.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/indexing-guide/filters.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/indexing-guide/filters.html (original)
+++ sites/solr/guide/solr/9_9/indexing-guide/filters.html Thu Jul 10 15:24:48 
2025
@@ -6161,7 +6161,7 @@ When using one of the analyzing suggeste
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">Optional</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Default: 
<a 
href="https://lucene.apache.org/core/9_12_1/analysis/common/org/apache/lucene/analysis/core/StopAnalyzer.html";><code>StopAnalyzer#ENGLISH_STOP_WORDS_SET</code></a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Default: 
<a 
href="https://lucene.apache.org/core/9_12_2/analysis/common/org/apache/lucene/analysis/core/StopAnalyzer.html";><code>StopAnalyzer#ENGLISH_STOP_WORDS_SET</code></a></p></td>
 </tr>
 </tbody>
 </table>
@@ -6433,8 +6433,8 @@ If <code>false</code>, all equivalent sy
 </table>
 <div class="paragraph">
 <p>Controls how the synonyms will be parsed.
-The short names <code>solr</code> (for <a 
href="https://lucene.apache.org/core/9_12_1/analysis/common/org/apache/lucene/analysis/synonym/SolrSynonymParser.html";><code>SolrSynonymParser</code></a>
 and <code>wordnet</code> (for <a 
href="https://lucene.apache.org/core/9_12_1/analysis/common/org/apache/lucene/analysis/synonym/WordnetSynonymParser.html";><code>WordnetSynonymParser</code></a>
 ) are supported.
-You may alternatively supply the name of your own <a 
href="https://lucene.apache.org/core/9_12_1/analysis/common/org/apache/lucene/analysis/synonym/SynonymMap.Builder.html";><code>SynonymMap.Builder</code></a>
 subclass.</p>
+The short names <code>solr</code> (for <a 
href="https://lucene.apache.org/core/9_12_2/analysis/common/org/apache/lucene/analysis/synonym/SolrSynonymParser.html";><code>SolrSynonymParser</code></a>
 and <code>wordnet</code> (for <a 
href="https://lucene.apache.org/core/9_12_2/analysis/common/org/apache/lucene/analysis/synonym/WordnetSynonymParser.html";><code>WordnetSynonymParser</code></a>
 ) are supported.
+You may alternatively supply the name of your own <a 
href="https://lucene.apache.org/core/9_12_2/analysis/common/org/apache/lucene/analysis/synonym/SynonymMap.Builder.html";><code>SynonymMap.Builder</code></a>
 subclass.</p>
 </div>
 </dd>
 <dt class="hdlist1"><code>tokenizerFactory</code></dt>

Modified: sites/solr/guide/solr/9_9/indexing-guide/language-analysis.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/indexing-guide/language-analysis.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/indexing-guide/language-analysis.html (original)
+++ sites/solr/guide/solr/9_9/indexing-guide/language-analysis.html Thu Jul 10 
15:24:48 2025
@@ -5769,7 +5769,7 @@ To use this tokenizer, you must enable t
 <p><strong>Out:</strong> "student", "student"</p>
 </div>
 <div class="paragraph">
-<p>More information about the Stempel stemmer is available in <a 
href="https://lucene.apache.org/core/9_12_1/analysis/stempel/index.html";>the 
Lucene javadocs</a>.</p>
+<p>More information about the Stempel stemmer is available in <a 
href="https://lucene.apache.org/core/9_12_2/analysis/stempel/index.html";>the 
Lucene javadocs</a>.</p>
 </div>
 <div class="paragraph">
 <p>Note the lower case filter is applied <em>after</em> the Morfologik 
stemmer; this is because the Polish dictionary contains proper names and then 
proper term case may be important to resolve disambiguities (or even lookup the 
correct lemma at all).</p>
@@ -6376,7 +6376,7 @@ Valid values are:</p>
 <p>Solr includes three stemmers for Swedish: one in the 
<code>solr.SnowballPorterFilterFactory language="Swedish"</code>, a lighter 
stemmer called <code>solr.SwedishLightStemFilterFactory</code>, and a minimal 
stemmer <code>solr.SwedishMinimalStemFilterFactory</code>.</p>
 </div>
 <div class="paragraph">
-<p>The Light variant is based on simple rules, and removes suffixes like 
<code>-het</code>, <code>-heten</code>, <code>-else</code>, <code>-elser</code> 
etc., while the Minimal one only tries to normalize singular/plural endings 
like <code>-er</code>, <code>-ar</code>, <code>-arne</code> etc. See <a 
href="https://lucene.apache.org/core/9_12_1/analysis/common/org/apache/lucene/analysis/sv/package-summary.html";>the
 Lucene javadocs</a> for more information.</p>
+<p>The Light variant is based on simple rules, and removes suffixes like 
<code>-het</code>, <code>-heten</code>, <code>-else</code>, <code>-elser</code> 
etc., while the Minimal one only tries to normalize singular/plural endings 
like <code>-er</code>, <code>-ar</code>, <code>-arne</code> etc. See <a 
href="https://lucene.apache.org/core/9_12_2/analysis/common/org/apache/lucene/analysis/sv/package-summary.html";>the
 Lucene javadocs</a> for more information.</p>
 </div>
 <div class="admonitionblock note">
 <table>

Modified: sites/solr/guide/solr/9_9/indexing-guide/luke-request-handler.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/indexing-guide/luke-request-handler.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/indexing-guide/luke-request-handler.html 
(original)
+++ sites/solr/guide/solr/9_9/indexing-guide/luke-request-handler.html Thu Jul 
10 15:24:48 2025
@@ -1119,7 +1119,7 @@
 <div class="sectionbody">
 <div class="paragraph">
 <p>The Luke Request Handler offers programmatic access to the information 
provided on the <a href="schema-browser-screen.html" class="xref page">Schema 
Browser Screen</a> page of the Admin UI.
-It is modeled after <a 
href="https://github.com/apache/lucene/tree/releases/lucene/9.12.1/lucene/luke";>Luke</a>,
 the Lucene Index Browser.
+It is modeled after <a 
href="https://github.com/apache/lucene/tree/releases/lucene/9.12.2/lucene/luke";>Luke</a>,
 the Lucene Index Browser.
 It is an implicit handler, so you don&#8217;t need to define it in 
<code>solrconfig.xml</code>.</p>
 </div>
 <div class="paragraph">

Modified: sites/solr/guide/solr/9_9/indexing-guide/tokenizers.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/indexing-guide/tokenizers.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/indexing-guide/tokenizers.html (original)
+++ sites/solr/guide/solr/9_9/indexing-guide/tokenizers.html Thu Jul 10 
15:24:48 2025
@@ -2651,7 +2651,7 @@ Group 3 is the subexpression "[0-9-]+",
 <h2 id="simplified-regular-expression-pattern-tokenizer"><a class="anchor" 
href="#simplified-regular-expression-pattern-tokenizer"></a>Simplified Regular 
Expression Pattern Tokenizer</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>This tokenizer is similar to the <code>PatternTokenizerFactory</code> 
described above, but uses Lucene <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 pattern matching to construct distinct tokens for the input stream.
+<p>This tokenizer is similar to the <code>PatternTokenizerFactory</code> 
described above, but uses Lucene <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 pattern matching to construct distinct tokens for the input stream.
 The syntax is more limited than <code>PatternTokenizerFactory</code>, but the 
tokenization is quite a bit faster.</p>
 </div>
 <div class="paragraph">
@@ -2677,7 +2677,7 @@ The syntax is more limited than <code>Pa
 </tbody>
 </table>
 <div class="paragraph">
-<p>The regular expression, as defined in the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 javadocs, identifying the characters to include in tokens.
+<p>The regular expression, as defined in the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 javadocs, identifying the characters to include in tokens.
 The matching is greedy such that the longest token matching at a given point 
is created.
 Empty tokens are never created.</p>
 </div>
@@ -2754,7 +2754,7 @@ Empty tokens are never created.</p>
 <h2 id="simplified-regular-expression-pattern-splitting-tokenizer"><a 
class="anchor" 
href="#simplified-regular-expression-pattern-splitting-tokenizer"></a>Simplified
 Regular Expression Pattern Splitting Tokenizer</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>This tokenizer is similar to the <code>SimplePatternTokenizerFactory</code> 
described above, but uses Lucene <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 pattern matching to identify sequences of characters that should be used to 
split tokens.
+<p>This tokenizer is similar to the <code>SimplePatternTokenizerFactory</code> 
described above, but uses Lucene <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 pattern matching to identify sequences of characters that should be used to 
split tokens.
 The syntax is more limited than <code>PatternTokenizerFactory</code>, but the 
tokenization is quite a bit faster.</p>
 </div>
 <div class="paragraph">
@@ -2780,7 +2780,7 @@ The syntax is more limited than <code>Pa
 </tbody>
 </table>
 <div class="paragraph">
-<p>The regular expression, as defined by in the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 javadocs, identifying the characters that should split tokens.
+<p>The regular expression, as defined by in the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/util/automaton/RegExp.html";><code>RegExp</code></a>
 javadocs, identifying the characters that should split tokens.
 The matching is greedy such that the longest token separator matching at a 
given point is matched.
 Empty tokens are never created.</p>
 </div>

Modified: sites/solr/guide/solr/9_9/query-guide/function-queries.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/query-guide/function-queries.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/query-guide/function-queries.html (original)
+++ sites/solr/guide/solr/9_9/query-guide/function-queries.html Thu Jul 10 
15:24:48 2025
@@ -1774,7 +1774,7 @@ Dates are relative to the Unix or POSIX
 <h3 id="normfield-function"><a class="anchor" 
href="#normfield-function"></a>norm(<em>field</em>) Function</h3>
 <div class="paragraph">
 <p>Returns the "norm" stored in the index for the specified field.
-This is the product of the index time boost and the length normalization 
factor, according to the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/search/similarities/Similarity.html";>Similarity</a>
 for the field.</p>
+This is the product of the index time boost and the length normalization 
factor, according to the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/search/similarities/Similarity.html";>Similarity</a>
 for the field.</p>
 </div>
 <div class="paragraph">
 <p><strong>Syntax Example</strong></p>
@@ -2189,7 +2189,7 @@ If doc1:(fieldX:A B C) and doc2:(fieldX:
 <div class="sect2">
 <h3 id="tf-function"><a class="anchor" href="#tf-function"></a>tf Function</h3>
 <div class="paragraph">
-<p>Term frequency; returns the term frequency factor for the given term, using 
the <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/search/similarities/Similarity.html";>Similarity</a>
 for the field.
+<p>Term frequency; returns the term frequency factor for the given term, using 
the <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/search/similarities/Similarity.html";>Similarity</a>
 for the field.
 The <code>tf-idf</code> value increases proportionally to the number of times 
a word appears in the document, but is offset by the frequency of the word in 
the document, which helps to control for the fact that some words are generally 
more common than others.
 See also <code>idf</code>.</p>
 </div>

Modified: sites/solr/guide/solr/9_9/query-guide/other-parsers.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/query-guide/other-parsers.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/query-guide/other-parsers.html (original)
+++ sites/solr/guide/solr/9_9/query-guide/other-parsers.html Thu Jul 10 
15:24:48 2025
@@ -1375,7 +1375,7 @@ So all downstream components (faceting,
 <h2 id="complex-phrase-query-parser"><a class="anchor" 
href="#complex-phrase-query-parser"></a>Complex Phrase Query Parser</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>The <code>ComplexPhraseQParser</code> provides support for wildcards, ORs, 
etc., inside phrase queries using Lucene&#8217;s <a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/complexPhrase/ComplexPhraseQueryParser.html";><code>ComplexPhraseQueryParser</code></a>.</p>
+<p>The <code>ComplexPhraseQParser</code> provides support for wildcards, ORs, 
etc., inside phrase queries using Lucene&#8217;s <a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/complexPhrase/ComplexPhraseQueryParser.html";><code>ComplexPhraseQueryParser</code></a>.</p>
 </div>
 <div class="paragraph">
 <p>Under the covers, this query parser makes use of the Span group of queries, 
e.g., spanNear, spanOr, etc., and is subject to the same limitations as that 
family or parsers.</p>
@@ -1695,7 +1695,7 @@ In the second example, we&#8217;re doing
 This query parser gives additional options on top of the standard <a 
href="standard-query-parser.html#fuzzy-searches" class="xref 
page"><code>field~2</code> fuzzy query notation</a>.</p>
 </div>
 <div class="paragraph">
-<p>For more information about fuzzy queries and their options, please refer to 
Lucene&#8217;s <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/search/FuzzyQuery.html";><code>FuzzyQuery</code>
 documentation</a>.</p>
+<p>For more information about fuzzy queries and their options, please refer to 
Lucene&#8217;s <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/search/FuzzyQuery.html";><code>FuzzyQuery</code>
 documentation</a>.</p>
 </div>
 <div class="paragraph">
 <p><strong>Parameters</strong></p>
@@ -1829,7 +1829,7 @@ This option must be between <code>0</cod
 <i class="fa icon-tip" title="Tip"></i>
 </td>
 <td class="content">
-For string fields which are <code>indexed=false</code> and 
<code>docValues=true</code>, please refer to the javadocs for <a 
href="https://lucene.apache.org/core/9_12_1/core/org/apache/lucene/document/SortedDocValuesField.html#newSlowSetQuery(java.lang.String,org.apache.lucene.util.BytesRef&#8230;&#8203;)"><code>SortedDocValuesField.newSlowSetQuery()</code></a>
 for its performance characteristics so <code>indexed=true</code> will perform 
better for most use-cases.
+For string fields which are <code>indexed=false</code> and 
<code>docValues=true</code>, please refer to the javadocs for <a 
href="https://lucene.apache.org/core/9_12_2/core/org/apache/lucene/document/SortedDocValuesField.html#newSlowSetQuery(java.lang.String,org.apache.lucene.util.BytesRef&#8230;&#8203;)"><code>SortedDocValuesField.newSlowSetQuery()</code></a>
 for its performance characteristics so <code>indexed=true</code> will perform 
better for most use-cases.
 </td>
 </tr>
 </table>
@@ -2639,7 +2639,7 @@ Payloads can be encoded on terms using e
 <div class="sect2">
 <h3 id="payload-score-parser"><a class="anchor" 
href="#payload-score-parser"></a>Payload Score Parser</h3>
 <div class="paragraph">
-<p><code>PayloadScoreQParser</code> incorporates each matching term&#8217;s 
numeric (integer or float) payloads into the scores via a <a 
href="https://lucene.apache.org/core/9_12_1/queries/org/apache/lucene/queries/payloads/PayloadScoreQuery.html";>PayloadScoreQuery</a>
 that is wrapping a <a 
href="https://lucene.apache.org/core/9_12_1/queries/org/apache/lucene/queries/spans/SpanQuery.html";>SpanQuery</a>.
+<p><code>PayloadScoreQParser</code> incorporates each matching term&#8217;s 
numeric (integer or float) payloads into the scores via a <a 
href="https://lucene.apache.org/core/9_12_2/queries/org/apache/lucene/queries/payloads/PayloadScoreQuery.html";>PayloadScoreQuery</a>
 that is wrapping a <a 
href="https://lucene.apache.org/core/9_12_2/queries/org/apache/lucene/queries/spans/SpanQuery.html";>SpanQuery</a>.
 The main query is parsed from the field type&#8217;s query analysis into the 
<code>SpanQuery</code> based on the value of the <code>operator</code> 
parameter below.</p>
 </div>
 <div class="paragraph">
@@ -3467,8 +3467,8 @@ Example:</p>
 </tbody>
 </table>
 <div class="paragraph">
-<p>The XmlQParser implementation uses the <a 
href="https://solr.apache.org/docs/9_9_0/core/org/apache/solr/search/SolrCoreParser.html";>SolrCoreParser</a>
 class which extends Lucene&#8217;s <a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/CoreParser.html";>CoreParser</a>
 class.
-XML elements are mapped to <a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/QueryBuilder.html";>QueryBuilder</a>
 classes as follows:</p>
+<p>The XmlQParser implementation uses the <a 
href="https://solr.apache.org/docs/9_9_0/core/org/apache/solr/search/SolrCoreParser.html";>SolrCoreParser</a>
 class which extends Lucene&#8217;s <a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/CoreParser.html";>CoreParser</a>
 class.
+XML elements are mapped to <a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/QueryBuilder.html";>QueryBuilder</a>
 classes as follows:</p>
 </div>
 <table class="tableblock frame-all grid-all fit-content stretch">
 <colgroup>
@@ -3484,67 +3484,67 @@ XML elements are mapped to <a href="http
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;BooleanQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/BooleanQueryBuilder.html";>BooleanQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/BooleanQueryBuilder.html";>BooleanQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;BoostingTermQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/BoostingTermBuilder.html";>BoostingTermBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/BoostingTermBuilder.html";>BoostingTermBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;ConstantScoreQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/ConstantScoreQueryBuilder.html";>ConstantScoreQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/ConstantScoreQueryBuilder.html";>ConstantScoreQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;DisjunctionMaxQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/DisjunctionMaxQueryBuilder.html";>DisjunctionMaxQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/DisjunctionMaxQueryBuilder.html";>DisjunctionMaxQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;MatchAllDocsQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/MatchAllDocsQueryBuilder.html";>MatchAllDocsQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/MatchAllDocsQueryBuilder.html";>MatchAllDocsQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;RangeQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/RangeQueryBuilder.html";>RangeQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/RangeQueryBuilder.html";>RangeQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanFirst&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanFirstBuilder.html";>SpanFirstBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanFirstBuilder.html";>SpanFirstBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanPositionRange&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanPositionRangeBuilder.html";>SpanPositionRangeBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanPositionRangeBuilder.html";>SpanPositionRangeBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanNear&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanNearBuilder.html";>SpanNearBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanNearBuilder.html";>SpanNearBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanNot&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanNotBuilder.html";>SpanNotBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanNotBuilder.html";>SpanNotBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanOr&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanOrBuilder.html";>SpanOrBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanOrBuilder.html";>SpanOrBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanOrTerms&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanOrTermsBuilder.html";>SpanOrTermsBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanOrTermsBuilder.html";>SpanOrTermsBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;SpanTerm&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/SpanTermBuilder.html";>SpanTermBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/SpanTermBuilder.html";>SpanTermBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;TermQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/TermQueryBuilder.html";>TermQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/TermQueryBuilder.html";>TermQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;TermsQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/TermsQueryBuilder.html";>TermsQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/TermsQueryBuilder.html";>TermsQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;UserQuery&gt;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/xml/builders/UserInputQueryBuilder.html";>UserInputQueryBuilder</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/xml/builders/UserInputQueryBuilder.html";>UserInputQueryBuilder</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">&lt;LegacyNumericRangeQuery&gt;</p></td>

Modified: sites/solr/guide/solr/9_9/query-guide/searching-nested-documents.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/query-guide/searching-nested-documents.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/query-guide/searching-nested-documents.html 
(original)
+++ sites/solr/guide/solr/9_9/query-guide/searching-nested-documents.html Thu 
Jul 10 15:24:48 2025
@@ -1354,7 +1354,7 @@ In the query below, we search for all de
 <div class="ulist">
 <ul>
 <li>
-<p>One level of <code>\</code> escaping is necessary to prevent the 
<code>/</code> from being interpreted as a <a 
href="https://lucene.apache.org/core/9_12_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Regexp_Searches";>Regex
 Query</a></p>
+<p>One level of <code>\</code> escaping is necessary to prevent the 
<code>/</code> from being interpreted as a <a 
href="https://lucene.apache.org/core/9_12_2/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Regexp_Searches";>Regex
 Query</a></p>
 </li>
 <li>
 <p>An additional level of "escaping the escape character" is necessary because 
the <code>of</code> local parameter is a quoted string; so we need a second 
<code>\</code> to ensure the first <code>\</code> is preserved and passed as is 
to the query parser.</p>

Modified: sites/solr/guide/solr/9_9/query-guide/spatial-search.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/9_9/query-guide/spatial-search.html?rev=1090638&r1=1090637&r2=1090638&view=diff
==============================================================================
--- sites/solr/guide/solr/9_9/query-guide/spatial-search.html (original)
+++ sites/solr/guide/solr/9_9/query-guide/spatial-search.html Thu Jul 10 
15:24:48 2025
@@ -2343,7 +2343,7 @@ For example:</p>
 <p>The <code>score</code> local parameter can be one of 
<code>overlapRatio</code>, <code>area</code>, and <code>area2D</code>.
 <code>area</code> scores by the document area using surface-of-a-sphere 
(assuming <code>geo=true</code>) math, while <code>area2D</code> uses simple 
width * height.
 <code>overlapRatio</code> computes a [0-1] ranged score based on how much 
overlap exists relative to the document&#8217;s area and the query area.
-The javadocs of <a 
href="https://lucene.apache.org/core/9_12_1/spatial-extras/org/apache/lucene/spatial/bbox/BBoxOverlapRatioValueSource.html";>BBoxOverlapRatioValueSource</a>
 have more info on the formula.
+The javadocs of <a 
href="https://lucene.apache.org/core/9_12_2/spatial-extras/org/apache/lucene/spatial/bbox/BBoxOverlapRatioValueSource.html";>BBoxOverlapRatioValueSource</a>
 have more info on the formula.
 There is an additional parameter <code>queryTargetProportion</code> that 
allows you to weight the query side of the formula to the index (target) side 
of the formula.
 You can also use <code>&amp;debug=results</code> to see useful score 
computation info.</p>
 </div>


Reply via email to