blob: ef8f5e2d4b98082c8c7b78f1c09d96baae10fd47 (
plain)
1
2
3
4
5
|
Lupy is a is a full-text indexer and search engine written in 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. Lucene is a polished and mature project and you are encouraged to
read the documentation found at the Lucene home page.
|