RE: spellcheck configuration not providing suggestions or corrections

2012-02-13 Thread geeky2
thank you sooo much - that was it. also - thank you for the tip on which field to hit, eg itemDesc in stead of itemDescSpell. thank you, mark -- View this message in context: http://lucene.472066.n3.nabble.com/spellcheck-configuration-not-providing-suggestions-or-corrections-tp3740877p3741783

Re: spellcheck configuration not providing suggestions or corrections

2012-02-13 Thread alxsss
you have put this true Maybe you need to put true Alex. -Original Message- From: Dyer, James To: solr-user Sent: Mon, Feb 13, 2012 12:43 pm Subject: RE: spellcheck configuration not providing suggestions or corrections That would be it, I tbinkl. Your request is to

RE: spellcheck configuration not providing suggestions or corrections

2012-02-13 Thread Dyer, James
13, 2012 2:28 PM To: solr-user@lucene.apache.org Subject: RE: spellcheck configuration not providing suggestions or corrections hello thank you for the suggestion - however this did not work. i went in to solrconfig and change the count to 20 - then restarted the server and then did a reimport. is

RE: spellcheck configuration not providing suggestions or corrections

2012-02-13 Thread geeky2
hello thank you for the suggestion - however this did not work. i went in to solrconfig and change the count to 20 - then restarted the server and then did a reimport. is it possible that i am not firing the request handler that i think i am firing ? default false

RE: spellcheck configuration not providing suggestions or corrections

2012-02-13 Thread Dyer, James
The one thing that jumps out is you have "spellcheck.count" set to 1. Try 10 and see if you get results. The spellcherker uses a 2-pass algorithm and if the "count" is too small, all the good suggestions can get eliminated in the first pass. So you often need a "count" of maybe 10 even if you