Re: Paging while indexes

2014-06-26 Thread Shalin Shekhar Mangar
There's also a new searcher lease feature which might land in Solr in future. https://issues.apache.org/jira/browse/SOLR-2809 On Fri, Jun 27, 2014 at 1:18 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > You can use the Cursor based paging API added in 4.7 which is much more > resil

Re: Paging while indexes

2014-06-26 Thread Shalin Shekhar Mangar
You can use the Cursor based paging API added in 4.7 which is much more resilient to index updates. See the section titled "How cursors are Affected by Index Updates" at https://cwiki.apache.org/confluence/display/solr/Pagination+of+Results On Mon, Jun 23, 2014 at 2:08 PM, Bram Van Dam wrote: