You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2019/12/04 04:26:40 UTC

svn commit: r1053604 [1/5] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Author: buildbot
Date: Wed Dec  4 04:26:40 2019
New Revision: 1053604

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/core/developer.html
    websites/staging/lucene/trunk/content/core/discussion.html
    websites/staging/lucene/trunk/content/core/documentation.html
    websites/staging/lucene/trunk/content/core/downloads.html
    websites/staging/lucene/trunk/content/core/features.html
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html
    websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
    websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
    websites/staging/lucene/trunk/content/core/quickstart.html
    websites/staging/lucene/trunk/content/core/systemreqs.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/latestversion.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html
    websites/staging/lucene/trunk/content/privacy.html
    websites/staging/lucene/trunk/content/site-instructions.html
    websites/staging/lucene/trunk/content/solr/downloads.html
    websites/staging/lucene/trunk/content/solr/features.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/logos-and-assets.html
    websites/staging/lucene/trunk/content/solr/news.html
    websites/staging/lucene/trunk/content/solr/resources.html
    websites/staging/lucene/trunk/content/whoweare.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec  4 04:26:40 2019
@@ -1 +1 @@
-1870778
+1870790

Modified: websites/staging/lucene/trunk/content/core/corenews.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/corenews.html (original)
+++ websites/staging/lucene/trunk/content/core/corenews.html Wed Dec  4 04:26:40 2019
@@ -222,6 +222,17 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="lucenetm-core-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News<a class="headerlink" href="#lucenetm-core-news" title="Permanent link">&para;</a></h1>
+<h2 id="3-december-2019-apache-lucenetm-831-available">3 December 2019, Apache Lucene™ 8.3.1 available<a class="headerlink" href="#3-december-2019-apache-lucenetm-831-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 8.3.1.</p>
+<p>Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.</p>
+<p>This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:</p>
+<p><a href="https://lucene.apache.org/core/downloads.html">https://lucene.apache.org/core/downloads.html</a></p>
+<h3 id="lucene-831-release-highlights">Lucene 8.3.1 Release Highlights:<a class="headerlink" href="#lucene-831-release-highlights" title="Permanent link">&para;</a></h3>
+<ul>
+<li>Bugfix: MultiTermIntervalsSource.visit() was not calling back to its visitor</li>
+</ul>
+<p>Please read CHANGES.txt for a full list of changes:</p>
+<p><a href="https://lucene.apache.org/core/8_3_1/changes/Changes.html">https://lucene.apache.org/core/8_3_1/changes/Changes.html</a></p>
 <h2 id="2-november-2019-apache-lucenetm-830-available">2 November 2019, Apache Lucene™ 8.3.0 available<a class="headerlink" href="#2-november-2019-apache-lucenetm-830-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 8.3.0.</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.</p>
@@ -1720,9 +1731,9 @@ with the release for a full list of deta
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -1745,7 +1756,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Wed Dec  4 04:26:40 2019
@@ -269,9 +269,9 @@ project. It is responsible for running n
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -294,7 +294,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/discussion.html (original)
+++ websites/staging/lucene/trunk/content/core/discussion.html Wed Dec  4 04:26:40 2019
@@ -320,9 +320,9 @@ No endorsement is implied by the listing
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -345,7 +345,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/documentation.html (original)
+++ websites/staging/lucene/trunk/content/core/documentation.html Wed Dec  4 04:26:40 2019
@@ -224,7 +224,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="lucenetm-release-docs">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs<a class="headerlink" href="#lucenetm-release-docs" title="Permanent link">&para;</a></h1>
 <h2 id="java-docs">Java Docs<a class="headerlink" href="#java-docs" title="Permanent link">&para;</a></h2>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 <li><a href="./7_7_2/index.html">7.7.2</a></li>
 </ul></div>
       
@@ -239,9 +239,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -264,7 +264,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/downloads.html (original)
+++ websites/staging/lucene/trunk/content/core/downloads.html Wed Dec  4 04:26:40 2019
@@ -226,12 +226,12 @@ h2:hover > .headerlink, h3:hover > .head
             sufficient changes, improvements and bug fixes to warrant a release.
             Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
             <a href="systemreqs.html">here</a>.</p>
-<h3 id="lucene-830">Lucene 8.3.0<a class="headerlink" href="#lucene-830" title="Permanent link">&para;</a></h3>
-<p>Lucene 8.3.0 is the most recent Apache Lucene release.</p>
+<h3 id="lucene-831">Lucene 8.3.1<a class="headerlink" href="#lucene-831" title="Permanent link">&para;</a></h3>
+<p>Lucene 8.3.1 is the most recent Apache Lucene release.</p>
 <ul>
-<li>Source release: <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.3.0/lucene-8.3.0-src.tgz">lucene-8.3.0-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/8.3.0/lucene-8.3.0-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/8.3.0/lucene-8.3.0-src.tgz.sha512">SHA512</a>]</li>
-<li>Binary releases:  <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.3.0/lucene-8.3.0.tgz">lucene-8.3.0.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/8.3.0/lucene-8.3.0.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/8.3.0/lucene-8.3.0.tgz.sha512">SHA512</a>] / <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.3.0/lucene-8.3.0.zip">lucene-8.3.0.zip</a> [<a href="https://www.apache.org/dist/lucene/java/8.3.0/lucene-8.3.0.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/8.3.0/lucene-8.3.0.zip.sha512">SHA512</a>]</li>
-<li><a href="https://lucene.apache.org/core/8_3_0/changes/Changes.html">Change log</a></li>
+<li>Source release: <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.3.1/lucene-8.3.1-src.tgz">lucene-8.3.1-src.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/8.3.1/lucene-8.3.1-src.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/8.3.1/lucene-8.3.1-src.tgz.sha512">SHA512</a>]</li>
+<li>Binary releases:  <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.3.1/lucene-8.3.1.tgz">lucene-8.3.1.tgz</a> [<a href="https://www.apache.org/dist/lucene/java/8.3.1/lucene-8.3.1.tgz.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/8.3.1/lucene-8.3.1.tgz.sha512">SHA512</a>] / <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.3.1/lucene-8.3.1.zip">lucene-8.3.1.zip</a> [<a href="https://www.apache.org/dist/lucene/java/8.3.1/lucene-8.3.1.zip.asc">PGP</a>] [<a href="https://www.apache.org/dist/lucene/java/8.3.1/lucene-8.3.1.zip.sha512">SHA512</a>]</li>
+<li><a href="https://lucene.apache.org/core/8_3_1/changes/Changes.html">Change log</a></li>
 </ul>
 <h3 id="lucene-772">Lucene 7.7.2<a class="headerlink" href="#lucene-772" title="Permanent link">&para;</a></h3>
 <p>Lucene 7.7.2 is the latest in the 7.x series.</p>
@@ -264,9 +264,9 @@ are also provided as alternative verific
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -289,7 +289,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/features.html (original)
+++ websites/staging/lucene/trunk/content/core/features.html Wed Dec  4 04:26:40 2019
@@ -265,9 +265,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -290,7 +290,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/index.html (original)
+++ websites/staging/lucene/trunk/content/core/index.html Wed Dec  4 04:26:40 2019
@@ -291,9 +291,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -316,7 +316,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html Wed Dec  4 04:26:40 2019
@@ -244,9 +244,9 @@ following:</p>
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -269,7 +269,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html Wed Dec  4 04:26:40 2019
@@ -244,9 +244,9 @@ following:</p>
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -269,7 +269,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-redir.html Wed Dec  4 04:26:40 2019
@@ -244,9 +244,9 @@ following:</p>
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -269,7 +269,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/core/quickstart.html Wed Dec  4 04:26:40 2019
@@ -228,7 +228,7 @@ in the documentation for that release.</
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
 
 <ul>
-<li><a href="8_3_0/demo/overview-summary.html#overview_description">Lucene 8.3.0 Demo</a></li>
+<li><a href="8_3_1/demo/overview-summary.html#overview_description">Lucene 8.3.1 Demo</a></li>
 </ul></div>
       
 
@@ -242,9 +242,9 @@ in the documentation for that release.</
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -267,7 +267,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/systemreqs.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/systemreqs.html (original)
+++ websites/staging/lucene/trunk/content/core/systemreqs.html Wed Dec  4 04:26:40 2019
@@ -224,7 +224,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="lucenetm-system-requirements">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> System Requirements<a class="headerlink" href="#lucenetm-system-requirements" title="Permanent link">&para;</a></h1>
 <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
 <ul>
-<li><a href="./8_3_0/SYSTEM_REQUIREMENTS.html">8.3.0</a></li>
+<li><a href="./8_3_1/SYSTEM_REQUIREMENTS.html">8.3.1</a></li>
 <li><a href="./7_7_2/SYSTEM_REQUIREMENTS.html">7.7.2</a></li>
 </ul></div>
       
@@ -239,9 +239,9 @@ h2:hover > .headerlink, h3:hover > .head
     <div class="button-green">
       <a href="downloads.html">Download</a>
       <div class="flap top">Click to</div>
-      <div class="flap bottom">Apache Lucene 8.3.0</div>
+      <div class="flap bottom">Apache Lucene 8.3.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 8.3.0</div>
+    <div class="download-desc">Apache Lucene 8.3.1</div>
   </div>
   <style type="text/css">
 /* The following code is added by mdx_elementid.py
@@ -264,7 +264,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h1 id="release-docs">Release Docs<a class="headerlink" href="#release-docs" title="Permanent link">&para;</a></h1>
 <ul>
-<li><a href="./8_3_0/index.html">8.3.0</a></li>
+<li><a href="./8_3_1/index.html">8.3.1</a></li>
 </ul>
 <h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>