Download List

Project Description

Lupy is a full-text indexer for Python. It is a port of Jakarta Lucene to Python, and reads, writes, and searches indexes in Lucene binary format. Like Lucene, it is sophisticated, scalable, and Unicode aware.

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.

2004-05-11 23:16
0.2.1

The code has been reorganized into modules. Some iteration constructs have been converted to Python iterators and generators. All text processing internally is now handled as Unicode. Analyzers are back as generators of tokens. The changes to the code to make it more Pythonic appear to have resulted in trading time for space: preliminary tests indicate about a 5% speedup on one dataset in exchange for a 20% increase in memory usage.
Tags: Code cleanup

2003-11-19 07:01
0.1.5.5.1

This version fixes a bug related to another bug fixed
previously.

2003-11-17 22:20
0.1.5.5

The main reason for this release is to clean up a minor bug in the indexer.Index wrapper. The default mergeFactor has been changed from 9 to 20 for better performance. The example in simple.py uses a keyword for filename instead of a tokenized and stored Text field. SegmentInfos and FieldInfos have been tidied up to be more Pythonic. close() is called on the open searcher in indexer.Index.setupIndexer.
Tags: Minor bugfixes

2003-09-02 13:30
0.1.5.4

This version fixes a Windows-only bug in IndexWriter,
and adds setMergeFactor to the Index to allow for tuning.
Tags: Major bugfixes

2003-08-18 11:27
0.1.5.3

Some minor changes were made for Python 2.3,
although a couple of warnings about bit
operations remain. This release breaks some
code: field.Keyword() must now be used instead
of field.Field.Keyword(). If you are using the
Indexer wrapper, searches are now more accurate
because the query is tokenized first.
Tags: Code cleanup

Project Resources