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

Christine Poerschke commented on SOLR-9660:
-------------------------------------------

Test failure mystery solved: in the original patch there is a
{code}
  sortSpecWithinGroup = groupSortSpec;
{code}
which needed to be
{code}
  sortSpecWithinGroup = new SortSpec(
    groupSortSpec.getSort(),
    groupSortSpec.getSchemaFields(),
    groupSortSpec.getCount(),
    groupSortSpec.getOffset());
{code}
so that subsequent
{code}
  sortSpecWithinGroup.set(Count|Offset) = ...
{code}
change {{sortSpecWithinGroup}} only and not {{groupSortSpec}} also.

> in GroupingSpecification factor [group](sort|offset|limit) into 
> [group](sortSpec)
> ---------------------------------------------------------------------------------
>
>                 Key: SOLR-9660
>                 URL: https://issues.apache.org/jira/browse/SOLR-9660
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: SOLR-9660.patch
>
>
> This is split out and adapted from and towards the SOLR-6203 changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to