Index of /lucene/pylucene

      Name                       Last modified      Size  Description
Parent Directory - README.html 04-Sep-2018 21:37 1.6K pylucene-7.7.1-src.tar.gz 04-Jun-2019 02:10 43M pylucene-8.11.0-src.tar.gz 16-Dec-2021 04:24 48M pylucene-9.4.1-src.tar.gz 08-Nov-2022 05:52 49M pylucene-9.6.0-src.tar.gz 04-Jun-2023 08:11 50M pylucene-9.7.0-src.tar.gz 13-Jul-2023 15:48 50M pylucene-9.10.0-src.tar.gz 05-Mar-2024 07:42 52M

PyLucene Downloads

Note About tar.gz Files

The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris will not work with these files.

Changes

The changes in this release are detailed in the release notes.

Thank you for using PyLucene.

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file. The signing keys can be found in the distribution directory at <https://www.apache.org/dist/lucene/pylucene/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpk pylucene-x.y.z-src.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp pylucene-x.y.z-src.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify pylucene-x.y.z-src.tar.gz.asc