Hi All, I am having a Cloud setup with 3 Shards and 2 Replica running on 3 Tomcats with 3 External Zookeeper, all running on single machine. I have Indexed around 70 Mln Documents that seems to be querying back fine. When I index another 30 Mln to same, the result are vague as with the query *:* its sometimes returning 2 Shards result and sometime all the shards result. So to make it clear if I query with *:* to the 100Mln index its should return back 100Mln docs, but sometimes its returning 70Mln and sometimes 100Mln(Actual Result) with the same query.
This is just not case with the *:* query but even if I query with the id q=id:123 its sometimes coming with the result and sometimes not. Looking for possible solution. Thanks!