Mailing List Archive

[ANNOUNCE] Apache PyLucene 6.5.0 (now with Python 3 support)
I am pleased to announce the availability of Apache PyLucene 6.5.0.

New in this release: Python 3 support.
PyLucene is now supported with both Python 2 and Python 3.
JCC 3.0 maintains compatibility with both Python versions.

Apache PyLucene, a subproject of Apache Lucene, is a Python extension for
accessing Apache Lucene Core. Its goal is to allow you to use Lucene's text
indexing and searching capabilities from Python. It is API compatible with
the latest version of Lucene 6.x Core, 6.5.0.

For changes in this release, please review:
http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/CHANGES
http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_6_5_0/jcc/CHANGES
http://lucene.apache.org/core/6_5_0/changes/Changes.html

Apache PyLucene is available from the following download page:
http://www.apache.org/dyn/closer.cgi/lucene/pylucene/pylucene-6.5.0-src.tar.gz

When downloading from a mirror site, please remember to verify the downloads
using signatures found on the Apache site:
https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS

For more information on Apache PyLucene, visit the project home page:
http://lucene.apache.org/pylucene

Andi..