pythonfull-text-searchluceneferret

Is there a pure Python Lucene?


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.


Solution

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