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 2021/06/17 22:50:12 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 66bbb75  Automatic Site Publish by Buildbot
66bbb75 is described below

commit 66bbb75150c624150190371e1cb3324bce64f452
Author: buildbot <us...@infra.apache.org>
AuthorDate: Thu Jun 17 22:50:08 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess                |  2 +-
 output/code-of-conduct.html     |  4 ++--
 output/core/corenews.html       | 23 ++++++++++++++++++++---
 output/core/developer.html      |  6 +++---
 output/core/discussion.html     |  6 +++---
 output/core/documentation.html  |  8 ++++----
 output/core/downloads.html      | 32 ++++++++++++++++----------------
 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       | 16 +++++++++++++++-
 output/feeds/core/news.atom.xml | 16 +++++++++++++++-
 output/index.html               | 10 +++++-----
 output/news.html                |  4 ++--
 output/privacy.html             |  4 ++--
 output/site-instructions.html   |  4 ++--
 output/whoweare.html            |  4 ++--
 18 files changed, 106 insertions(+), 61 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index dbb4ad3..9258581 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/8_8_2/$1
+RedirectMatch temp ^/core/api/(.*) /core/8_9_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 a36db95..fdc35f8 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 8.8.2</div>
+  <div class="flap bottom">Apache Lucene 8.9.0</div>
 </div>
-<div class="download-desc">Apache Lucene 8.8.2</div>
+<div class="download-desc">Apache Lucene 8.9.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 d9068fb..3fa46e1 100644
--- a/output/core/corenews.html
+++ b/output/core/corenews.html
@@ -147,6 +147,23 @@ document.observe('dom:loaded', StartSlides);
 </div>
 
   <div>
+    <h2 id="apache-lucenetm-890-available">
+      16 June 2021 - Apache Lucene™ 8.9.0 available
+      <a class="headerlink" href="#apache-lucenetm-890-available" title="Permanent link">¶</a>
+    </h2>
+    <p>The Lucene PMC is pleased to announce the release of Apache Lucene 8.9.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>
+<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-890-release-highlights">Lucene 8.9.0 Release Highlights:</h3>
+<ul>
+<li>Compression was added to SortedSet DocValues, which allowed to significantly reduce their size on disk.</li>
+<li>BM25FQuery was extended to handle similarities beyond BM25Similarity. It was renamed to CombinedFieldQuery to reflect its more general scope.</li>
+<li>A new PatternTypingFilter was added to allow setting a type attribute on tokens based on a configured set of regular expressions.</li>
+<li>An option was added to supply a custom leaf sorter for IndexWriter and DirectoryReader, which allows to speed up sort queries with a provided sort criteria.</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/8_9_0/changes/Changes.html">https://lucene.apache.org/core/8_9_0/changes/Changes.html</a></p>
     <h2 id="apache-lucenetm-882-available">
       12 April 2021 - Apache Lucene™ 8.8.2 available
       <a class="headerlink" href="#apache-lucenetm-882-available" title="Permanent link">¶</a>
@@ -2045,9 +2062,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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -2061,7 +2078,7 @@ with the release for a full list of details.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/developer.html b/output/core/developer.html
index a70b8e8..d5f0b99 100644
--- a/output/core/developer.html
+++ b/output/core/developer.html
@@ -176,9 +176,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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -192,7 +192,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/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/discussion.html b/output/core/discussion.html
index 6fed0ea..b0f567d 100644
--- a/output/core/discussion.html
+++ b/output/core/discussion.html
@@ -227,9 +227,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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -243,7 +243,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/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/documentation.html b/output/core/documentation.html
index c747d9f..25dfecf 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/8_8_2/index.html">8.8.2</a></li>
+    <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
     <li><a href="/core/7_7_3/index.html">7.7.3</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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.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/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/downloads.html b/output/core/downloads.html
index 8fca554..76694b5 100644
--- a/output/core/downloads.html
+++ b/output/core/downloads.html
@@ -150,30 +150,30 @@ 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-882">Lucene 8.8.2
-    <a class="headerlink" href="#lucene-882" title="Permanent link">¶</a>
+  <h3 id="lucene-890">Lucene 8.9.0
+    <a class="headerlink" href="#lucene-890" title="Permanent link">¶</a>
   </h3>
 
-  <p>Lucene 8.8.2 is the most recent Apache Lucene release.</p>
+  <p>Lucene 8.9.0 is the most recent Apache Lucene release.</p>
 
   <ul>
     <li>Source release:
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.8.2/lucene-8.8.2-src.tgz">lucene-8.8.2-src.tgz</a>
-      [<a href="https://downloads.apache.org/lucene/java/8.8.2/lucene-8.8.2-src.tgz.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/java/8.8.2/lucene-8.8.2-src.tgz.sha512">SHA512</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.9.0/lucene-8.9.0-src.tgz">lucene-8.9.0-src.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/java/8.9.0/lucene-8.9.0-src.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/8.9.0/lucene-8.9.0-src.tgz.sha512">SHA512</a>]
     </li>
 
     <li>Binary releases:
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.8.2/lucene-8.8.2.tgz">lucene-8.8.2.tgz</a>
-      [<a href="https://downloads.apache.org/lucene/java/8.8.2/lucene-8.8.2.tgz.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/java/8.8.2/lucene-8.8.2.tgz.sha512">SHA512</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.9.0/lucene-8.9.0.tgz">lucene-8.9.0.tgz</a>
+      [<a href="https://downloads.apache.org/lucene/java/8.9.0/lucene-8.9.0.tgz.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/8.9.0/lucene-8.9.0.tgz.sha512">SHA512</a>]
       /
-      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.8.2/lucene-8.8.2.zip">lucene-8.8.2.zip</a>
-      [<a href="https://downloads.apache.org/lucene/java/8.8.2/lucene-8.8.2.zip.asc">PGP</a>]
-      [<a href="https://downloads.apache.org/lucene/java/8.8.2/lucene-8.8.2.zip.sha512">SHA512</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/lucene/java/8.9.0/lucene-8.9.0.zip">lucene-8.9.0.zip</a>
+      [<a href="https://downloads.apache.org/lucene/java/8.9.0/lucene-8.9.0.zip.asc">PGP</a>]
+      [<a href="https://downloads.apache.org/lucene/java/8.9.0/lucene-8.9.0.zip.sha512">SHA512</a>]
     </li>
 
-    <li><a href="/core/8_8_2/changes/Changes.html">Change log</a></li>
+    <li><a href="/core/8_9_0/changes/Changes.html">Change log</a></li>
   </ul>
 
   <h3 id="lucene-773">Lucene 7.7.3
@@ -221,9 +221,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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -237,7 +237,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/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/features.html b/output/core/features.html
index 22b503b..af555e2 100644
--- a/output/core/features.html
+++ b/output/core/features.html
@@ -177,9 +177,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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -193,7 +193,7 @@ document.observe('dom:loaded', StartSlides);
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/index.html b/output/core/index.html
index dc8f39d..fde3175 100644
--- a/output/core/index.html
+++ b/output/core/index.html
@@ -186,9 +186,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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.0</div>
 </div>
 
 <h1 id="resources">Resources</h1>
@@ -202,7 +202,7 @@ links on the right to access Lucene.</p>
 
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-  <li><a href="/core/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/quickstart.html b/output/core/quickstart.html
index d3d2ba5..f297244 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/8_8_2/demo/overview-summary.html#overview_description">Lucene 8.8.2 Demo</a></li>
+    <li><a href="/core/8_9_0/demo/overview-summary.html#overview_description">Lucene 8.9.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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.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/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/core/systemreqs.html b/output/core/systemreqs.html
index 10fe407..0dd4a21 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/8_8_2/SYSTEM_REQUIREMENTS.html">8.8.2</a></li>
+    <li><a href="/core/8_9_0/SYSTEM_REQUIREMENTS.html">8.9.0</a></li>
     <li><a href="/core/7_7_3/SYSTEM_REQUIREMENTS.html">7.7.3</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 8.8.2</div>
+    <div class="flap bottom">Apache Lucene 8.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 8.8.2</div>
+  <div class="download-desc">Apache Lucene 8.9.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/8_8_2/index.html">8.8.2</a></li>
+  <li><a href="/core/8_9_0/index.html">8.9.0</a></li>
 </ul>
 
 <h1 id="about">About</h1>
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
index 4b2c8e6..b8bc1bc 100644
--- a/output/feeds/all.atom.xml
+++ b/output/feeds/all.atom.xml
@@ -1,5 +1,19 @@
 <?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>2021-04-12T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache Lucene™ 8.8.2 available</title><link href="/" rel="alternate"></link><published>2021-04-12T00:00:00+00:00</published><updated>2021-04-12T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:None,2021-04-12:/</id [...]
+<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>2021-06-16T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache Lucene™ 8.9.0 available</title><link href="/" rel="alternate"></link><published>2021-06-16T00:00:00+00:00</published><updated>2021-06-16T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:None,2021-06-16:/</id [...]
+&lt;p&gt;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.&lt;/p&gt;
+&lt;p&gt;This release contains numerous bug fixes …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 8.9.0.&lt;/p&gt;
+&lt;p&gt;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.&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-890-release-highlights"&gt;Lucene 8.9.0 Release Highlights:&lt;/h3&gt;
+&lt;ul&gt;
+&lt;li&gt;Compression was added to SortedSet DocValues, which allowed to significantly reduce their size on disk.&lt;/li&gt;
+&lt;li&gt;BM25FQuery was extended to handle similarities beyond BM25Similarity. It was renamed to CombinedFieldQuery to reflect its more general scope.&lt;/li&gt;
+&lt;li&gt;A new PatternTypingFilter was added to allow setting a type attribute on tokens based on a configured set of regular expressions.&lt;/li&gt;
+&lt;li&gt;An option was added to supply a custom leaf sorter for IndexWriter and DirectoryReader, which allows to speed up sort queries with a provided sort criteria.&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/8_9_0/changes/Changes.html"&gt;https://lucene.apache.org/core/8_9_0/changes/Changes.html&lt;/a&gt;&lt;/p&gt;</content><category term="core/news"></category></entry><entry><title>Apache Lucene™ 8.8.2 available</title><link href="/" rel="alternate"></link><published>2021-04-12T00:00:00+00:00</published><updated>2021-04-12T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:None,2021-04-12:/</id><summary type="ht [...]
 &lt;p&gt;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.&lt;/p&gt;
 &lt;p&gt;This release contains three bug fixes …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 8.8.2.&lt;/p&gt;
 &lt;p&gt;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.&lt;/p&gt;
diff --git a/output/feeds/core/news.atom.xml b/output/feeds/core/news.atom.xml
index c17698f..95aa1b5 100644
--- a/output/feeds/core/news.atom.xml
+++ b/output/feeds/core/news.atom.xml
@@ -1,5 +1,19 @@
 <?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>2021-04-12T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache Lucene™ 8.8.2 available</title><link href="/" rel="alternate"></link><published>2021-04-12T00:00:00+00:00</published><updated>2021-04-12T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:Non [...]
+<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>2021-06-16T00:00:00+00:00</updated><subtitle></subtitle><entry><title>Apache Lucene™ 8.9.0 available</title><link href="/" rel="alternate"></link><published>2021-06-16T00:00:00+00:00</published><updated>2021-06-16T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:Non [...]
+&lt;p&gt;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.&lt;/p&gt;
+&lt;p&gt;This release contains numerous bug fixes …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 8.9.0.&lt;/p&gt;
+&lt;p&gt;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.&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-890-release-highlights"&gt;Lucene 8.9.0 Release Highlights:&lt;/h3&gt;
+&lt;ul&gt;
+&lt;li&gt;Compression was added to SortedSet DocValues, which allowed to significantly reduce their size on disk.&lt;/li&gt;
+&lt;li&gt;BM25FQuery was extended to handle similarities beyond BM25Similarity. It was renamed to CombinedFieldQuery to reflect its more general scope.&lt;/li&gt;
+&lt;li&gt;A new PatternTypingFilter was added to allow setting a type attribute on tokens based on a configured set of regular expressions.&lt;/li&gt;
+&lt;li&gt;An option was added to supply a custom leaf sorter for IndexWriter and DirectoryReader, which allows to speed up sort queries with a provided sort criteria.&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/8_9_0/changes/Changes.html"&gt;https://lucene.apache.org/core/8_9_0/changes/Changes.html&lt;/a&gt;&lt;/p&gt;</content><category term="core/news"></category></entry><entry><title>Apache Lucene™ 8.8.2 available</title><link href="/" rel="alternate"></link><published>2021-04-12T00:00:00+00:00</published><updated>2021-04-12T00:00:00+00:00</updated><author><name>Lucene Developers</name></author><id>tag:None,2021-04-12:/</id><summary type="ht [...]
 &lt;p&gt;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.&lt;/p&gt;
 &lt;p&gt;This release contains three bug fixes …&lt;/p&gt;</summary><content type="html">&lt;p&gt;The Lucene PMC is pleased to announce the release of Apache Lucene 8.8.2.&lt;/p&gt;
 &lt;p&gt;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.&lt;/p&gt;
diff --git a/output/index.html b/output/index.html
index 818b61b..7f2c9e2 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-890-available">
+      <a href="/core/corenews.html#apache-lucenetm-890-available">Apache Lucene™ 8.9.0 available</a> <span class="news-date">(16.Jun)</span>
+    </p>
     <p id="apache-lucenetm-882-available">
       <a href="/core/corenews.html#apache-lucenetm-882-available">Apache Lucene™ 8.8.2 available</a> <span class="news-date">(12.Apr)</span>
     </p>
     <p id="apache-lucenetm-881-available">
       <a href="/core/corenews.html#apache-lucenetm-881-available">Apache Lucene™ 8.8.1 available</a> <span class="news-date">(22.Feb)</span>
     </p>
-    <p id="apache-lucenetm-880-available">
-      <a href="/core/corenews.html#apache-lucenetm-880-available">Apache Lucene™ 8.8.0 available</a> <span class="news-date">(29.Jan)</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 8.8.2</div>
+  <div class="flap bottom">Apache Lucene 8.9.0</div>
 </div>
-<div class="download-desc">Apache Lucene 8.8.2</div>
+<div class="download-desc">Apache Lucene 8.9.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 910e072..8fb167b 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 8.8.2</div>
+  <div class="flap bottom">Apache Lucene 8.9.0</div>
 </div>
-<div class="download-desc">Apache Lucene 8.8.2</div>
+<div class="download-desc">Apache Lucene 8.9.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 f98d60f..e2e6b19 100644
--- a/output/privacy.html
+++ b/output/privacy.html
@@ -146,9 +146,9 @@ Part of this information is gathered using a tracking cookie set by the <a href=
 <div class="button-green">
   <a href="/core/downloads.html">Download</a>
   <div class="flap top">Click to</div>
-  <div class="flap bottom">Apache Lucene 8.8.2</div>
+  <div class="flap bottom">Apache Lucene 8.9.0</div>
 </div>
-<div class="download-desc">Apache Lucene 8.8.2</div>
+<div class="download-desc">Apache Lucene 8.9.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 208d5e2..d46114f 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 8.8.2</div>
+  <div class="flap bottom">Apache Lucene 8.9.0</div>
 </div>
-<div class="download-desc">Apache Lucene 8.8.2</div>
+<div class="download-desc">Apache Lucene 8.9.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 5b006f4..b5aa096 100644
--- a/output/whoweare.html
+++ b/output/whoweare.html
@@ -319,9 +319,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 8.8.2</div>
+  <div class="flap bottom">Apache Lucene 8.9.0</div>
 </div>
-<div class="download-desc">Apache Lucene 8.8.2</div>
+<div class="download-desc">Apache Lucene 8.9.0</div>
 
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">¶</a></h1>
 <ul>