: 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
> 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
: 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
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-