Xapian-haystack - A Xapian backend for Django Haystack
1–5 of 5 posts
Re: Xapian-haystack - A Xapian backend for Django Haystack
#2David welcomes constructive feedback, so try it out and contribute your input for improvement... or just say thank you to him. heh
I intend to use it for http://www.snapact.com/ when I get to that point in Snapact's feature list. There need to be more hours in the day.
Re: Xapian-haystack - A Xapian backend for Django Haystack
#3Can't wait to try this out.
Re: Xapian-haystack - A Xapian backend for Django Haystack
#4Xapian is amazing - it's incredibly fast, and I much prefer it to Lucene and friends. I'm using Xapain with Django right now, but the framework I built to smush them together is hardly elegant. Can't wait to try this out.
Originally, I was planning on using Whoosh for the backend, but quickly ran into issues with locked files when deploying to a live server.
Anyways, I'd love to hear any comments and feedback you may have after you've given the code a try.
Re: Xapian-haystack - A Xapian backend for Django Haystack
#5Xapian is amazing - it's incredibly fast, and I much prefer it to Lucene and friends. I'm using Xapain with Django right now, but the framework I built to smush them together is hardly elegant. Can't wait to try this out.
Thanks for the encouragement. This is my first open source project, and I mainly wrote it because I was disappointed with Djapian's Xapian interface and was quite impressed with Haystack. Originally, I was planning on using Whoosh for the backend, but quickly ran into issues with locked files when deploying to a live server. Anyways, I'd love to hear any comments and feedback you may have after you've given the code…