Tomas Eduardo Fernandez Lobbe created SOLR-16750:
----------------------------------------------------
Summary: Grouping on EnumFieldType fields fails
Key: SOLR-16750
URL: https://issues.apache.org/jira/browse/SOLR-16750
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: Grouping
Reporter: Tomas Eduardo Fernandez Lobbe
For single shard collections, Solr responds with the enum index instead of the
value. For multi-shard collections, Solr returns a 500 because internally it
gets a ClassCastException such as:
{noformat}
java.lang.ClassCastException: class org.apache.solr.common.EnumFieldValue
cannot be cast to class java.lang.Integer
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]