Index of /apache/lucene/java

Icon  Name                        Last modified      Size  Description
[DIR] Parent Directory - Java-Apache (old) [DIR] archive/ 15-Feb-2008 13:17 - Java-Apache (old) [   ] KEYS 15-Feb-2008 13:17 15K Java-Apache (old) [TXT] README.html 15-Feb-2008 13:17 1.2K Java-Apache (old) [   ] lucene-2.3.0-src.tar.gz 15-Feb-2008 13:17 4.4M Java-Apache (old) [TXT] lucene-2.3.0-src.tar.gz.asc 15-Feb-2008 13:17 194 Java-Apache (old) [   ] lucene-2.3.0-src.zip 15-Feb-2008 13:17 5.2M Java-Apache (old) [TXT] lucene-2.3.0-src.zip.asc 15-Feb-2008 13:17 194 Java-Apache (old) [   ] lucene-2.3.0.tar.gz 15-Feb-2008 13:17 6.4M Java-Apache (old) [TXT] lucene-2.3.0.tar.gz.asc 15-Feb-2008 13:17 194 Java-Apache (old) [   ] lucene-2.3.0.zip 15-Feb-2008 13:17 11M Java-Apache (old) [TXT] lucene-2.3.0.zip.asc 15-Feb-2008 13:17 194 Java-Apache (old)

Lucene Java Downloads

This is the Lucene Java download page.

Note: 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 and Mac OS X will not work with these files

Changes

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

Thank you for using Lucene.

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 (binaries/ or source/). The signing keys can be found in the distribution directory at <http://www.apache.org/dist/lucene/java/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 lucene-1.4.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp lucence-1.4.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify lucene-1.4.tar.gz.asc