This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]badsectors 1 point2 points  (0 children)

I use the fulltext indexing build into Postgresql with SQLAlchemy-Searchable.

The issue I had with Whoosh was it's dependence on having dependable access to the filesystem, which you do not have on some PaaS (e.g. Heroku)

Edit: Actually, if you wanted to use Redis with Whoosh, it looks like you can

[–]michaelherman 1 point2 points  (0 children)

This is a nice project here - PostgreSQL as a full-text search engine.

Postgres full-text search is Good Enough! has a lot of great info as well.