Lupy is a full text indexer for Python. It is a port of Jakarta Lucene 1.2 to Python. Specifically, it reads and writes indexes in Lucene binary format. Like Lucene, it is sophisticated and scalable.
Anonymous commented on the typo artifact
Release 0.2.1 - 11 May 2004 Minor bugfixes, added tests.
Release 0.2.0 - 20 Feb 2004 This release brings major reorganization of the code, grouping classes into larger modules instead of the original Java style, as well as rewriting several of the classes to be more Pythonic, removing extraneous data ...
A minor release with mainly a bug fix in the indexer.Index wrapper. Changes: Changed default mergeFactor from 9 to 20 for better performance Fixed the example in simple.py to use a Keyword for filename, instead of stored, instead of a tokenized and ...
Anonymous created the typo artifact
Minor release with fix for a windows-only bug. Also indexer.Index now allow you to set the mergeFactor for tuning Lupy's speed/space tradeoff. -A-
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use