Welcome to Haystack!

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

Note

This documentation represents the development version of Haystack. For old versions of the documentation: 1.0, 1.1.

Advanced Uses

Once you’ve got Haystack working, here are some of the more complex features you may want to include in your application.

Developing

Finally, if you’re looking to help out with the development of Haystack, the following links should help guide you on running tests and creating additional backends:

Requirements

Haystack has a relatively easily-met set of requirements.

  • Python 2.4+ (may work on 2.3 but untested)
  • Django 1.0+

Additionally, each backend has its own requirements. You should refer to Installing Search Engines for more details.

Project Versions

Table Of Contents

Previous topic

Table Of Contents

Next topic

Getting Started with Haystack

This Page