Hi,

I have a quick question about this new implementation - in the old 
implementation AFAIK, in a real-time indexing scenario, the results gathered 
from paging would not be consecutive.
Meaning you would ask for 50 docs, new docs arrive, when you ask for the next 
50 docs - you get an arbitrary new document set (50 after any newly inserted 
docs).

Having read a bit about the cursor implementation, is it true that the next 50 
results are now consecutive to the first set due to the fact that lucene 
actually tracks the mark?

Can anyone please validate?

Thanks,
Eyal

Reply via email to