mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
A Xapian backend for Haystack
| tests | ||
| .gitignore | ||
| __init__.py | ||
| AUTHORS | ||
| COPYING | ||
| README | ||
| TODO | ||
| xapian_backend.py | ||
Overview
--------
xapian-haystack is a backend for use with the Django Haystack search API.
More information on Haystack can be found here: http://haystacksearch.org/
xapian-haystack is licensed under the GPL, please see the included LICENSE
file for more information.
Installation
------------
1. Copy or symlink `xapian_backend.py` into `haystack/backends/`
2. Add `HAYSTACK_XAPIAN_PATH` to `settings.py`
3. Set `HAYSTACK_SEARCH_ENGINE` to `xapian`
Source
------
The latest source code can always be found here: http://github.com/notanumber/xapian-haystack/
Testing
-------
Provided that Django, Haystack, and xapian-haystack are all in your Python
path, simply change to the xapian-haystack folder and execute:
django-admin.py test tests --settings=tests.settings
Questions, Comments, Concerns:
------------------------------
Feel free to open an issue here: http://github.com/notanumber/xapian-haystack/issues