gaobinlong commented on code in PR #15995:
URL: https://github.com/apache/lucene/pull/15995#discussion_r3176395968


##########
lucene/grouping/src/java/org/apache/lucene/search/grouping/TopGroupsCollectorManager.java:
##########
@@ -52,13 +53,15 @@ public TopGroupsCollectorManager(
       Collection<SearchGroup<T>> searchGroups,
       Sort groupSort,
       Sort sortWithinGroup,
+      int withinGroupOffset,
       int maxDocsPerGroup,
       boolean getMaxScores) {
     this(
         groupSelectorFactory,
         searchGroups,
         groupSort,
         sortWithinGroup,
+        withinGroupOffset,

Review Comment:
   Done that, thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to