django-haystack
Force Haystack to index first letter of Charfield
I have a model开发者_如何转开发 with CharField() class MyModel(models.Model) field = models.CharField(...)[详细]
2023-04-11 07:35 分类:问答Multiple Cores in Django Haystack using Solr Backend
How do I configure HAYSTACK_SOLR_URL when using multiple cores? I\'ve set it to the address of core0, and that works, but only using one core…[详细]
2023-04-11 03:40 分类:问答How do I retrieve Haystack SearchQuery parameters
I am looking for a way to serialize a Haystack search query (not the query results) so that I can reconstruct it later.Is there a way to do this without having to intercept the parameters from off of[详细]
2023-04-10 04:01 分类:问答Solr authentication (using Django Haystack)
My solr service works without HTTP authentication, but my webhost provides it and I\'d like to take advantage of it.[详细]
2023-04-06 11:47 分类:问答The HAYSTACK_SITECONF setting is no longer used & can be removed
I\'m using Haystack search (latest version) and Django 1.3. The getting started docs say to have a HAYSTACK_SITECONF setting, but when I try to manage.py syncdb, I get the error The HAYSTACK_SITECON[详细]
2023-04-05 08:34 分类:问答Haystack in INSTALLED_APPS results in Error: cannot import name openProc
I am pretty stuck right now. I have a Django project that\'s been working great until I tried to add Haystack/Whoosh for search. I\'ve had this same stack in other projects working fine.[详细]
2023-04-02 22:20 分类:问答django haystack - class-based view
Are there any tutorials or examples besides the one on the official haystack web site on how to use the c开发者_Python百科lass-based views?[详细]
2023-03-30 16:16 分类:问答Solr Admin not found: "missing core name in path"
I\'m running solr on dotcloud for my django app (using haystack) and am running into some trouble. I receive a 404 \"missing core name in path\" message when trying to access the admin, despite the fa[详细]
2023-03-29 07:14 分类:问答Haystack - Why does RealtimeSearchIndex sometimes not update my saved object
I\'m using Haystack and Whoosh with Django Within search_index.py I have this class PageIndex(RealTimeSearchIndex):[详细]
2023-03-27 22:17 分类:问答searching with haystack and xapian?
I\'ve been trying to do this search: the post\'s title is \'help me\' in my code it\'s: SearchQuerySet().filter(title=request.Get.copy()[\'search\'])[详细]
2023-03-27 19:29 分类:问答