I use solr+django-haystack
I set settings.HAYSTACK_INCLUDE_SPELLING = True and rebuild index
I'm trying to get any suggestion using: SearchQuerySet().auto_query('tryng ani word her').spelling_suggestion()
But I always get None
What should I do to get at least one working suggestion ? may be I need add some configuration into solr config or have some specific data indexed ?