[pylucene-dev] PyLucene 0.9.3

Andi Vajda vajda at osafoundation.org
Wed Dec 1 17:23:38 PST 2004


To keep up with today's Java Lucene 1.4.3 release, PyLucene is now at version 
0.9.3 and built with the latest Java Lucene 1.4.3. The binaries available on 
our web site at http://pylucene.osafoundation.org are built on and with:

   - macosx 10.3.6, gcj 3.4.2, python 2.3, and db-4.2.52 for the db flavor
   - redhat 8, gcj 3.4.1, python 2.3, and db-4.2.52 for the db flavor
   - win2k, mingw gcj 3.4.1, python 2.3, and db-4.2.52 for the db flavor

Building from sources with db 4.3.21 and/or python 2.4 is also supported.

Here is the list of changes for this release:
  - upgraded to Java Lucene 1.4.3
  - added support for Similarity, with python extension, DefaultSimilarity
  - ported TestSimilarity.java, all tests pass
  - added support for most java.lang.System methods
  - added support for java.util.Date
  - added support for DateField, DateFilter
  - ported TestDateFilter.java, all tests pass
  - added basic support for FilterIndexReader
  - added support for FilteredTermEnum, with python extension
  - added support for FuzzyTermEnum, WildcardTermEnum
  - calling Py_DECREF() from finalize() now working with GIL on python >= 2.4f0

Andi..


More information about the pylucene-dev mailing list