django-haystack
Haystack Not Returning Results that Solr Admin Console Highlights
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:[详细]
2023-02-26 00:31 分类:问答Haystack Whoosh not indexing everything
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[详细]
2023-02-21 19:55 分类:问答Search within results using haystack (django) on solr
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[详细]
2023-02-21 19:47 分类:问答Django Haystack Indexing More than one models
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[详细]
2023-02-21 13:00 分类:问答Django Haystack Rebuild Index
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[详细]
2023-02-21 09:27 分类:问答Using django-haystack, how do I order results by content type
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?[详细]
2023-02-19 22:52 分类:问答Django Haystack/Solr: Faceting on a model but show results only from a ForeignKey field
I have two models in Django like follows(in pseudo code) class Medicine(db.Model): field_1 = db.CharField()[详细]
2023-02-19 21:58 分类:问答Problem adding to solr index using Django-Haystack
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) :[详细]
2023-02-18 17:05 分类:问答django centos xapian haystack
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.[详细]
2023-02-14 13:40 分类:问答How do I add related data to a haystack model index?
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[详细]
2023-02-12 19:23 分类:问答