Hi, If your replicas are all NRT, they both index documents. Their commit and segment merge cycles are independant and so yes, see different MaxDoc and DeletedDoc for each replicas is normal.
We can expect BM25 doesn't care about deleted docs, but I can't answer with certainty. Regards. Dominique Le dim. 21 mars 2021 à 14:42, Jae Joo <jaejo...@gmail.com> a écrit : > solr 8.6.2. > > I have a collection with 48 shards and 30 seconds softcommit and 2 minutes > hardcommit (opensearcher=false) > > I found that two replicas have exactly Num Docs, but different Max Doc and > Deleted Decs. > > While I am running the same query many times, I am seeing the max score is > different. The numFound of the query is exactly same. > > Once I run *an expungeDeletes*, it returns the same max score. > > Questions I have: > 1. is different MaxDoc and Deleted Doc of replicas normal? > 2. Is BM25 cares maxDocs and/or deleted Doc? > > Jae >