-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0-ALPHA
-
Fix Version/s: 4.0-ALPHA
-
Component/s: spellchecker
-
Labels:None
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.
- relates to
-
SOLR-2577 Give option for "spellcheck.collateExtendedResults" w/Grouping to return #-of-Grouped-Hits
-
- Open
-