Re: Weird issue -- pulling results with cursorMark gets fewer documents than numFound

2023-08-28 Thread Shawn Heisey
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

Re: Weird issue -- pulling results with cursorMark gets fewer documents than numFound

2023-08-28 Thread Chris Hostetter
: 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