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 elisabeth benoit <el...@gmail.com> on 2011/09/20 11:27:51 UTC

fuzzy search by default

Hello,

Does anynone know if it is possible to configure Solr to do by default fuzzy
search on every query word? All examples I've seen are ponctual (ie the
tilde operator follows one specific word in q parameter).

Best regards,
Elisabeth

Re: fuzzy search by default

Posted by yongtao_liu <li...@hotmail.com>.
Do not do that. That will cause query very slow.
I you really need that, you can either change solr code or writer a wrapper.

--
View this message in context: http://lucene.472066.n3.nabble.com/fuzzy-search-by-default-tp3351526p3352922.html
Sent from the Solr - User mailing list archive at Nabble.com.