Re: [infinispan-dev] new Infinispan Query API - ISPN-194

2011-04-10 Thread Emmanuel Bernard
Why do you need TopDocs? What's the use case? On 10 avr. 2011, at 03:42, Israel Lacerra wrote: > Guys, > > Do you think we can have a getQueryHits() on HSQueryImpl? To do ISPN-200 I > was using the TopDocs and now, with Infinispan using HSQueryImpl, TopDocs is > a little more hided > > An

Re: [infinispan-dev] new Infinispan Query API - ISPN-194

2011-04-10 Thread Israel Lacerra
To make a LazyIterator for ISPN-200 ( https://issues.jboss.org/browse/ISPN-200) I was starting a query in each node and then merging the results (TopDocs) in the requester node... On Sun, Apr 10, 2011 at 6:10 AM, Emmanuel Bernard wrote: > Why do you need TopDocs? What's the use case? > > On 10 av

[infinispan-dev] [ISPN-78] Feedback needed

2011-04-10 Thread Olaf Bergner
I have the skeleton of an implementation of ISPN-78 - Large Object Support - at https://github.com/obergner/infinispan/tree/t_ispn78. Before going forward I could need some feedback on whether my approach makes sense at all, what alternatives there are, where things might be improved or modifie