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",
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
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
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-