Francois Perron created SOLR-3436:
-------------------------------------

             Summary: Groups count in distributed grouping is wrong in some case
                 Key: SOLR-3436
                 URL: https://issues.apache.org/jira/browse/SOLR-3436
             Project: Solr
          Issue Type: Bug
          Components: SearchComponents - other
    Affects Versions: 4.0
         Environment: MacOs X Lion, Java 1.6.0_31
            Reporter: Francois Perron


The count of groups in distributed grouping environment only show results from 
shards used in the second pass.

How to reproduce :

Ask for only 1 document (ROWS=1) in a 2 shards environnement with 
GROUPS.NGOURP=true and of course with GROUPS.FIELD=fieldA.

Results :

It will only display the total of a shard (the one used for the second pass)

Expected results :

Sum all groups count from ALL shards.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to