Dear Experts, I have a strange problem where select q=*:* is returning different number of documents. Sometime its returning numFound = 5866712 and sometimes it returns numFound = 5852274. *numFound is always one of these 2 values.*
Here is the query: *http://localhost:5011/solr/mycollection/select?q=*:*&rows=0* I am running Solr in cloud mode and this problem is occurring with both solr-4.5.1 and solr-4.10.0. I have exactly same data indexed in both versions. 4.5.1 is running on a 8 nodes cluster (4x2 shards) and solr-4.10.0 is running on a 4 node (2x2 shards)cluster. Size of whole collection is ~4GB. No simultaneous indexing is going on. The last indexing happened 20 days ago. *Collection is optimized.* What might be the problem here? I tried reloading the collection, restarting the whole cluster and changing the *rows* param in query. But still I am having this problem. -- View this message in context: http://lucene.472066.n3.nabble.com/Mismatch-in-numFound-in-q-query-tp4163911.html Sent from the Solr - User mailing list archive at Nabble.com.