Re: Double cast exception with grouping and sort function

2014-06-25 Thread Chris Hostetter
: I repo'd using the example config (with sharding). I was missing one : necessary condition: the schema needs a "*" dynamic field. : It looks like serializeSearchGroup matches the sort expression as the : "*" field, thus marshalling the double as TextField. : : Should I enter a ticket with the

Re: Double cast exception with grouping and sort function

2014-06-25 Thread Nate Dire
> Can you provide some sample data to demonstrates the problem? (ideally > using the 4.x example configs - but if you can't reproduce with that > then providing your own configs would be helpful) I repo'd using the example config (with sharding). I was missing one necessary condition: the schema

Re: Double cast exception with grouping and sort function

2014-06-24 Thread Chris Hostetter
: I recently tried upgrading our setup from 4.5.1 to 4.7+, and I'm : seeing an exception when I use (1) a function to sort and (2) result : grouping. The same query works fine with either (1) or (2) alone. : Example below. Did you modify your schema in any way when upgrading? Can you provide so

Double cast exception with grouping and sort function

2014-06-23 Thread Nate Dire
Hi, I recently tried upgrading our setup from 4.5.1 to 4.7+, and I'm seeing an exception when I use (1) a function to sort and (2) result grouping. The same query works fine with either (1) or (2) alone. Example below. At a glance, it looks similar to: https://issues.apache.org/jira/browse/SOLR-