I have just been playing around with spell check and from what I can tell it does not do that automatically, you would need to program that in your application yourself, basically run a search, check the spellcheck, run the search again if needed, and present the results to the user, not all that complicated and you could do that recursively since you would not get a spellcheck back on the second pass.
Cheers François On Jan 1, 2011, at 9:23 AM, TxCSguy wrote: > > > > Thanks for the Reply Erick. I read through the link you provided as well as > http://wiki.apache.org/solr/TermsComponent > http://wiki.apache.org/solr/TermsComponent but that doesn't seem to be what > I'm looking for. If a user searches for "pell", is there a way to have SOLR > modify the query such that the highest-ranked spell correction ("dell" in > this example) is search for by the query component rather than "pell". Right > now, it seems that all that is happening is that "dell" is being returned as > a suggestion, but the query component is still searching with "pell". > > Thanks in advance! > > -Mark > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Spelling-Suggestions-vs-Correction-tp2172572p2176048.html > Sent from the Solr - User mailing list archive at Nabble.com.