Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xapian and django-haystack

I have a problem with django-haystack. According to this tutorial I got this apps: django-haystack xapian-haystack

I set everything but i have this error: django.core.exceptions.ImproperlyConfigured: 'xapian' isn't an available search backend. Available options are: 'dummy', 'solr', 'whoosh'

Why xapian is not available? Thanks for your help.

like image 498
pmoniq Avatar asked Feb 28 '23 16:02

pmoniq


1 Answers

Xapian isn't included with Haystack due to licensing differences. You have to get the xapian backend from http://github.com/notanumber/xapian-haystack.

like image 114
Brian Neal Avatar answered Mar 12 '23 08:03

Brian Neal