Sorry, I meant one thread requesting records 1 - 1000, whilst the next thread requests 1001 - 2000 from the same ordered result set. We've observed several of our customers trying to harvest our data with multi-threaded scripts that work like this. I thought it would not work using cursor marks... but:
A) I could be wrong, and B) I could be talking about parallel in a different way to Mike. Ta, Greg On 18 March 2014 10:24, Yonik Seeley <yo...@heliosearch.com> wrote: > On Mon, Mar 17, 2014 at 7:14 PM, Greg Pendlebury > <greg.pendleb...@gmail.com> wrote: > > My suspicion is that it won't work in parallel > > Deep paging with cursorMark does work with distributed search > (assuming that's what you meant by "parallel"... querying sub-shards > in parallel?). > > -Yonik > http://heliosearch.org - solve Solr GC pauses with off-heap filters > and fieldcache >