An open source search library for Python that allows indexing and searching text documents, fast and easy to use for small to medium sized websites and applications
Whoosh is an open source search library written in pure Python. It allows you to easily add full-text search functionality to your Python applications and websites.
Some key features of Whoosh:
Whoosh is a good choice if you need full text search for a small to medium sized site or application that is written in Python. It balances simplicity and ease of use with high performance searching capabilities. The pure Python code base makes it very portable as well.
Here are some alternatives to Whoosh:
Suggest an alternative ❐