django-haystack
no result are found - haystack django whoosh
I have a huge problem! I am using haystack and whoos开发者_如何学Ch and django. I am sure I\'ve done everything that is required to be done to make it works according to the documentation.[详细]
2023-02-09 20:02 分类:问答Search results are duplicated after update_index (django haystack+whoosh)
I use django-haystack with whoosh as a backend. I call update_index command in a scheduled intervals and I\'ve noticed that after each update my search results contains a lot o开发者_开发百科f duplica[详细]
2023-02-05 17:56 分类:问答haystack search startswith
Why when i use: users = SearchQuerySet().all() users = u开发者_开发知识库sers.filter(name__startswith=\'foo\')[详细]
2023-02-04 18:03 分类:问答Install Xapian for Python 2.6 on CentOS 5.5
I\'m using Django 1.2 for Python 2.6 on CentOS 5.5 and I\'m trying to install Django Haystack with Xapian as the search backend.I\'ve followed the installation instructions on http://docs.haystacksear[详细]
2023-01-31 09:17 分类:问答Django, Haystack: show the time took by a search
I have a Django app that uses Haystack. Is it poss开发者_StackOverflow中文版ible to show after a search, in the search result page, how much time the search took ?You can use the time module from pyth[详细]
2023-01-30 17:13 分类:问答How do I do a partial field match using Haystack?
I needed a simple search tool for my django-powered web site, so I went with Haystack and Solr. I have set everything up correctly and can find the correct search results when I type in the exact phra[详细]
2023-01-29 19:04 分类:问答Django - Haystack Query Serialization
I\'m trying to serialize a HayStack SearchQuerySet: from django.core import serializers serializers.serialize(\"开发者_StackOverflow中文版json\", SearchQuerySet().filter(content=request.GET[\'q\']))[详细]
2023-01-29 17:18 分类:问答Django + Haystack search user full name
I am setting up django-haystack and just have a question. I use django-profiles, which allows me to add seperate information ie, city, gender etc.[详细]
2023-01-29 09:49 分类:问答How to perform Geo Spatial search with django-haystack + solr
I\'m currently using django haystack with xapian. I couldn\'t find any documentation on how to perform geospatial queries on xapian. But there seems to be some momentum on Solr. So i\'m currently expe[详细]
2023-01-26 05:47 分类:问答Haystack more_like_this returns all
I am using Django, haystack, solr, to do searching.Ive am able to search and now I would like to find similar items using more_like_this. When I try to use the more_like_this functionality I get back[详细]
2023-01-22 14:48 分类:问答