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 2022/11/07 22:07:15 UTC

[lucene-site] branch master updated: release 9.4.1

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


The following commit(s) were added to refs/heads/master by this push:
     new c312090cc release 9.4.1
c312090cc is described below

commit c312090ccd4b38689a94d48ca606208b7316713d
Author: Andi Vajda <va...@apache.org>
AuthorDate: Mon Nov 7 14:07:04 2022 -0800

    release 9.4.1
---
 content/pages/pylucene/index.md                              | 7 ++++---
 content/pylucene/pylucene_news/2022-11-07-9-4-1-available.md | 8 ++++++++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/content/pages/pylucene/index.md b/content/pages/pylucene/index.md
index 6534b01c2..4f231a33c 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 9.1.0 as of April 27th,
+Python. It is API compatible with Java Lucene version 9.4.1 as of November 7th,
 2022.
 
 PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene
@@ -26,8 +26,9 @@ See [here](features.html) for more information and documentation about PyLucene.
 
 PyLucene is supported on macOS, Linux, Solaris and Windows.
 
-PyLucene requires Python 3.x (x >= 3), or Python version 2.x (x >= 3.5), and
-Java x (x >= 8 for PyLucene 8 and earlier, x >= 11 for PyLucene 9).
+PyLucene requires Python 3.x (x >= 3), and Java x (x >= 8 for PyLucene 8 and
+earlier, x >= 11 for PyLucene 9).
+Python 2 support is untested since PyLucene 9.4.1 / JCC 3.13.
 Building PyLucene requires GNU Make and a C++ compiler. Use of
 [setuptools](https://pypi.python.org/pypi/setuptools) is recommended.
 
diff --git a/content/pylucene/pylucene_news/2022-11-07-9-4-1-available.md b/content/pylucene/pylucene_news/2022-11-07-9-4-1-available.md
new file mode 100644
index 000000000..916665d76
--- /dev/null
+++ b/content/pylucene/pylucene_news/2022-11-07-9-4-1-available.md
@@ -0,0 +1,8 @@
+Title: PyLucene 9.4.1 available
+category: pylucene/news
+URL: 
+save_as: 
+
+This release tracks Lucene Core's 9.4.1 <a href="https://lucene.apache.org/core/corenews.html">release</a> and requires Java 11.<br/>
+See <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_9_4_1/CHANGES">PyLucene 9.4.1 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_9_4_1/jcc/CHANGES">JCC 3.13 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>