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.
| Tags | Software Development Libraries Python Modules Text Processing Indexing |
|---|---|
| Licenses | MIT/X |
| Operating Systems | Mac OS X Windows Windows Windows POSIX Linux |
| Implementation | Python |
Recent releases


Changes: This is the first release of PyLucene since its recent move to the Apache Software Foundation as an Apache Lucene subproject. This release tracks Java Lucene's recent 2.4.1 release and introduces a number of bugfixes and improvements.


Changes: This version reflects the recent Java Lucene 2.3.1 release.


Changes: This release mirrors the recent Java Lucene 2.3.0 release, and includes a number of bugfixes regarding memory leaks. It is built with JCC only. GCJ-PyLucene is now deprecated.


Changes: This release comes in two flavors: the original built with GCJ, the GNU Java compiler, and a new flavor built with JCC, a C++ code generator that makes it possible to call into Java classes from Python via Java's Native Invocation Interface (JNI). PyLucene with JCC can be used with any Java runtime environment implementing the JNI.


Changes: This release wraps the newly-released Java Lucene 2.1.0.