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

[jira] [Created] (SOLR-4556) “numFound” in search result from each replicas is different

albert newbgirl created SOLR-4556:
-------------------------------------

             Summary: “numFound” in search result from each replicas is different
                 Key: SOLR-4556
                 URL: https://issues.apache.org/jira/browse/SOLR-4556
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 4.0
         Environment: suse11
            Reporter: albert newbgirl
             Fix For: 4.0


3 shards in core, 3 replicas in each shard
solr has 100009000 documents
when search by q=*%3A*&wt=xml
we can get different numFound, eg. 100008930, 100008950, 100008960, 100008970, 100009000.
then, search from single replica, 
we get 33330998 from shard1_replica1,and 33330978 from shard1_replica3.
33339915 from shard2_replica1, and 33339895 from shard2_replica3.
33338087 from shard3_replica1, and 33338057 from shard3_replica3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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