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/04/28 00:09:01 UTC

[lucene-site] 01/01: release PyLucene 9.1.0

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 d8b51d8caff11f210db2a91f5b0991df9b466903
Merge: bd43240a9 a95c28892
Author: Andi Vajda <va...@yuzu.local>
AuthorDate: Wed Apr 27 17:08:24 2022 -0700

    release PyLucene 9.1.0

 content/pages/pylucene/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --cc content/pages/pylucene/index.md
index deb055344,ef70f3123..800a450e7
--- a/content/pages/pylucene/index.md
+++ b/content/pages/pylucene/index.md
@@@ -6,10 -6,11 +6,10 @@@ 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 8.11.0 as of December
- 15th, 2021.
+ Python. It is API compatible with Java Lucene version 9.1.0 as of April 27th,
+ 2022.
  
  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,