Re: Spelling Suggestions vs Correction

2011-01-01 Thread Erick Erickson
Ah, didn't tumble to that Not that I know of. I suspect that the way to handle this would be to catch the response and inspect it and then fire off a second query yourself in the middleware layer. That gives you the chance to form the response page that the user sees and clearly show that that

Re: Spelling Suggestions vs Correction

2011-01-01 Thread François Schiettecatte
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 tha

Re: Spelling Suggestions vs Correction

2011-01-01 Thread TxCSguy
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

Re: Spelling Suggestions vs Correction

2010-12-31 Thread Erick Erickson
Here's a discussion of the difference between them, does that answer? http://lucene.472066.n3.nabble.com/spell-check-vs-terms-component-td1870214.html Best Erick On Fri, Dec 31, 2010 at 8:55 AM, TxCSguy wrote: > > Hi, > > I am trying to clear up some confusion about SOLR's spell check > functi