Sanne,<br><br>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? <br>
<br>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?<br><br>thanks<br><br>Israel<br><br><div class="gmail_quote">
On Thu, Jan 13, 2011 at 3:57 PM, Manik Surtani <span dir="ltr"><<a href="mailto:manik@jboss.org">manik@jboss.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;"><div class="im"><br><div><div>On 13 Jan 2011, at 17:05, Israel Lacerra wrote:</div><br><blockquote type="cite"><span style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; font-size: medium;">Are you using Eclipse or another IDE? If you using Eclipse, are you using another GUI (outside Eclipse) to synchronize and see all changes?<br>
</span></blockquote><br></div></div><div>In general you are probably best off using the cmd line to work with git.</div><div><br></div><div>See</div><div><br></div><div><a href="http://community.jboss.org/wiki/InfinispanandGitHub" target="_blank">http://community.jboss.org/wiki/InfinispanandGitHub</a></div>
<div><br></div><div>for tips, etc.</div><div class="im"><br><div>
<div><div>--</div><div>Manik Surtani</div><div><a href="mailto:manik@jboss.org" target="_blank">manik@jboss.org</a></div><div><a href="http://twitter.com/maniksurtani" target="_blank">twitter.com/maniksurtani</a></div><div>
<br></div><div>Lead, Infinispan</div><div><a href="http://www.infinispan.org" target="_blank">http://www.infinispan.org</a></div><div><br></div></div><br>
</div>
<br></div></div><br>_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br></blockquote></div><br>