You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Paras Diwan (JIRA)" <ji...@apache.org> on 2016/10/14 11:08:20 UTC

[jira] [Created] (SOLR-9643) Pagination issue occurs in solr cloud when results are grouped on a field

Paras Diwan created SOLR-9643:
---------------------------------

             Summary: Pagination issue occurs in solr cloud when results are grouped on a field
                 Key: SOLR-9643
                 URL: https://issues.apache.org/jira/browse/SOLR-9643
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
    Affects Versions: 6.1
         Environment: Solr cloud is deployed on AWS linux server. 4 Solr servers and apache zookeeper is setup
            Reporter: Paras Diwan
            Priority: Critical
             Fix For: 6.1.1


Either value of ngroups in grouped query is inaccurate or there is some issue in returning documents of later pages. 

select?q=*:*&group=true&group.field=family&group.ngroups=true&start=0&group.limit=1

For above mentioned query i get ngroups = 396324
but for the same query when i modify start to 396320. it returns 0 docs, an empty page.
Instead the last result is at 386887.
Please look into this issue or offer some solution 



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

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