Index of /lucene/pylucene

Icon  Name                                               Last modified      Size  Description
[DIR] Parent Directory - [   ] KEYS 19-Nov-2009 05:44 3.8K [   ] pylucene-2.9.4-1-src.tar.gz 13-Dec-2010 08:08 15M [TXT] pylucene-2.9.4-1-src.tar.gz.asc 13-Dec-2010 08:08 833 [   ] pylucene-3.0.3-1-src.tar.gz 13-Dec-2010 08:18 15M [TXT] pylucene-3.0.3-1-src.tar.gz.asc 13-Dec-2010 08:18 833 [   ] pylucene-3.1.0-1-src.tar.gz 03-Apr-2011 03:54 32M [TXT] pylucene-3.1.0-1-src.tar.gz.asc 03-Apr-2011 03:54 833 [   ] pylucene-3.2.0-1-src.tar.gz 07-Jun-2011 05:03 37M [TXT] pylucene-3.2.0-1-src.tar.gz.asc 07-Jun-2011 05:03 833 [   ] pylucene-3.3-3-src.tar.gz 22-Jul-2011 00:16 40M [TXT] pylucene-3.3-3-src.tar.gz.asc 22-Jul-2011 00:16 833 [   ] pylucene-3.4.0-1-src.tar.gz 16-Sep-2011 02:49 41M [TXT] pylucene-3.4.0-1-src.tar.gz.asc 16-Sep-2011 02:49 833 [   ] pylucene-3.5.0-3-src.tar.gz 09-Dec-2011 13:19 41M [TXT] pylucene-3.5.0-3-src.tar.gz.asc 09-Dec-2011 13:19 833 [   ] pylucene-3.6.0-2-src.tar.gz 08-May-2012 08:15 34M [TXT] pylucene-3.6.0-2-src.tar.gz.asc 08-May-2012 08:15 833

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 <http://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-2.4.1-1-src.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp pylucene-2.4.1-1-src.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify pylucene-2.4.1-src.tar.gz.asc