On 8/28/23 11:42, Chris Hostetter wrote:
I assume you mean one of the batches always indexes 5 fewer documents then
'rows=N' param (ie: the query batch size) ... correct?
You're talking about the total numFound being higher then the index count?
The query uses rows=1, which is configurable
: Schema meets the requirements for Atomic Update, so we are doing a migration
: by querying the old cluster and writing to the new cluster. We are doing it in
: batches by filtering on one of the fields, and using cursorMark to efficiently
: page through the results.
...
: The query thre
Source Solr 4.7 SolrCloud, 3 shards, 7 replicas in the collection.
Target Solr 9.1.1 SolrCloud, 3 shards and 3 replicas.
Source version is a custom 4.7.0 version that mentions it includes
SOLR-5875, which is a very small patch. Target version is unmodified
Solr 9.1.1. The client on this is un