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