Welcome to PyLucene
- What is PyLucene ?
- Requirements
-
News
- 02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available
- 03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available
- 08 Dec 2009 - PyLucene 3.0.0-1 available
- 10 Nov 2009 - PyLucene 2.9.1-1 available
- 13 Oct 2009 - PyLucene 2.9.0-1 available
- 03 Apr 2009 - PyLucene 2.4.1-1 available
- 08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject
What is PyLucene ?
PyLucene is a Python extension for accessing Java Lucene. 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 Java Lucene, version 3.0.2 as of July 2nd, 2010.
PyLucene is not a Lucene port but a Python wrapper around Java Lucene. PyLucene embeds a Java VM with Lucene into a Python process. The PyLucene Python extension, a Python module called lucene, is machine-generated by JCC.
PyLucene is 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). Sources for JCC are included with the PyLucene sources.
See here for more information and documentation about PyLucene.
Requirements
PyLucene is supported on Mac OS X, Linux, Solaris and Windows.
PyLucene requires Python version 2.x (x >= 3.5) and Java version 1.x (x >= 4). Building PyLucene requires GNU Make, a recent version of Ant capable of building Java Lucene and a C++ compiler. Use of setuptools is recommended.
See the JCC installation instructions for more information about building JCC from sources.
See the PyLucene installation instructions for more information about building PyLucene from sources.
News
02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available
These releases track Lucene Java's recent 2.9.3 and 3.0.2 releases.
See PyLucene 3.0.2 CHANGES and JCC 2.6 CHANGES for details.
See PyLucene 2.9.3 CHANGES for details.
Source distributions are available here.
03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available
These releases track Lucene Java's recent 2.9.2 and 3.0.1 releases.
See PyLucene 3.0.1 CHANGES and JCC 2.5.1 CHANGES for details.
See PyLucene 2.9.2 CHANGES for details.
Source distributions are available here.
08 Dec 2009 - PyLucene 3.0.0-1 available
This release tracks Lucene Java's recent 3.0.0 release.
See PyLucene CHANGES and JCC CHANGES for details.
A source distribution is available here.
10 Nov 2009 - PyLucene 2.9.1-1 available
This release tracks Lucene Java's recent 2.9.1 release.
See PyLucene CHANGES and JCC CHANGES for details.
A source distribution is available here.
13 Oct 2009 - PyLucene 2.9.0-1 available
This release tracks Lucene Java's recent 2.9.0 release.
See PyLucene CHANGES and JCC CHANGES for details.
A source distribution is available here.
03 Apr 2009 - PyLucene 2.4.1-1 available
This release tracks Lucene Java's recent 2.4.1 release.
See PyLucene CHANGES and JCC CHANGES for details.
A source distribution is available here.
08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject
The Lucene PMC is pleased to announce the arrival of PyLucene as a Lucene subproject. PyLucene was previously hosted at the Open Source Applications Foundation since its inception in early 2004.