On 1/27/2022 9:40 AM, Heller, George A III CTR (USA) wrote:
Where does it get numFound="21194" from?

That is the total number of documents in the index that match the query. Since in this case the query is all documents, it is the total document count in the index.

The reason I ask is because when we query a core on our primary server where we indexed the collection, it returns the correct number of documents as seen below. When we do the exact same thing on the failover server it shows numFound=”0”

Exactly how have you copied the data? You mentioned replication. Is that Solr replication, or have you done the copy yourself? If Solr, how do you have the two servers configured? If you reload the core on the failover server, does anything change?

Thanks,
Shawn

Reply via email to