Created on 02-15-2017 02:08 PM - edited 09-16-2022 04:06 AM
Hi,
I would like to know the exact count of the documents that match a solr query, but when I try to execute it two times in a row I get a different number in the "numFound" field.
Therefore, I am wondering if "numFound" is an exact value or an estimate and if there is a better way to find the exact number of documents that match a query.
Thank you.