You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by Andi Vajda <va...@apache.org> on 2009/12/09 03:42:44 UTC

Re: [ANNOUNCE] Apache PyLucene 3.0.0

I am pleased to announce the availability of Apache PyLucene 3.0.0.

Apache PyLucene - a subproject of Apache Lucene - is a Python extension for
accessing Lucene Java. 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 Java, version 3.0.0.

This release contains a number of bug fixes, improvements and API changes.
Lucene Java 3.0 has had all APIs deprecated in earlier releases removed.

PyLucene change details can be found in the CHANGES files:
  http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES
  http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES

Please, see the list of changes in Lucene Java 3.0 for more details about
changes to the Lucene 3.0 API:
  http://lucene.apache.org/java/3_0_0/changes/Changes.html

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

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

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

Andi..