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/05/10 07:34:56 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 6d20bb410 Automatic Site Publish by Buildbot
6d20bb410 is described below

commit 6d20bb41040b4dbc3f0fbaf6bd3bc8846f2dfe2d
Author: buildbot <us...@infra.apache.org>
AuthorDate: Wed May 10 07:34:53 2023 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess                |  2 +-
 output/code-of-conduct.html     |  4 ++--
 output/core/corenews.html       | 27 ++++++++++++++++++++++++---
 output/core/developer.html      |  6 +++---
 output/core/discussion.html     |  6 +++---
 output/core/documentation.html  |  8 ++++----
 output/core/downloads.html      | 26 +++++++++++++-------------
 output/core/features.html       |  6 +++---
 output/core/index.html          |  6 +++---
 output/core/quickstart.html     |  8 ++++----
 output/core/systemreqs.html     |  8 ++++----
 output/feeds/all.atom.xml       | 19 ++++++++++++++++++-
 output/feeds/core/news.atom.xml | 19 ++++++++++++++++++-
 output/index.html               | 10 +++++-----
 output/news.html                |  4 ++--
 output/privacy.html             |  4 ++--
 output/site-instructions.html   |  4 ++--
 output/whoweare.html            |  4 ++--
 18 files changed, 113 insertions(+), 58 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index 19ee5f3e3..60334da51 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_5_0/$1
+RedirectMatch temp ^/core/api/(.*) /core/9_6_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 2e11d9b7d..84341ee07 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.5.0</div>
+  <div class="flap bottom">Apache Lucene 9.6.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.5.0</div>
+<div class="download-desc">Apache Lucene 9.6.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
diff --git a/output/core/corenews.html b/output/core/corenews.html
index 2d856003e..430830968 100644
--- a/output/core/corenews.html
+++ b/output/core/corenews.html
@@ -149,6 +149,27 @@ It is a technology suitable for nearly any application that requires structured
 </div>
 
   <div>
+    <h2 id="apache-lucenetm-960-available">
+      9 May 2023 - Apache Lucene™ 9.6.0 available
+      <a class="headerlink" href="#apache-lucenetm-960-available" title="Permanent link">¶</a>
+    </h2>
+    <p>The Lucene PMC is pleased to announce the release of Apache Lucene 9.6.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-960-release-highlights">Lucene 9.6.0 Release Highlights:</h3>
+<ul>
+<li>Introduce a new KeywordField for simple and efficient filtering, sorting and faceting.</li>
+<li>Add support for Java 20 foreign memory API. If exactly Java 19 or 20 is used, MMapDirectory will mmap Lucene indexes in chunks of 16 GiB (instead of 1 GiB) and indexes closed while queries are running can no longer crash the JVM.</li>
+<li>Improved performance for TermInSetQuery, PrefixQuery, WildcardQuery and TermRangeQuery</li>
+<li>Lower memory usage for BloomFilteringPostingsFormat</li>
+<li>Faster merges for HNSW indexes</li>
+<li>Improvements to concurrent indexing throughput under heavy load</li>
+<li>Correct equals implementation in SynonymQuery</li>
+<li>'explain' is now implemented on TermAutomatonQuery</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_6_0/changes/Changes.html">https://lucene.apache.org/core/9_6_0/changes/Changes.html</a></p>
     <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>
@@ -2352,9 +2373,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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -2368,7 +2389,7 @@ with the release for a full list of details.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/9_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/developer.html b/output/core/developer.html
index e7187af84..528fd8b99 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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/discussion.html b/output/core/discussion.html
index 91e3013e0..ed1dbcd55 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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/documentation.html b/output/core/documentation.html
index 6f8a9222d..2a26083af 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_5_0/index.html">9.5.0</a></li>
+    <li><a href="/core/9_6_0/index.html">9.6.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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/downloads.html b/output/core/downloads.html
index 03494eba5..ba83e9135 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-950">Lucene 9.5.0
-    <a class="headerlink" href="#lucene-950" title="Permanent link">¶</a>
+  <h3 id="lucene-960">Lucene 9.6.0
+    <a class="headerlink" href="#lucene-960" title="Permanent link">¶</a>
   </h3>
 
-  <p>Lucene 9.5.0 is the most recent Apache Lucene release.</p>
+  <p>Lucene 9.6.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.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>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/9.6.0/lucene-9.6.0-src.tgz">lucene-9.6.0-src.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/java/9.6.0/lucene-9.6.0-src.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/9.6.0/lucene-9.6.0-src.tgz.sha512">SHA512</a>]
     </li>
 
     <li>Binary releases:
-      <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>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/9.6.0/lucene-9.6.0.tgz">lucene-9.6.0.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/java/9.6.0/lucene-9.6.0.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/9.6.0/lucene-9.6.0.tgz.sha512">SHA512</a>]
     </li>
 
-    <li><a href="/core/9_5_0/changes/Changes.html">Change log</a></li>
+    <li><a href="/core/9_6_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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/features.html b/output/core/features.html
index 101cc9ebf..afda48126 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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/index.html b/output/core/index.html
index d962da1c1..31147e55a 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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/quickstart.html b/output/core/quickstart.html
index 2f10f0159..2b64149cf 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_5_0/demo/overview-summary.html#overview_description">Lucene 9.5.0 Demo</a></li>
+    <li><a href="/core/9_6_0/demo/overview-summary.html#overview_description">Lucene 9.6.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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/systemreqs.html b/output/core/systemreqs.html
index 05801904e..bf43caf77 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_5_0/SYSTEM_REQUIREMENTS.html">9.5.0</a></li>
+    <li><a href="/core/9_6_0/SYSTEM_REQUIREMENTS.html">9.6.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.5.0</div>
+    <div class="flap bottom">Apache Lucene 9.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 9.5.0</div>
+  <div class="download-desc">Apache Lucene 9.6.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_5_0/index.html">9.5.0</a></li>
+  <li><a href="/core/9_6_0/index.html">9.6.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
index 5f75005bd..71633cda5 100644
--- a/output/feeds/all.atom.xml
+++ b/output/feeds/all.atom.xml
@@ -1,5 +1,22 @@
 <?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>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: [...]
+<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-05-09T00:00:00+00:00</updated><subtitle></subtitle><subtitle></subtitle><entry><title>Apache Lucene™ 9.6.0 available</title><link href="/" rel="alternate"></link><published>2023-05-09T00:00:00+00:00</published><updated>2023-05-09T00: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.6.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-960-release-highlights"&gt;Lucene 9.6.0 Release Highlights:&lt;/h3&gt;
+&lt;ul&gt;
+&lt;li&gt;Introduce a new KeywordField for simple and efficient filtering, sorting and faceting.&lt;/li&gt;
+&lt;li&gt;Add support for Java 20 foreign memory API. If exactly Java 19 or 20 is used, MMapDirectory will mmap Lucene indexes in chunks of 16 GiB (instead of 1 GiB) and indexes closed while queries are running can no longer crash the JVM.&lt;/li&gt;
+&lt;li&gt;Improved performance for TermInSetQuery, PrefixQuery, WildcardQuery and TermRangeQuery&lt;/li&gt;
+&lt;li&gt;Lower memory usage for BloomFilteringPostingsFormat&lt;/li&gt;
+&lt;li&gt;Faster merges for HNSW indexes&lt;/li&gt;
+&lt;li&gt;Improvements to concurrent indexing throughput under heavy load&lt;/li&gt;
+&lt;li&gt;Correct equals implementation in SynonymQuery&lt;/li&gt;
+&lt;li&gt;'explain' is now implemented on TermAutomatonQuery&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_6_0/changes/Changes.html"&gt;https://lucene.apache.org/core/9_6_0/changes/Changes.html&lt;/a&gt;&lt;/p&gt;</content><category term="core/news"></category></entry><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:None,2023-01-30:/</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.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;
diff --git a/output/feeds/core/news.atom.xml b/output/feeds/core/news.atom.xml
index 2766c5284..92afd4222 100644
--- a/output/feeds/core/news.atom.xml
+++ b/output/feeds/core/news.atom.xml
@@ -1,5 +1,22 @@
 <?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>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 [...]
+<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-05-09T00:00:00+00:00</updated><subtitle></subtitle><subtitle></subtitle><entry><title>Apache Lucene™ 9.6.0 available</title><link href="/" rel="alternate"></link><published>2023-05-09T00:00:00+00:00</published><updated>2023-05-09T00: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.6.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-960-release-highlights"&gt;Lucene 9.6.0 Release Highlights:&lt;/h3&gt;
+&lt;ul&gt;
+&lt;li&gt;Introduce a new KeywordField for simple and efficient filtering, sorting and faceting.&lt;/li&gt;
+&lt;li&gt;Add support for Java 20 foreign memory API. If exactly Java 19 or 20 is used, MMapDirectory will mmap Lucene indexes in chunks of 16 GiB (instead of 1 GiB) and indexes closed while queries are running can no longer crash the JVM.&lt;/li&gt;
+&lt;li&gt;Improved performance for TermInSetQuery, PrefixQuery, WildcardQuery and TermRangeQuery&lt;/li&gt;
+&lt;li&gt;Lower memory usage for BloomFilteringPostingsFormat&lt;/li&gt;
+&lt;li&gt;Faster merges for HNSW indexes&lt;/li&gt;
+&lt;li&gt;Improvements to concurrent indexing throughput under heavy load&lt;/li&gt;
+&lt;li&gt;Correct equals implementation in SynonymQuery&lt;/li&gt;
+&lt;li&gt;'explain' is now implemented on TermAutomatonQuery&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_6_0/changes/Changes.html"&gt;https://lucene.apache.org/core/9_6_0/changes/Changes.html&lt;/a&gt;&lt;/p&gt;</content><category term="core/news"></category></entry><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:None,2023-01-30:/</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.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;
diff --git a/output/index.html b/output/index.html
index 93e25472b..e3d7287aa 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-960-available">
+      <a href="/core/corenews.html#apache-lucenetm-960-available">Apache Lucene™ 9.6.0 available</a> <span class="news-date">(09.May)</span>
+    </p>
     <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>
   </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.5.0</div>
+  <div class="flap bottom">Apache Lucene 9.6.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.5.0</div>
+<div class="download-desc">Apache Lucene 9.6.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
diff --git a/output/news.html b/output/news.html
index e551117fa..3ba6e705f 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.5.0</div>
+  <div class="flap bottom">Apache Lucene 9.6.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.5.0</div>
+<div class="download-desc">Apache Lucene 9.6.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
diff --git a/output/privacy.html b/output/privacy.html
index 7bb705e22..b41247aab 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.5.0</div>
+  <div class="flap bottom">Apache Lucene 9.6.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.5.0</div>
+<div class="download-desc">Apache Lucene 9.6.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
diff --git a/output/site-instructions.html b/output/site-instructions.html
index 6cfcb8ffc..55dbc1a9e 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.5.0</div>
+  <div class="flap bottom">Apache Lucene 9.6.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.5.0</div>
+<div class="download-desc">Apache Lucene 9.6.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>
diff --git a/output/whoweare.html b/output/whoweare.html
index 8bfc8612b..c265d4c48 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.5.0</div>
+  <div class="flap bottom">Apache Lucene 9.6.0</div>
 </div>
-<div class="download-desc">Apache Lucene 9.5.0</div>
+<div class="download-desc">Apache Lucene 9.6.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>