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 sends the
ScoreDoc.doc to the correct node. To merge the values I'm using a
FieldDocSortedHitQueue class copy, with some changes. Is this a good
strategy?

I have a "dumb" question. How a node can get a own
org.infinispan.remoting.transport.Address instance? Or how we can get all
Address of the cluster?

thanks

Israel

On Thu, Jan 13, 2011 at 3:57 PM, Manik Surtani <ma...@jboss.org> wrote:

>
> 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.org/wiki/InfinispanandGitHub
>
> for tips, etc.
>
> --
> Manik Surtani
> ma...@jboss.org
> twitter.com/maniksurtani
>
> Lead, Infinispan
> http://www.infinispan.org
>
>
>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
_______________________________________________
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Reply via email to