I\'ve recently set up solr and haystack to search one of my django models.I attempted to modify the default solr schema built by haystack to use the NGramTokenizerFactory:
I am using Haystack v1.0 and Whoosh v1.8.1 to build a customized search engine for my website. Everything works beautifully but the problem is that I get no results for a lot of entries in my indexed
I\'m trying to search within a previous search on my site. It would be like \"sky\", and then after getting the results, I\'d hit the radio button for \'Search within results\'. Then I would type in
I am trying to implement Haystack search for my website with Whoosh back-end. I have been able to successfully setup the haystack app and I can search the model that I have registered, but when I crea
I was reading the \'Getting Started\' guide of Haystack and tried to implement Whoosh backend for my website with Haystack. I was successful in setting up the whole project and I can also see the sear
I\'m using django-haystack for a search page on my site, and I want to order all the results by their content type. Is there a way I can do that?
I have two models in Django like follows(in pseudo code) class Medicine(db.Model): field_1 = db.CharField()
I\'m trying to index a model in Solr with django-haystack, but it returns me the following error(when using rebuild_index or update_index) :
I just went through a bit of an installation process with django-haystack and xapian on my root user and eventually my other user and all the responses seem to be okay.
I have added haystack search to my fledgling django app and managed to create an index for a model, using the template feature. For some reason I am having trouble adding related data to this template