You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by stockii <st...@googlemail.com> on 2012/02/16 10:14:40 UTC

Best requestHandler for "typing error".

Hello.

Which RH do you use to find typing errors like "goolge" => do you mean
"google" ?!

I want to use my Autosuggestion "EdgeNGram" with a clever AutoCorrection!



What do you use ?

-----
------------------------------- System ----------------------------------------

One Server, 12 GB RAM, 2 Solr Instances, 8 Cores, 
1 Core with 45 Million Documents other Cores < 200.000

- Solr1 for Search-Requests - commit every Minute  - 5GB Xmx
- Solr2 for Update-Request  - delta every Minute - 4GB Xmx
--
View this message in context: http://lucene.472066.n3.nabble.com/Best-requestHandler-for-typing-error-tp3749576p3749576.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Best requestHandler for "typing error".

Posted by "tamanjit.bindra@yahoo.co.in" <ta...@yahoo.co.in>.
You can enable the spellcheck component and add it to your default request
handler.

This might be of use:
http://wiki.apache.org/solr/SpellCheckComponent
http://wiki.apache.org/solr/SpellCheckComponent 

It could be used both during autosuggest as well as did you mean.

--
View this message in context: http://lucene.472066.n3.nabble.com/Best-requestHandler-for-typing-error-tp3749576p3750995.html
Sent from the Solr - User mailing list archive at Nabble.com.