Re: Help Writing a Distributed Component

2009-05-22 Thread Matt Weber
er [mailto:m...@mattweber.org] Sent: Wednesday, May 20, 2009 12:07 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Hey Grant, I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/browse/SOLR-1177 . What do yo

Re: Help Writing a Distributed Component

2009-05-21 Thread Matt Weber
ginal Message- From: Matt Weber [mailto:m...@mattweber.org] Sent: Wednesday, May 20, 2009 12:07 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Hey Grant, I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/brow

Re: Help Writing a Distributed Component

2009-05-21 Thread Grant Ingersoll
,", true); rb.shards = lst.toArray(new String[lst.size()]); } Matt Woytowitz -Original Message- From: Matt Weber [mailto:m...@mattweber.org] Sent: Wednesday, May 20, 2009 12:07 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Hey Grant, I have opened

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
y, May 21, 2009 5:43 PM To: solr-dev@lucene.apache.org Subject: RE: Help Writing a Distributed Component bin/catalina.sh jpda start Starts tomcat in remote debugging mode. Then I connect with eclipse. Run --> Debug configs Click Remote Java Application. Click the "New Lauch Config&quo

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
r-dev@lucene.apache.org Subject: RE: Help Writing a Distributed Component bin/catalina.sh jpda start Starts tomcat in remote debugging mode. Then I connect with eclipse. Run --> Debug configs Click Remote Java Application. Click the "New Lauch Config" button. Hover to find it Clic

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
09 5:03 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Thanks Matt that worked! My patch still doesn't work correctly, but at least I can actually get it calling the distributed methods now. Do you mind explaining how you run solr though a debugger? That would su

Re: Help Writing a Distributed Component

2009-05-21 Thread Matt Weber
20, 2009 12:07 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Hey Grant, I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/browse/SOLR-1177 . What do you mean by configuring my shards? I implemented the distributed m

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
m: Matt Weber [mailto:m...@mattweber.org] Sent: Thursday, May 21, 2009 5:03 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Thanks Matt that worked! My patch still doesn't work correctly, but at least I can actually get it calling the distributed methods n

Re: Help Writing a Distributed Component

2009-05-21 Thread Matt Weber
May 20, 2009 12:07 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Hey Grant, I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/browse/SOLR-1177 . What do you mean by configuring my shards? I implemented the di

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
rb.shards = lst.toArray(new String[lst.size()]); } Matt Woytowitz -Original Message- From: Matt Weber [mailto:m...@mattweber.org] Sent: Wednesday, May 20, 2009 12:07 PM To: solr-dev@lucene.apache.org Subject: Re: Help Writing a Distributed Component Hey Grant, I have opened a new t

Re: Help Writing a Distributed Component

2009-05-20 Thread Matt Weber
Thanks Grant, that will really help me out. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 20, 2009, at 11:16 AM, Grant Ingersoll wrote: On May 20, 2009, at 12:07 PM, Matt Weber wrote: Hey Grant, I have opened a new ticket with the current version of my patc

Re: Help Writing a Distributed Component

2009-05-20 Thread Grant Ingersoll
On May 20, 2009, at 12:07 PM, Matt Weber wrote: Hey Grant, I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/browse/SOLR-1177 . What do you mean by configuring my shards? I implemented the distributed methods (prepare, process, modifyRequest

Re: Help Writing a Distributed Component

2009-05-20 Thread Matt Weber
Hey Grant, I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/browse/SOLR-1177 . What do you mean by configuring my shards? I implemented the distributed methods (prepare, process, modifyRequest, etc) as is done in the other distributed compon

Re: Help Writing a Distributed Component

2009-05-20 Thread Grant Ingersoll
Matt, Perhaps you can post your patch even in it's current state on a JIRA issue and then we can work through it? Also, how are you configuring your shards? I started that Wiki page as a way to make sure I understood what was going on in distributed. I'm not 100% sure it is correct, so

Help Writing a Distributed Component

2009-05-19 Thread Matt Weber
Hi all, I am working on a patch to get TermsComponent distributed and have run into a problem. I have overridden the prepare, process, modifyRequest, handleResponses, and finishStage methods as described at http://wiki.apache.org/solr/WritingDistributedSearchComponents. My problem is th