Re: Using additional dictionary with DirectSolrSpellChecker

2012-10-10 Thread Lance Norskog
solr-user@lucene.apache.org | Sent: Wednesday, October 10, 2012 5:40:23 PM | Subject: Re: Using additional dictionary with DirectSolrSpellChecker | | On Wed, Oct 10, 2012 at 9:02 AM, O. Klein wrote: | > I don't want to tweak the threshold. For majority of cases it works | > fine. | > | >

Re: Using additional dictionary with DirectSolrSpellChecker

2012-10-10 Thread Robert Muir
On Wed, Oct 10, 2012 at 9:02 AM, O. Klein wrote: > I don't want to tweak the threshold. For majority of cases it works fine. > > It's for cases where term has low frequency but is spelled correctly. > > If you lower the threshold you would also get incorrect spelled terms as > suggestions. > Yeah

Re: Using additional dictionary with DirectSolrSpellChecker

2012-10-10 Thread O. Klein
hold, but should be >> offered as spellcheck suggestion) >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Using-additional-dictionary-with-DirectSolrSpellChecker-tp4012873.html >> Sent from the Solr - User mailing list

Using additional dictionary with DirectSolrSpellChecker

2012-10-10 Thread O. Klein
Is there some way to supplement the DirectSolrSpellChecker with a dictionary? (In some cases terms are not used because of threshold, but should be offered as spellcheck suggestion) -- View this message in context: http://lucene.472066.n3.nabble.com/Using-additional-dictionary-with