apache solr auto suggestions

Posted by Pydev UA on Stack Overflow See other posts from Stack Overflow or by Pydev UA
Published on 2010-03-03T07:28:46Z Indexed on 2010/05/05 0:08 UTC
Read the original article Hit count: 192

Filed under:
|
|
|

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 ?

© Stack Overflow or respective owner

Related posts about solr

Related posts about haystack