Hi Andrew, Your configuration which you specified in the earlier thread looks fine. Your query is also ok. The complete lack of spell check results in the response you pasted suggests that the SpellCheckComponent is not added to the SearchHandler's list of components.
Can you check your solrconfig.xml again? I'm sorry but it doesn't seem like a problem with the spell checker itself. Also check if there are any exceptions in the Solr log/console. On Mon, Jul 28, 2008 at 8:32 PM, Andrew Nagy <[EMAIL PROTECTED]>wrote: > > -----Original Message----- > > From: Shalin Shekhar Mangar [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 28, 2008 10:09 AM > > To: solr-user@lucene.apache.org > > Subject: Re: SpellCheckComponent problems (was: Multiple search > > components in one handler - ie spellchecker) > > > > Can you show us the query you are issuing? Make sure you add > > spellcheck=true > > to the query as a parameter to turn on spell checking. > > > http://localhost:8080/solr/select?q=*:*&spellcheck=true&spellcheck.q=scandanava&spellcheck.build=true > > Shows this: > <response> > <lst name="responseHeader"> > <int name="status">0</int> > <int name="QTime">73</int> > </lst> > <result name="response" numFound="7650" start="0"> > ... > </result> > </response> > > Andrew > -- Regards, Shalin Shekhar Mangar.