Download List

Project Description

PyLucene is a Python extension for accessing Java Lucene from Python. Its goal is to allow use of Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-05 17:32 Back to release list
0.9.8

All calls made to Java from Python now yield the Python Global Interpreter Lock, resolving some corner case deadlock situations and helping the Python process to avoid the appearance of hanging during long Java API calls. The few Lucene APIs that were overloaded with an optional 'yield' argument are removed as they are no longer necessary. Error reporting is improved, and Java exceptions are now reported as Python JavaError exceptions.
Tags: Stable, Major bugfixes

Project Resources