Is there a pure Python Lucene?

ferret, full-text-search, lucene, python

Solution

Whoosh is a new project which is similar to lucene, but is pure python.

Problem

The ruby folks have Ferret. Someone know of any similar initiative for Python? We're using PyLucene at current, but I'd like to investigate moving to pure Python searching.

Original source