spellcheck.maxCollationTries breaks when using FieldCollapsing
--------------------------------------------------------------
Key: SOLR-2491
URL: https://issues.apache.org/jira/browse/SOLR-2491
Project: Solr
Issue Type: Bug
Components: spellchecker
Affects Versions: 4.0
Reporter: James Dyer
Priority: Minor
Fix For: 4.0
If specifying "spellcheck.maxCollationTries" and "group=true" on the same
query, you never get any Spell Check Collations back. The problem is that
SpellCheckCollator relies on ResponseBuilder.getToLog().get("hits") to see how
many results each test query returns. When "group=true", the "toLog" isn't
populated so SpellCheckCollator is unable to find a collation that can return
results.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]