Re: Extending pagination using cursorMark

2014-04-11 Thread Steve Rowe
Hi Luc, On Apr 10, 2014, at 3:15 AM, Vanlerberghe, Luc wrote: > - When returning a result using a cursorMark, the start value returned should > correspond to the actual position of the first document in the full result > set. For the next page, this equals to the number of documents skipped

Extending pagination using cursorMark

2014-04-10 Thread Vanlerberghe, Luc
In Solr 4.7 an exciting new feature was added that allows one to page through a complete result set without having to worry about missing or double results at page boundaries while keeping resource utilization low. I have a common use case that has similar performance and consistency problems t