[ 
https://issues.apache.org/jira/browse/SOLR-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916378#action_12916378
 ] 

Yonik Seeley commented on SOLR-2072:
------------------------------------

Right now, the sort value for a group (that governs how whole groups sort 
relative to eachother) depends only on the top document in that group.  This 
issue is about a different type of function that can derive a group sort value 
from something else.  One example is being able to sort groups based on the 
average score in that group rather than just the top score.  Another example is 
being able to sort by the number of hits in each group.

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to