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:09:14 UTC

[lucene-site] branch production updated (ff42ea23c -> 7b2112e47)

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

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


    from ff42ea23c Merge branch 'main' into production
     add c312090cc release 9.4.1
     new 8cf997dbe release PyLucene 9.4.1
     new 7b2112e47 release 9.4.1

The 2 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.


Summary of changes:
 content/pages/pylucene/index.md                                    | 7 ++++---
 content/pylucene/doap.rdf                                          | 7 +++++++
 ...2022-04-27-9-1-0-available.md => 2022-11-07-9-4-1-available.md} | 6 +++---
 3 files changed, 14 insertions(+), 6 deletions(-)
 copy content/pylucene/pylucene_news/{2022-04-27-9-1-0-available.md => 2022-11-07-9-4-1-available.md} (61%)


[lucene-site] 02/02: release 9.4.1

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

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

commit 7b2112e47026270eac3146d1f46cace64192a144
Author: Andi Vajda <va...@apache.org>
AuthorDate: Mon Nov 7 14:08:56 2022 -0800

    release 9.4.1
---
 content/pylucene/doap.rdf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/content/pylucene/doap.rdf b/content/pylucene/doap.rdf
index dfb62f6f0..2a1978566 100644
--- a/content/pylucene/doap.rdf
+++ b/content/pylucene/doap.rdf
@@ -38,6 +38,13 @@
     <category rdf:resource="http://projects.apache.org/category/library" />
     <category rdf:resource="http://projects.apache.org/category/python" />
     <category rdf:resource="http://projects.apache.org/category/c++" />
+    <release>
+      <Version>
+        <name>pylucene-9.4.1</name>
+        <created>2022-11-07</created>
+        <revision>9.4.1/revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>pylucene-9.1.0</name>


[lucene-site] 01/02: release PyLucene 9.4.1

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

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

commit 8cf997dbe5a291105e63773df6100014cb440856
Merge: ff42ea23c c312090cc
Author: Andi Vajda <va...@yuzu.local>
AuthorDate: Mon Nov 7 14:07:42 2022 -0800

    release PyLucene 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 --cc content/pages/pylucene/index.md
index 46e5b1f72,4f231a33c..dff5ec563
--- a/content/pages/pylucene/index.md
+++ b/content/pages/pylucene/index.md
@@@ -6,9 -6,10 +6,9 @@@ template: lucene/pylucene/inde
  ## What is PyLucene ?
  
  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
 +[Lucene](https://lucene.apache.org/java/)™. 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