Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/django-haystack
Special copy which works with django trunk and can be easily shared/installable
https://github.com/calvinchengx/django-haystack
Last synced: 22 days ago
JSON representation
Special copy which works with django trunk and can be easily shared/installable
- Host: GitHub
- URL: https://github.com/calvinchengx/django-haystack
- Owner: calvinchengx
- License: other
- Created: 2011-11-19T06:18:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T06:19:30.000Z (about 13 years ago)
- Last Synced: 2024-11-16T01:36:57.599Z (3 months ago)
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Haystack
========:author: Daniel Lindsley
:date: 2011/05/02Haystack 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... _Solr: http://lucene.apache.org/solr/
.. _Whoosh: http://whoosh.ca/
.. _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 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/dev/
* v1.1: http://docs.haystacksearch.org/1.1/
* v1.0: http://docs.haystacksearch.org/1.0/Requirements
============Haystack has a relatively easily-met set of requirements.
* Python 2.5+
* Django 1.2+Additionally, each backend has its own requirements. You should refer to
http://docs.haystacksearch.org/dev/installing_search_engines.html for more
details.