Re: deep paging without sorting / keep IRs open

2014-05-19 Thread Tommaso Teofili
thanks Yonik, that looks promising, I'll have a look at it. Tommaso 2014-05-17 17:57 GMT+02:00 Yonik Seeley : > On Sat, May 17, 2014 at 10:30 AM, Yonik Seeley > wrote: > > I think searcher leases would fit the bill here? > > https://issues.apache.org/jira/browse/SOLR-2809 > > > > Not yet imple

Re: deep paging without sorting / keep IRs open

2014-05-17 Thread Yonik Seeley
On Sat, May 17, 2014 at 10:30 AM, Yonik Seeley wrote: > I think searcher leases would fit the bill here? > https://issues.apache.org/jira/browse/SOLR-2809 > > Not yet implemented though... FYI, I just put up a simple LeaseManager implementation on that issue. -Yonik http://heliosearch.org - face

Re: deep paging without sorting / keep IRs open

2014-05-17 Thread Yonik Seeley
On Wed, May 14, 2014 at 8:34 AM, Tommaso Teofili wrote: > Basically I need the ability to keep running searches against a specified > commit point / index reader / state of the Lucene / Solr index. I think searcher leases would fit the bill here? https://issues.apache.org/jira/browse/SOLR-2809 N

deep paging without sorting / keep IRs open

2014-05-15 Thread Tommaso Teofili
Hi all, in one use case I'm working on [1] I am using Solr in combination with a MVCC system [2][3], so that the (Solr) index is kept up to date with the system and must handle search requests that are tied to a certain state / version of it and of course multiple searches based on different versi