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


Reply via email to