summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-10-09 11:15:33 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-10-09 11:15:33 -0600
commit777b21410ad3e4ab87169210f646b2c75693d738 (patch)
treed127785e64ae8a6ffcfd5af2cabe9a1937d37e9f /askbot/doc/source
parentb0666913f36df9c7b5e36ec179d2213bd66ad997 (diff)
downloadaskbot-777b21410ad3e4ab87169210f646b2c75693d738.tar.gz
askbot-777b21410ad3e4ab87169210f646b2c75693d738.tar.bz2
askbot-777b21410ad3e4ab87169210f646b2c75693d738.zip
adding documentation for haystack modules
Diffstat (limited to 'askbot/doc/source')
-rw-r--r--askbot/doc/source/optional-modules.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/askbot/doc/source/optional-modules.rst b/askbot/doc/source/optional-modules.rst
index 3337ef0c..aab80bf4 100644
--- a/askbot/doc/source/optional-modules.rst
+++ b/askbot/doc/source/optional-modules.rst
@@ -55,6 +55,17 @@ Finally, add lin
.. _embedding-video:
+Haystack search
+=============
+Askbot supports `Haystack <http://haystacksearch.org/>`_, a modular search framework that supports popular search engine backends as
+Solr, Elasticsearch, Whoosh and Xapian.
+
+To enable:
+
+* add 'haystack' to INSTALLED_APPS
+* add ENABLE_HAYSTACK_SEARCH = True in settings.py
+* Configure your search backend according to your setup following `this guide <http://django-haystack.readthedocs.org/en/latest/tutorial.html#modify-your-settings-py>`_
+
Embedding video
===============