Top "Django-haystack" questions

Haystack is a modular search app for Django projects.

How to add something to PYTHONPATH?

I downloaded a package (called pysolr 2.0.15) to my computer to be used with Haystack. The instructions asks me to add …

python django django-haystack pythonpath pysolr
elasticsearch exceptions ConnectionError

I am making a Django app. It uses Haystack with elasticsearch as backend. When I run ./manage.py rebuild_index …

python django elasticsearch django-haystack
Finding or configuring Solr home directory

I'm following this tutorial on setting up django-haystack and solr: http://django-haystack.readthedocs.org/en/latest/tutorial.html I hit …

django solr django-haystack
Solr can't find resource stopwords_en.txt

I'm trying to setup Solr 3.6.0 with Django-haystack Beta 2.0.0. After running ./manage.py build_solr_schema and moving schema.xml to …

django solr django-haystack stop-words
Apache solr search part of the word

I'm using apache solr search engine for indexing my website database.. I'm using django+http://haystacksearch.org/ So let's say …

django solr django-haystack django-search-lucene
Filter Django Haystack results like QuerySet?

Is it possible to combine a Django Haystack search with "built-in" QuerySet filter operations, specifically filtering with Q() instances and …

django django-queryset django-haystack
Updating a Haystack search index with Django + Celery

In my Django project I am using Celery. I switched over a command from crontab to be a periodic task …

python django indexing celery django-haystack