A fork of Xapian-haystack (https://github.com/notanumber/xapian-haystack) that applies the Inkscape patch for dealing with long terms. (https://github.com/inkscape/xapian-haystack/commit/d1346dc53f35b0960badf6435cff468c648de694)
Go to file
2009-07-03 14:34:43 -04:00
tests Refactored to use existing site.build_unified_schema() instead of generating this manually 2009-07-03 14:34:43 -04:00
__init__.py Initial commit 2009-06-16 14:48:11 -04:00
.gitignore Updated .gitignore with *.tmproj and *.DS_Store 2009-06-19 09:01:58 -04:00
AUTHORS Added new documentation 2009-06-19 09:26:25 -04:00
LICENSE Renamed gpl.txt to LICENSE 2009-06-18 13:09:16 -04:00
README Fixed typo in README 2009-06-22 09:50:35 -04:00
TODO Implemented 2009-07-03 11:21:07 -04:00
xapian_backend.py Refactored to use existing site.build_unified_schema() instead of generating this manually 2009-07-03 14:34:43 -04:00

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