Go to file
Michael Fladischer 48a63b7514 django-haystack (2.4.0-2) unstable; urgency=low
* Switch buildsystem to pybuild.
  * Add Python3 support through a separate package.
  * Add lintian override for missing upstream changelog.

# imported from the archive
2015-07-07 22:12:20 +02:00
debian django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
django_haystack.egg-info django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
docs django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
haystack django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
AUTHORS django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
LICENSE django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
MANIFEST.in django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
PKG-INFO django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
README.rst django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
setup.cfg django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00
setup.py django-haystack (2.4.0-2) unstable; urgency=low 2015-07-07 22:12:20 +02:00

README.rst

========
Haystack
========

:author: Daniel Lindsley
:date: 2013/07/28

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.

.. _Solr: http://lucene.apache.org/solr/
.. _Elasticsearch: http://elasticsearch.org/
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/
.. _Xapian: http://xapian.org/

Haystack is BSD licensed, plays nicely with third-party app without needing to
modify the source and supports advanced features like faceting, More Like This,
highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.


Getting Help
============

There is a mailing list (http://groups.google.com/group/django-haystack/)
available for general discussion and an IRC channel (#haystack on
irc.freenode.net).


Documentation
=============

* Development version: http://docs.haystacksearch.org/
* v2.3.X: http://django-haystack.readthedocs.org/en/v2.3.0/
* v2.2.X: http://django-haystack.readthedocs.org/en/v2.2.0/
* v2.1.X: http://django-haystack.readthedocs.org/en/v2.1.0/
* v2.0.X: http://django-haystack.readthedocs.org/en/v2.0.0/
* v1.2.X: http://django-haystack.readthedocs.org/en/v1.2.7/
* v1.1.X: http://django-haystack.readthedocs.org/en/v1.1/

Build Status
============

.. image:: https://travis-ci.org/django-haystack/django-haystack.svg?branch=master
   :target: https://travis-ci.org/django-haystack/django-haystack

Requirements
============

Haystack has a relatively easily-met set of requirements.

* Python 2.7+ or Python 3.3+
* Django 1.6+

Additionally, each backend has its own requirements. You should refer to
http://django-haystack.readthedocs.org/en/latest/installing_search_engines.html for more
details.