Re: [infinispan-dev] ISPN 200

2011-01-25 Thread Israel Lacerra
Sanne, I'm making the changes you suggest. My strategy is: when a distributed query is "initialized", each node creates and keeps a Searcher for this query and return the TopDocs to the requester node. So, the requester node merge the results, and when he needs to retrieves the next value, he send

Re: [infinispan-dev] ISPN 200

2011-01-13 Thread Manik Surtani
On 13 Jan 2011, at 17:05, Israel Lacerra wrote: > Are you using Eclipse or another IDE? If you using Eclipse, are you using > another GUI (outside Eclipse) to synchronize and see all changes? In general you are probably best off using the cmd line to work with git. See http://community.jboss.

Re: [infinispan-dev] ISPN 200

2011-01-13 Thread Israel Lacerra
Hi Sanne, Thank you for the feedback! I will see this ParallelMultiSearcher today and all you other comments. I have a little doubt, about the development environment that you use. I'm using Eclipse, but since the migration to Git, I'm having some troubles. The Git plugin is not so good... Are y

Re: [infinispan-dev] ISPN 200

2011-01-10 Thread Sanne Grinovero
Hi Israel, thank you very much, I've been very eager to read some code on this. I've started to add some very minor comments to github; it would greatly help if you could add some heading javadoc to each class you created, for example what's the purpose and role of QueryBox? About sorting, it's g

Re: [infinispan-dev] ISPN 200

2011-01-07 Thread Israel Lacerra
I've pushed some code in https://github.com/israeldl/infinispan/ This is not the final version. Is just to you take a look and tell me what you think. This commit have some problems (I'm fighting with Git yet). Ignore the changes in demos/*. To use the distributed query, we have to call QueryFact

Re: [infinispan-dev] ISPN 200

2011-01-04 Thread Manik Surtani
On 30 Dec 2010, at 18:34, Israel Lacerra wrote: > Manik, > > I'm gonna need a few more days. I'll probably send you the code on the middle > of the next week (about jan/6). > > Guys, > > About the way I'll send the code, I think the best is to make a fork on > github and then I push my chang

Re: [infinispan-dev] ISPN 200

2010-12-30 Thread Israel Lacerra
Manik, I'm gonna need a few more days. I'll probably send you the code on the middle of the next week (about jan/6). Guys, About the way I'll send the code, I think the best is to make a fork on github and then I push my changes on this fork and send you the url of the fork. Right? Israel On

Re: [infinispan-dev] ISPN 200

2010-12-16 Thread Manik Surtani
On 16 Dec 2010, at 11:15, Israel Lacerra wrote: > Hi Manik, > > I've finished the LazyIterator. Now I need to: > > - Code some good tests (now I'm testing using InfinispanDemo with some > changes) > - Implement all methods of iterators (the most simple are not ready yet) > - Migrate to git >

Re: [infinispan-dev] ISPN 200

2010-12-16 Thread Israel Lacerra
Hi Manik, I've finished the LazyIterator. Now I need to: - Code some good tests (now I'm testing using InfinispanDemo with some changes) - Implement all methods of iterators (the most simple are not ready yet) - Migrate to git I will send the code to you in the end of the next week (I think git

Re: [infinispan-dev] ISPN 200

2010-12-15 Thread Manik Surtani
Hi Israel Any updates on ISPN-200? How are you getting on? Cheers Manik On 15 Sep 2010, at 12:56, Israel Lacerra wrote: > Thanks Manik!! I just did not understand the last item.. > > > - on an implementation level, the GetHItsCommand (or something like that) > > could return with a single hi