RE: issues with spellcheck.maxCollationTries and spellcheck.collateExtendedResults

2012-06-07 Thread Markus Jelsma
Hello! -Original message- > From:Dyer, James > Sent: Wed 06-Jun-2012 17:23 > To: solr-user@lucene.apache.org > Subject: RE: issues with spellcheck.maxCollationTries and > spellcheck.collateExtendedResults > > Markus, > > With "maxCollationTries=0",

RE: issues with spellcheck.maxCollationTries and spellcheck.collateExtendedResults

2012-06-07 Thread Markus Jelsma
Hi The search is distributed over all shards. The problem exists locally as well. Thanks, -Original message- > From:Jack Krupansky > Sent: Wed 06-Jun-2012 17:07 > To: solr-user@lucene.apache.org > Subject: Re: issues with spellcheck.maxCollat

RE: issues with spellcheck.maxCollationTries and spellcheck.collateExtendedResults

2012-06-06 Thread Dyer, James
Markus, With "maxCollationTries=0", it is not going out and querying the collations to see how many hits they each produce. So it doesn't know the # of hits. That is why if you also specify "collateExtendedResults=true", all the hit counts are zero. It would probably be better in this case i

Re: issues with spellcheck.maxCollationTries and spellcheck.collateExtendedResults

2012-06-06 Thread Jack Krupansky
Do single-word queries return hits? Is this a multi-shard environment? Does the request list all the shards needed to give hits for all the collations you expect? Maybe the queries are being done locally and don't have hits for the collations locally. -- Jack Krupansky -Original Message-