Full text search engine for Python

uhbif19 picture uhbif19 · Nov 28, 2010 · Viewed 8.7k times · Source

I'm searching for a Python full text search engine.

I took a look at PyLucense, but I think that using a Java-based library in a Python project is not good. As I understand, Sphinx does not have a Python API.

Any ideas ?

Answer

nmichaels picture nmichaels · Nov 28, 2010

Have you looked at Whoosh? It's pure Python.