Haystack - Search for Django
haystacksearch.org
Haystack - Search for Django
1–7 of 7 posts
Re: Haystack - Search for Django
#2It currently support Solr really well, and Whoosh (Pure Python) decently.
Re: Haystack - Search for Django
#3Good docuentation, beautiful website, and search that is very much inspirsed by Django's ORM. Certainly the best option out there for search. It currently support Solr really well, and Whoosh (Pure Python) decently.
Re: Haystack - Search for Django
#4Good docuentation, beautiful website, and search that is very much inspirsed by Django's ORM. Certainly the best option out there for search. It currently support Solr really well, and Whoosh (Pure Python) decently.
Re: Haystack - Search for Django
#5Good docuentation, beautiful website, and search that is very much inspirsed by Django's ORM. Certainly the best option out there for search. It currently support Solr really well, and Whoosh (Pure Python) decently.
Very cool... Xapian, Sphinx and Hyper Estraier support should be coming soon: http://haystacksearch.org/docs/backend_support.html
From my experience using Sphinx, it would be a non-trivial task to make it work with Haystack. There's the django-sphinx project which is what I currently use, but I remember getting started with it was kind of a pain. It's speed is really nice though.