RE: Solr spellcheck and multiple collations

2011-08-18 Thread Herman Kiefus
Nice catch, I was sending maxCollations with a capital M. -Original Message- From: Dyer, James [mailto:james.d...@ingrambook.com] Sent: Wednesday, August 17, 2011 6:10 PM To: solr-user@lucene.apache.org Subject: RE: Solr spellcheck and multiple collations I quickly went through what

Re: Solr spellcheck and multiple collations

2011-08-17 Thread Alexei Martchenko
red="false" multiValued="true"/> > stored="false" multiValued="true"/> > > > > > > > > dest="CorrectlySpelledTerms"/> > > > > dest="CorrectlySpelledTerms"/> > > > >

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Dyer, James
won't work in 1.4 without the SOLR-2010 patch. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Herman Kiefus [mailto:herm...@angieslist.com] Sent: Wednesday, August 17, 2011 4:55 PM To: solr-user@lucene.apache.org Subject: RE: Solr spellch

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Herman Kiefus
= 1; static bool collateExtendedResults = true; static float accuracy = 0.7f; -Original Message- From: Dyer, James [mailto:james.d...@ingrambook.com] Sent: Wednesday, August 17, 2011 5:48 PM To: solr-user@lucene.apache.org Subject: RE: Solr spellcheck and multiple collations Herman

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Herman Kiefus
- -Original Message- From: Alexei Martchenko [mailto:ale...@superdownloads.com.br] Sent: Wednesday, August 17, 2011 5:34 PM To: solr-user@lucene.apache.org Subject: Re: Solr spellcheck and multiple collations Can u show us how is your

RE: Solr spellcheck and multiple collations

2011-08-17 Thread Dyer, James
Herman, - Specify "spellcheck.maxCollations" with something higher than one to get more than 1 collation. - If you also want the spellchecker to test whether or not a particular collation will return hits, also specify "spellcheck.maxCollationTries" - If you also want to know how many hits e

Re: Solr spellcheck and multiple collations

2011-08-17 Thread Alexei Martchenko
Can u show us how is your schema and config? I believe that's how collation is: the best match, only one. 2011/8/17 Herman Kiefus > After a bit of work, we have 'spellchecking' up and going and we are happy > with the suggestions. I have not; however, ever been able to generate more > than one