Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python (official website).
But I cannot find any speed / performance comparison to other search engine, especially Lucene based (pyLucene, Lupyne...) ?
I'm used to use pyLucene which is known to be fast but quite non-pythonic and not easy to handle (direct java-Lucene wrapper). There is a pythonic wrapper of pyLucene; Lupyne. However this is not convenient when core features of Lucene are needed.
Any performance hints between Whoosh and other would be appreciate.