Thanks ilayaraja,

I updated the PR today integrating your and Alan's comments. Now it works
also in distributed mode. Please let me know what do you think :)

Cheers
Diego

On Wed, May 2, 2018, 17:46 ilayaraja <ilay....@gmail.com> wrote:

> Figured out that offset is used as part of the grouping patch which I
> applied
> (SOLR-8776) :
> solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
> +      if (query instanceof AbstractReRankQuery){
> +        topNGroups = cmd.getOffset() +
> ((AbstractReRankQuery)query).getReRankDocs();
> +      } else {
> +        topNGroups = cmd.getOffset() + cmd.getLen();
>
>
>
>
>
>
> -----
> --Ilay
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>

Reply via email to