Dyer, James wrote
>
> I thought of a way you could do this with one query, if using edismax. If
> you use "spellcheck.q" and insert "AND" between each keyword you'll make
> all the terms required regardless of the "mm" parameter. I quickly tried
> this out and it seems to work if you use "AND"
rom: Dyer, James [mailto:james.d...@ingrambook.com]
Sent: Thursday, January 19, 2012 3:17 PM
To: solr-user@lucene.apache.org
Subject: RE: Different mm for spellcheckquery
I'm not sure there is a good way to this this currently. I think you'd just
have to issue a second query with mm=10
I'm not sure there is a good way to this this currently. I think you'd just
have to issue a second query with mm=100 to get additional spelling suggestions
as "maxCollationTries" is designed to replicate the original query when trying
collations for hits. It might be a worthy enhancement to pr