Whoosh: a fast pure-Python search engine

2009-02-12 // Category: Link // Tags: Data Mining, Python, Software

Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Some of Whoosh's features include Pythonic API, pure-Python, fielded indexing and search, fast indexing and retrieval, pluggable scoring algorithm (text analysis, storage, posting format, etc.), and powerful query language.

URL: http://whoosh.ca/