You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gi...@apache.org on 2023/01/30 14:26:36 UTC

[lucene-site] branch asf-site updated: Automatic Site Publish by Buildbot

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f1adc0deb Automatic Site Publish by Buildbot
f1adc0deb is described below

commit f1adc0deb57ce2618a32df28f5da2645764da926
Author: buildbot <us...@infra.apache.org>
AuthorDate: Mon Jan 30 14:26:32 2023 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess                        |  2 +-
 output/code-of-conduct.html             |  6 +++---
 output/core/corenews.html               | 37 +++++++++++++++++++++++++++++----
 output/core/developer.html              |  8 +++----
 output/core/discussion.html             |  8 +++----
 output/core/documentation.html          | 10 ++++-----
 output/core/downloads.html              | 28 ++++++++++++-------------
 output/core/features.html               |  8 +++----
 output/core/index.html                  |  8 +++----
 output/core/quickstart.html             | 10 ++++-----
 output/core/systemreqs.html             | 10 ++++-----
 output/feeds/all.atom.xml               | 27 +++++++++++++++++++++++-
 output/feeds/core/news.atom.xml         | 27 +++++++++++++++++++++++-
 output/index.html                       | 12 +++++------
 output/news.html                        |  6 +++---
 output/openrelevance/index.html         |  2 +-
 output/openrelevance/mailing-lists.html |  2 +-
 output/privacy.html                     |  6 +++---
 output/pylucene/features.html           |  2 +-
 output/pylucene/index.html              |  2 +-
 output/pylucene/install.html            |  2 +-
 output/pylucene/jcc/features.html       |  2 +-
 output/pylucene/jcc/index.html          |  2 +-
 output/pylucene/jcc/install.html        |  2 +-
 output/pylucene/mailing-lists.html      |  2 +-
 output/pylucene/news.html               |  2 +-
 output/pylucene/version_control.html    |  2 +-
 output/site-instructions.html           |  6 +++---
 output/whoweare.html                    |  6 +++---
 29 files changed, 163 insertions(+), 84 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index 8c919aa2c..19ee5f3e3 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -42,7 +42,7 @@ RedirectMatch Permanent ^/core/\d+_\d+_\d+$ $0/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp ^/core/api/(.*) /core/9_4_2/$1
+RedirectMatch temp ^/core/api/(.*) /core/9_5_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent ^/mail.html /core/discussion.html
diff --git a/output/code-of-conduct.html b/output/code-of-conduct.html
index 2a50b3aee..2e11d9b7d 100644
--- a/output/code-of-conduct.html
+++ b/output/code-of-conduct.html
@@ -143,9 +143,9 @@ document.observe('dom:loaded', StartSlides);
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 9.4.2</div>
+  <div class="flap bottom">Apache Lucene 9.5.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.4.2</div>
+<div class="download-desc">Apache Lucene 9.5.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
@@ -198,7 +198,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/corenews.html b/output/core/corenews.html
index d9ea27241..2d856003e 100644
--- a/output/core/corenews.html
+++ b/output/core/corenews.html
@@ -149,6 +149,35 @@ It is a technology suitable for nearly any application that requires structured
 </div>
 
   <div>
+    <h2 id="apache-lucenetm-950-available">
+      30 January 2023 - Apache Lucene™ 9.5.0 available
+      <a class="headerlink" href="#apache-lucenetm-950-available" title="Permanent link">¶</a>
+    </h2>
+    <p>The Lucene PMC is pleased to announce the release of Apache Lucene 9.5.0.</p>
+<p>Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions.</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-950-release-highlights">Lucene 9.5.0 Release Highlights:</h3>
+<h4 id="new-features">New features</h4>
+<ul>
+<li>Added KnnByteVectorField and ByteVectorQuery that are specialized for indexing and querying byte-sized vectors. Deprecated KnnVectorField, KnnVectorQuery and LeafReader#getVectorValues in favour of the newly introduced KnnFloatVectorField, KnnFloatVectorQuery and LeafReader#getFloatVectorValues that are specialized for float vectors.</li>
+<li>Added IntField, LongField, FloatField and DoubleField: easy to use numeric fields that perform well both for filtering and sorting.</li>
+<li>Support for Java 19 foreign memory access ("project Panama") was enabled by default removing the need to provide the "--enable-preview" flag.</li>
+<li>Added ByteWritesTrackingDirectoryWrapper to expose metrics for bytes merged, flushed, and overall write amplification factor.</li>
+</ul>
+<h4 id="optimizations">Optimizations</h4>
+<ul>
+<li>Improved storage efficiency of connections in the HNSW graph used for vector search</li>
+<li>Added  new stored fields and term vectors interfaces: IndexReader#storedFields and IndexReader#termVectors. These do not rely upon ThreadLocal storage for each index segment, which can greatly reduce RAM requirements when there are many threads and/or segments.</li>
+<li>Several improvements were made to IndexSortSortedNumericDocValuesRangeQuery including query execution optimization with points for descending sorts and BoundedDocIdSetIterator construction sped up using bkd binary search.</li>
+</ul>
+<h4 id="other">Other</h4>
+<ul>
+<li>Moved DocValuesNumbersQuery from sandbox to NumericDocValuesField#newSlowSetQuery</li>
+<li>Fix exponential runtime for nested BooleanQuery#rewrite with non scoring clauses</li>
+</ul>
+<p>Please read CHANGES.txt for a full list of new features and changes:</p>
+<p><a href="https://lucene.apache.org/core/9_5_0/changes/Changes.html">https://lucene.apache.org/core/9_5_0/changes/Changes.html</a></p>
     <h2 id="apache-lucenetm-942-available">
       21 November 2022 - Apache Lucene™ 9.4.2 available
       <a class="headerlink" href="#apache-lucenetm-942-available" title="Permanent link">¶</a>
@@ -2323,9 +2352,9 @@ with the release for a full list of details.</p>
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -2339,7 +2368,7 @@ with the release for a full list of details.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -2384,7 +2413,7 @@ with the release for a full list of details.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/developer.html b/output/core/developer.html
index e70655ae8..e7187af84 100644
--- a/output/core/developer.html
+++ b/output/core/developer.html
@@ -175,9 +175,9 @@ It is responsible for running nightly builds, tests, javadocs, and code coverage
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -191,7 +191,7 @@ It is responsible for running nightly builds, tests, javadocs, and code coverage
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -236,7 +236,7 @@ It is responsible for running nightly builds, tests, javadocs, and code coverage
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/discussion.html b/output/core/discussion.html
index febe378dd..91e3013e0 100644
--- a/output/core/discussion.html
+++ b/output/core/discussion.html
@@ -226,9 +226,9 @@ browse the mail archives of all the project's mailing lists.</p>
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -242,7 +242,7 @@ browse the mail archives of all the project's mailing lists.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -287,7 +287,7 @@ browse the mail archives of all the project's mailing lists.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/documentation.html b/output/core/documentation.html
index 5691318d9..6f8a9222d 100644
--- a/output/core/documentation.html
+++ b/output/core/documentation.html
@@ -149,7 +149,7 @@ document.observe('dom:loaded', StartSlides);
 
   <h2>Java Docs</h2>
   <ul>
-    <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+    <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
     <li><a href="/core/8_11_2/index.html">8.11.2</a></li>
   </ul>
 </div>
@@ -159,9 +159,9 @@ document.observe('dom:loaded', StartSlides);
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -175,7 +175,7 @@ document.observe('dom:loaded', StartSlides);
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -220,7 +220,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/downloads.html b/output/core/downloads.html
index e346ec30d..03494eba5 100644
--- a/output/core/downloads.html
+++ b/output/core/downloads.html
@@ -150,26 +150,26 @@ Due to the voluntary nature of Lucene, no releases are scheduled in advance.
 System Requirements are detailed <a href="/core/systemreqs.html">here</a>.</p>
 </div>
 
-  <h3 id="lucene-942">Lucene 9.4.2
-    <a class="headerlink" href="#lucene-942" title="Permanent link">¶</a>
+  <h3 id="lucene-950">Lucene 9.5.0
+    <a class="headerlink" href="#lucene-950" title="Permanent link">¶</a>
   </h3>
 
-  <p>Lucene 9.4.2 is the most recent Apache Lucene release.</p>
+  <p>Lucene 9.5.0 is the most recent Apache Lucene release.</p>
 
   <ul>
     <li>Source release:
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/9.4.2/lucene-9.4.2-src.tgz">lucene-9.4.2-src.tgz</a>
-      [<a href="https://downloads.apache.org/lucene/java/9.4.2/lucene-9.4.2-src.tgz.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/java/9.4.2/lucene-9.4.2-src.tgz.sha512">SHA512</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/9.5.0/lucene-9.5.0-src.tgz">lucene-9.5.0-src.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/java/9.5.0/lucene-9.5.0-src.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/9.5.0/lucene-9.5.0-src.tgz.sha512">SHA512</a>]
     </li>
 
     <li>Binary releases:
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/9.4.2/lucene-9.4.2.tgz">lucene-9.4.2.tgz</a>
-      [<a href="https://downloads.apache.org/lucene/java/9.4.2/lucene-9.4.2.tgz.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/java/9.4.2/lucene-9.4.2.tgz.sha512">SHA512</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/9.5.0/lucene-9.5.0.tgz">lucene-9.5.0.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/java/9.5.0/lucene-9.5.0.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/9.5.0/lucene-9.5.0.tgz.sha512">SHA512</a>]
     </li>
 
-    <li><a href="/core/9_4_2/changes/Changes.html">Change log</a></li>
+    <li><a href="/core/9_5_0/changes/Changes.html">Change log</a></li>
   </ul>
 
   <h3 id="lucene-8112">Lucene 8.11.2
@@ -217,9 +217,9 @@ System Requirements are detailed <a href="/core/systemreqs.html">here</a>.</p>
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -233,7 +233,7 @@ System Requirements are detailed <a href="/core/systemreqs.html">here</a>.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -278,7 +278,7 @@ System Requirements are detailed <a href="/core/systemreqs.html">here</a>.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/features.html b/output/core/features.html
index b58893ac5..101cc9ebf 100644
--- a/output/core/features.html
+++ b/output/core/features.html
@@ -182,9 +182,9 @@ document.observe('dom:loaded', StartSlides);
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -198,7 +198,7 @@ document.observe('dom:loaded', StartSlides);
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -243,7 +243,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/index.html b/output/core/index.html
index f95deeda7..d962da1c1 100644
--- a/output/core/index.html
+++ b/output/core/index.html
@@ -188,9 +188,9 @@ links on the right to access Lucene.</p>
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -204,7 +204,7 @@ links on the right to access Lucene.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -249,7 +249,7 @@ links on the right to access Lucene.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/quickstart.html b/output/core/quickstart.html
index df45a606b..2f10f0159 100644
--- a/output/core/quickstart.html
+++ b/output/core/quickstart.html
@@ -149,7 +149,7 @@ document.observe('dom:loaded', StartSlides);
 
   <p>The most recent versions can also be found online:</p>
   <ul>
-    <li><a href="/core/9_4_2/demo/overview-summary.html#overview_description">Lucene 9.4.2 Demo</a></li>
+    <li><a href="/core/9_5_0/demo/overview-summary.html#overview_description">Lucene 9.5.0 Demo</a></li>
   </ul>
 </div>
         </div>
@@ -158,9 +158,9 @@ document.observe('dom:loaded', StartSlides);
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -174,7 +174,7 @@ document.observe('dom:loaded', StartSlides);
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -219,7 +219,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/core/systemreqs.html b/output/core/systemreqs.html
index 9efba8dad..05801904e 100644
--- a/output/core/systemreqs.html
+++ b/output/core/systemreqs.html
@@ -149,7 +149,7 @@ document.observe('dom:loaded', StartSlides);
 
   <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
   <ul>
-    <li><a href="/core/9_4_2/SYSTEM_REQUIREMENTS.html">9.4.2</a></li>
+    <li><a href="/core/9_5_0/SYSTEM_REQUIREMENTS.html">9.5.0</a></li>
     <li><a href="/core/8_11_2/SYSTEM_REQUIREMENTS.html">8.11.2</a></li>
   </ul>
 </div>
@@ -159,9 +159,9 @@ document.observe('dom:loaded', StartSlides);
   <div class="button-green">
     <a href="/core/downloads.html">Download</a>
     <div class="flap top">Click to</div>
-    <div class="flap bottom">Apache Lucene 9.4.2</div>
+    <div class="flap bottom">Apache Lucene 9.5.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.4.2</div>
+  <div class="download-desc">Apache Lucene 9.5.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -175,7 +175,7 @@ document.observe('dom:loaded', StartSlides);
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_4_2/index.html">9.4.2</a></li>
+  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
@@ -220,7 +220,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
index 29145f363..5f75005bd 100644
--- a/output/feeds/all.atom.xml
+++ b/output/feeds/all.atom.xml
@@ -1,5 +1,30 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Lucene</title><link href="/" rel="alternate"></link><link href="/feeds/all.atom.xml" rel="self"></link><id>/</id><updated>2022-11-21T00:00:00+00:00</updated><subtitle></subtitle><subtitle></subtitle><entry><title>Apache Lucene™ 9.4.2 available</title><link href="/" rel="alternate"></link><published>2022-11-21T00:00:00+00:00</published><updated>2022-11-21T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag: [...]
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Lucene</title><link href="/" rel="alternate"></link><link href="/feeds/all.atom.xml" rel="self"></link><id>/</id><updated>2023-01-30T00:00:00+00:00</updated><subtitle></subtitle><subtitle></subtitle><entry><title>Apache Lucene™ 9.5.0 available</title><link href="/" rel="alternate"></link><published>2023-01-30T00:00:00+00:00</published><updated>2023-01-30T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag: [...]
+&lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 9.5.0.&lt;/p&gt;
+&lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions.&lt;/p&gt;
+&lt;p&gt;This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://lucene.apache.org/core/downloads.html"&gt;https://lucene.apache.org/core/downloads.html&lt;/a&gt;&lt;/p&gt;
+&lt;h3 id="lucene-950-release-highlights"&gt;Lucene 9.5.0 Release Highlights:&lt;/h3&gt;
+&lt;h4 id="new-features"&gt;New features&lt;/h4&gt;
+&lt;ul&gt;
+&lt;li&gt;Added KnnByteVectorField and ByteVectorQuery that are specialized for indexing and querying byte-sized vectors. Deprecated KnnVectorField, KnnVectorQuery and LeafReader#getVectorValues in favour of the newly introduced KnnFloatVectorField, KnnFloatVectorQuery and LeafReader#getFloatVectorValues that are specialized for float vectors.&lt;/li&gt;
+&lt;li&gt;Added IntField, LongField, FloatField and DoubleField: easy to use numeric fields that perform well both for filtering and sorting.&lt;/li&gt;
+&lt;li&gt;Support for Java 19 foreign memory access ("project Panama") was enabled by default removing the need to provide the "--enable-preview" flag.&lt;/li&gt;
+&lt;li&gt;Added ByteWritesTrackingDirectoryWrapper to expose metrics for bytes merged, flushed, and overall write amplification factor.&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h4 id="optimizations"&gt;Optimizations&lt;/h4&gt;
+&lt;ul&gt;
+&lt;li&gt;Improved storage efficiency of connections in the HNSW graph used for vector search&lt;/li&gt;
+&lt;li&gt;Added  new stored fields and term vectors interfaces: IndexReader#storedFields and IndexReader#termVectors. These do not rely upon ThreadLocal storage for each index segment, which can greatly reduce RAM requirements when there are many threads and/or segments.&lt;/li&gt;
+&lt;li&gt;Several improvements were made to IndexSortSortedNumericDocValuesRangeQuery including query execution optimization with points for descending sorts and BoundedDocIdSetIterator construction sped up using bkd binary search.&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h4 id="other"&gt;Other&lt;/h4&gt;
+&lt;ul&gt;
+&lt;li&gt;Moved DocValuesNumbersQuery from sandbox to NumericDocValuesField#newSlowSetQuery&lt;/li&gt;
+&lt;li&gt;Fix exponential runtime for nested BooleanQuery#rewrite with non scoring clauses&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;Please read CHANGES.txt for a full list of new features and changes:&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://lucene.apache.org/core/9_5_0/changes/Changes.html"&gt;https://lucene.apache.org/core/9_5_0/changes/Changes.html&lt;/a&gt;&lt;/p&gt;</content><category term="core/news"></category></entry><entry><title>Apache Lucene™ 9.4.2 available</title><link href="/" rel="alternate"></link><published>2022-11-21T00:00:00+00:00</published><updated>2022-11-21T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:None,2022-11-21:/</id><summary type="ht [...]
 &lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 9.4.2.&lt;/p&gt;
 &lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions.&lt;/p&gt;
 &lt;p&gt;This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:&lt;/p&gt;
diff --git a/output/feeds/core/news.atom.xml b/output/feeds/core/news.atom.xml
index 912bcb837..2766c5284 100644
--- a/output/feeds/core/news.atom.xml
+++ b/output/feeds/core/news.atom.xml
@@ -1,5 +1,30 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Lucene - core/news</title><link href="/" rel="alternate"></link><link href="/feeds/core/news.atom.xml" rel="self"></link><id>/</id><updated>2022-11-21T00:00:00+00:00</updated><subtitle></subtitle><subtitle></subtitle><entry><title>Apache Lucene™ 9.4.2 available</title><link href="/" rel="alternate"></link><published>2022-11-21T00:00:00+00:00</published><updated>2022-11-21T00:00:00+00:00</updated><author><name>Lucene Developers</name [...]
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Lucene - core/news</title><link href="/" rel="alternate"></link><link href="/feeds/core/news.atom.xml" rel="self"></link><id>/</id><updated>2023-01-30T00:00:00+00:00</updated><subtitle></subtitle><subtitle></subtitle><entry><title>Apache Lucene™ 9.5.0 available</title><link href="/" rel="alternate"></link><published>2023-01-30T00:00:00+00:00</published><updated>2023-01-30T00:00:00+00:00</updated><author><name>Lucene Developers</name [...]
+&lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 9.5.0.&lt;/p&gt;
+&lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions.&lt;/p&gt;
+&lt;p&gt;This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://lucene.apache.org/core/downloads.html"&gt;https://lucene.apache.org/core/downloads.html&lt;/a&gt;&lt;/p&gt;
+&lt;h3 id="lucene-950-release-highlights"&gt;Lucene 9.5.0 Release Highlights:&lt;/h3&gt;
+&lt;h4 id="new-features"&gt;New features&lt;/h4&gt;
+&lt;ul&gt;
+&lt;li&gt;Added KnnByteVectorField and ByteVectorQuery that are specialized for indexing and querying byte-sized vectors. Deprecated KnnVectorField, KnnVectorQuery and LeafReader#getVectorValues in favour of the newly introduced KnnFloatVectorField, KnnFloatVectorQuery and LeafReader#getFloatVectorValues that are specialized for float vectors.&lt;/li&gt;
+&lt;li&gt;Added IntField, LongField, FloatField and DoubleField: easy to use numeric fields that perform well both for filtering and sorting.&lt;/li&gt;
+&lt;li&gt;Support for Java 19 foreign memory access ("project Panama") was enabled by default removing the need to provide the "--enable-preview" flag.&lt;/li&gt;
+&lt;li&gt;Added ByteWritesTrackingDirectoryWrapper to expose metrics for bytes merged, flushed, and overall write amplification factor.&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h4 id="optimizations"&gt;Optimizations&lt;/h4&gt;
+&lt;ul&gt;
+&lt;li&gt;Improved storage efficiency of connections in the HNSW graph used for vector search&lt;/li&gt;
+&lt;li&gt;Added  new stored fields and term vectors interfaces: IndexReader#storedFields and IndexReader#termVectors. These do not rely upon ThreadLocal storage for each index segment, which can greatly reduce RAM requirements when there are many threads and/or segments.&lt;/li&gt;
+&lt;li&gt;Several improvements were made to IndexSortSortedNumericDocValuesRangeQuery including query execution optimization with points for descending sorts and BoundedDocIdSetIterator construction sped up using bkd binary search.&lt;/li&gt;
+&lt;/ul&gt;
+&lt;h4 id="other"&gt;Other&lt;/h4&gt;
+&lt;ul&gt;
+&lt;li&gt;Moved DocValuesNumbersQuery from sandbox to NumericDocValuesField#newSlowSetQuery&lt;/li&gt;
+&lt;li&gt;Fix exponential runtime for nested BooleanQuery#rewrite with non scoring clauses&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;Please read CHANGES.txt for a full list of new features and changes:&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://lucene.apache.org/core/9_5_0/changes/Changes.html"&gt;https://lucene.apache.org/core/9_5_0/changes/Changes.html&lt;/a&gt;&lt;/p&gt;</content><category term="core/news"></category></entry><entry><title>Apache Lucene™ 9.4.2 available</title><link href="/" rel="alternate"></link><published>2022-11-21T00:00:00+00:00</published><updated>2022-11-21T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:None,2022-11-21:/</id><summary type="ht [...]
 &lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 9.4.2.&lt;/p&gt;
 &lt;p&gt;Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-neighbor search across high-dimensionality vectors, spell correction or query suggestions.&lt;/p&gt;
 &lt;p&gt;This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:&lt;/p&gt;
diff --git a/output/index.html b/output/index.html
index aa2b582b3..93e25472b 100644
--- a/output/index.html
+++ b/output/index.html
@@ -149,15 +149,15 @@ document.observe('dom:loaded', StartSlides);
 <div id="col2">
   <h2 id="lucene-core-news">Latest Lucene Core News</h2>
   <div>
+    <p id="apache-lucenetm-950-available">
+      <a href="/core/corenews.html#apache-lucenetm-950-available">Apache Lucene™ 9.5.0 available</a> <span class="news-date">(30.Jan)</span>
+    </p>
     <p id="apache-lucenetm-942-available">
       <a href="/core/corenews.html#apache-lucenetm-942-available">Apache Lucene™ 9.4.2 available</a> <span class="news-date">(21.Nov)</span>
     </p>
     <p id="apache-lucenetm-941-available">
       <a href="/core/corenews.html#apache-lucenetm-941-available">Apache Lucene™ 9.4.1 available</a> <span class="news-date">(24.Oct)</span>
     </p>
-    <p id="apache-lucenetm-940-available">
-      <a href="/core/corenews.html#apache-lucenetm-940-available">Apache Lucene™ 9.4.0 available</a> <span class="news-date">(30.Sep)</span>
-    </p>
   </div>
 </div>
 <br clear="all"/>
@@ -187,9 +187,9 @@ document.observe('dom:loaded', StartSlides);
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 9.4.2</div>
+  <div class="flap bottom">Apache Lucene 9.5.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.4.2</div>
+<div class="download-desc">Apache Lucene 9.5.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
@@ -242,7 +242,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/news.html b/output/news.html
index 284ea9940..e551117fa 100644
--- a/output/news.html
+++ b/output/news.html
@@ -249,9 +249,9 @@ This version is now the recommended version for running Apache Lucene and Solr.<
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 9.4.2</div>
+  <div class="flap bottom">Apache Lucene 9.5.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.4.2</div>
+<div class="download-desc">Apache Lucene 9.5.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
@@ -304,7 +304,7 @@ This version is now the recommended version for running Apache Lucene and Solr.<
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/openrelevance/index.html b/output/openrelevance/index.html
index ad8f86ee9..82035e8b2 100644
--- a/output/openrelevance/index.html
+++ b/output/openrelevance/index.html
@@ -147,7 +147,7 @@ one would get if using TREC or other evaluation conferences.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/openrelevance/mailing-lists.html b/output/openrelevance/mailing-lists.html
index 4e5c2ee0d..62ac6ca44 100644
--- a/output/openrelevance/mailing-lists.html
+++ b/output/openrelevance/mailing-lists.html
@@ -121,7 +121,7 @@
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/privacy.html b/output/privacy.html
index 4939ed8fe..7bb705e22 100644
--- a/output/privacy.html
+++ b/output/privacy.html
@@ -138,9 +138,9 @@ anonoymized form for the purpose of usage statistics. We don't use 3rd party tra
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 9.4.2</div>
+  <div class="flap bottom">Apache Lucene 9.5.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.4.2</div>
+<div class="download-desc">Apache Lucene 9.5.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
@@ -193,7 +193,7 @@ anonoymized form for the purpose of usage statistics. We don't use 3rd party tra
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/features.html b/output/pylucene/features.html
index 4e0c122ac..e5d131b6c 100644
--- a/output/pylucene/features.html
+++ b/output/pylucene/features.html
@@ -289,7 +289,7 @@ unit tests.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/index.html b/output/pylucene/index.html
index 41f769588..b8a83949f 100644
--- a/output/pylucene/index.html
+++ b/output/pylucene/index.html
@@ -176,7 +176,7 @@ Source distributions are available <a href="https://www.apache.org/dyn/closer.lu
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/install.html b/output/pylucene/install.html
index 921e38e8d..f5c619f44 100644
--- a/output/pylucene/install.html
+++ b/output/pylucene/install.html
@@ -187,7 +187,7 @@ with the following content</li>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/jcc/features.html b/output/pylucene/jcc/features.html
index 278dee62c..44a0014a2 100644
--- a/output/pylucene/jcc/features.html
+++ b/output/pylucene/jcc/features.html
@@ -695,7 +695,7 @@ For example:</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/jcc/index.html b/output/pylucene/jcc/index.html
index c96ce0ef5..ccd01769a 100644
--- a/output/pylucene/jcc/index.html
+++ b/output/pylucene/jcc/index.html
@@ -132,7 +132,7 @@ please subscribe to the PyLucene developer <a href="../mailing-lists.html">maili
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/jcc/install.html b/output/pylucene/jcc/install.html
index ac6d59494..d792f812f 100644
--- a/output/pylucene/jcc/install.html
+++ b/output/pylucene/jcc/install.html
@@ -267,7 +267,7 @@ Python and Java versions.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/mailing-lists.html b/output/pylucene/mailing-lists.html
index c822999b5..ca0b2afdb 100644
--- a/output/pylucene/mailing-lists.html
+++ b/output/pylucene/mailing-lists.html
@@ -156,7 +156,7 @@ commits mailing list.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/news.html b/output/pylucene/news.html
index 68732ecb7..be949010e 100644
--- a/output/pylucene/news.html
+++ b/output/pylucene/news.html
@@ -406,7 +406,7 @@ Foundation since its inception in early 2004.</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/pylucene/version_control.html b/output/pylucene/version_control.html
index 01073be6e..11689ba76 100644
--- a/output/pylucene/version_control.html
+++ b/output/pylucene/version_control.html
@@ -127,7 +127,7 @@ and https://svnbook.red-bean.com/)</p>
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/site-instructions.html b/output/site-instructions.html
index 156e26cd2..6cfcb8ffc 100644
--- a/output/site-instructions.html
+++ b/output/site-instructions.html
@@ -139,9 +139,9 @@ document.observe('dom:loaded', StartSlides);
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 9.4.2</div>
+  <div class="flap bottom">Apache Lucene 9.5.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.4.2</div>
+<div class="download-desc">Apache Lucene 9.5.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
@@ -194,7 +194,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
diff --git a/output/whoweare.html b/output/whoweare.html
index 0b5bbf66b..8bfc8612b 100644
--- a/output/whoweare.html
+++ b/output/whoweare.html
@@ -327,9 +327,9 @@ document.observe('dom:loaded', StartSlides);
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 9.4.2</div>
+  <div class="flap bottom">Apache Lucene 9.5.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.4.2</div>
+<div class="download-desc">Apache Lucene 9.5.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
@@ -382,7 +382,7 @@ document.observe('dom:loaded', StartSlides);
 <div id="footer">
   <div class="copyright">
     <p>
-      Copyright &copy; 2011-2022 The Apache Software Foundation, Licensed under
+      Copyright &copy; 2011-2023 The Apache Software Foundation, Licensed under
       the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="/privacy.html">Privacy Policy</a>      <br/>
       Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
       respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="https://www.apache.org/foundation/marks/">Apache Trademark Policy</a>