I have a haystack search which has the following SearchIndex: class Gra开发者_C百科ntIndex(indexes.SearchIndex):
I\'m using django-haystack at the moment with apache-solr as the backend. Problem is I cannot get the app to perform the search functionality I\'m looking for
I\'m trying to setup haystack with whoosh backend. When i try to gen the index [or any index command for that matter] i receive:
This questions is about Django Haystack, with Whoosh backend. I would like to use spelling suggestion in my search. The problem is that it is suggesting TOO much.