You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2021/06/22 16:19:55 UTC

[lucene-site] branch master created (now 3a9e085)

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

vajda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git.


      at 3a9e085  release 8.9.0

This branch includes the following new commits:

     new 3a9e085  release 8.9.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[lucene-site] 01/01: release 8.9.0

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3a9e0855a899e7f85c3d124255b7241e91d12c8f
Author: Andi Vajda <va...@apache.org>
AuthorDate: Tue Jun 22 09:19:19 2021 -0700

    release 8.9.0
---
 content/pages/pylucene/index.md                              | 2 +-
 content/pylucene/pylucene_news/2021-06-22-8-9-0-available.md | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/pages/pylucene/index.md b/content/pages/pylucene/index.md
index e4cd27d..0aedd36 100644
--- a/content/pages/pylucene/index.md
+++ b/content/pages/pylucene/index.md
@@ -9,7 +9,7 @@ PyLucene is a [Python](https://www.python.org) extension for accessing Java
 [Lucene](https://lucene.apache.org/java/)
 <span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
 is to allow you to use Lucene's text indexing and searching capabilities from
-Python. It is API compatible with Java Lucene version 8.8.1 as of March 8th,
+Python. It is API compatible with Java Lucene version 8.9.0 as of June 22nd,
 2021.
 
 PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene
diff --git a/content/pylucene/pylucene_news/2021-06-22-8-9-0-available.md b/content/pylucene/pylucene_news/2021-06-22-8-9-0-available.md
new file mode 100644
index 0000000..d8f9db6
--- /dev/null
+++ b/content/pylucene/pylucene_news/2021-06-22-8-9-0-available.md
@@ -0,0 +1,8 @@
+Title: PyLucene 8.9.0 available
+category: pylucene/news
+URL: 
+save_as: 
+
+This release tracks Lucene Core's 8.9.0 <a href="https://lucene.apache.org/core/corenews.html">release</a>.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_8_9_0/CHANGES">PyLucene 8.9.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_8_9_0/jcc/CHANGES">JCC 3.10 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>