On Sat, Jul 26, 2008 at 12:37 AM, Andrew Nagy <[EMAIL PROTECTED]> wrote:
> Exactly - however the spellcheck component is not working for my setup. > The spelling suggestions never show in the response. I think I have the > solrconfig setup incorrectly. Also my solr/data/spell index that is created > is empty. Something is not configured correctly, any ideas? > > Andrew > ________________________________________ > From: Geoffrey Young [EMAIL PROTECTED] > Sent: Friday, July 25, 2008 3:04 PM > To: solr-user@lucene.apache.org > Subject: Re: Multiple search components in one handler - ie spellchecker > > Andrew Nagy wrote: > > Thanks for getting back to me Geoff. Although, that is pretty much > > what I have. Maybe if I show my solrconfig someone might be able to > > point out what I have incorrect? The problem is that nothing related > > to the spelling options are show in the results, just the normal > > expected search results. > > right. the spellcheck component does not issue a separate query *after* > running the spellcheck, it merely offers suggestions in parallel with > your existing query. > > the results are more like > > "below are the results for $query. did you mean $suggestions?" > > HTH > > --Geoff > > > Is the allfields in your spell checker configuration in your schema.xml? Can you see the spellcheckIndexDir created inside the Solr's data directory? -- Regards, Shalin Shekhar Mangar.