bag-of-holding.com

What's in the bag?

/2009/June/

Triggering a reindex through a generic relationship with Haystack

Let's say that you have a Haystack search index defined with a summary field that has a indexed=False on it, but you'd like to have your indexes update automatically whenever an associated generic relationship is updated as well. In my case, I had a Rating class that was attached to ...
Read more...

Haystack and Xapian

I've been working on a Xapian backend for Haystack recently and it's nearing feature completion, I think. Time for some testing. You can find it here: <http://github.com/notanumber/xapian-haystack/> I'd love to get some feedback, so give it a shot, if you have time.
Read more...