Re: How spell checker used if indexed document is containing misspelled words

2013-06-28 Thread Upayavira
You're wanting to make your search more fuzzy. You could try phonetic search, but that's very fuzzy. Go to the analysis tab in the admin UI. Locate the 'phonetic' field type in the drop down, and you can see what will happen to terms when they are converted to phonetic equivalents. Upayavira On F

Re: How spell checker used if indexed document is containing misspelled words

2013-06-28 Thread venkatesham.gu...@igate.com
Thanks for the replies. I have already tried options mentioned here, apparently those provide suggestions for the query word which is incorrectly spelled. I am looking a feature that - my query term is correct and I want the results in those documents both correct spelled term matches and incorrec

RE: How spell checker used if indexed document is containing misspelled words

2013-06-18 Thread Dyer, James
AM To: solr-user@lucene.apache.org Subject: Re: How spell checker used if indexed document is containing misspelled words Hi, Have you tried this? http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.onlyMorePopular Of course this is assuming that your corpus has correct words occurr

Re: How spell checker used if indexed document is containing misspelled words

2013-06-14 Thread Shreejay
Hi, Have you tried this? http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.onlyMorePopular Of course this is assuming that your corpus has correct words occurring more frequently than incorrect ones! -- Shreejay On Friday, June 14, 2013 at 2:49, venkatesham.gu...@igate.com wrot