[
https://issues.apache.org/jira/browse/SOLR-13823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Munendra S N reassigned SOLR-13823:
-----------------------------------
Assignee: Munendra S N
> ClassCastException when using group.query and return score
> ----------------------------------------------------------
>
> Key: SOLR-13823
> URL: https://issues.apache.org/jira/browse/SOLR-13823
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: search
> Affects Versions: 8.2, 8.1.1
> Reporter: Uwe Jäger
> Assignee: Munendra S N
> Priority: Major
> Labels: Grouping
> Attachments: SOLR-13823.patch
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> When grouping the results of a query with group.query there is a
> ClassCastException in org.apache.solr.search.Grouping.CommandQuery.finish
> (line 890) since the collector is wrapped in a MultiCollector.
> The wanted topCollector is available in the inner class so it can be used
> directly and the cast is not necessary at all. After that change there are
> still the scores missing in the result, so populating the scores is
> necessary, too.
> I will create a PR showing the error and also containing a fix.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]