pythonsqlitefull-text-searchsqlalchemypylons

Full text search engine for Python


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 ?


Solution

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