[
https://issues.apache.org/jira/browse/SOLR-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916375#action_12916375
]
Koji Sekiguchi commented on SOLR-2072:
--------------------------------------
I don't understand this... I think you have already implemented the ability?
{code}
String groupSortStr = params.get(GroupParams.GROUP_SORT);
Sort groupSort = groupSortStr != null ? QueryParsing.parseSort(groupSortStr,
req.getSchema()) : null;
{code}
Doesn't QueryParsing.parseSort() support sort by function?
> Search Grouping: expand group sort options
> ------------------------------------------
>
> Key: SOLR-2072
> URL: https://issues.apache.org/jira/browse/SOLR-2072
> Project: Solr
> Issue Type: Sub-task
> Reporter: Yonik Seeley
>
> Ability to specify functions over group documents when sorting groups.
> max(score) or avg(popularity), etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]