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/12/15 19:32:07 UTC

[lucene-site] branch master updated: release 8.11.0

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 25f4b9a  release 8.11.0
25f4b9a is described below

commit 25f4b9a1af3d2cdce7dfa73490c51555e9c9df59
Author: Andi Vajda <va...@apache.org>
AuthorDate: Wed Dec 15 11:31:35 2021 -0800

    release 8.11.0
---
 content/pages/pylucene/index.md                               | 4 ++--
 content/pylucene/pylucene_news/2021-12-15-8-11-0.available.md | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/content/pages/pylucene/index.md b/content/pages/pylucene/index.md
index 0aedd36..0f84ffc 100644
--- a/content/pages/pylucene/index.md
+++ b/content/pages/pylucene/index.md
@@ -9,8 +9,8 @@ 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.9.0 as of June 22nd,
-2021.
+Python. It is API compatible with Java Lucene version 8.11.0 as of December
+15th, 2021.
 
 PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene
 embeds a Java VM with Lucene into a Python process. The PyLucene Python extension,
diff --git a/content/pylucene/pylucene_news/2021-12-15-8-11-0.available.md b/content/pylucene/pylucene_news/2021-12-15-8-11-0.available.md
new file mode 100644
index 0000000..49b3434
--- /dev/null
+++ b/content/pylucene/pylucene_news/2021-12-15-8-11-0.available.md
@@ -0,0 +1,8 @@
+Title: PyLucene 8.11.0 available
+category: pylucene/news
+URL: 
+save_as: 
+
+This release tracks Lucene Core's 8.11.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_11_0/CHANGES">PyLucene 8.11.0 CHANGES</a> and <a href="https://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_8_11_0/jcc/CHANGES">JCC 3.11 CHANGES</a> for details.<br/>
+Source distributions are available <a href="https://www.apache.org/dyn/closer.lua/lucene/pylucene/">here</a>.<br/>