RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
m interested in using this in our project so please email me when you have a more final patch. Thanks, Matt Woytowitz -Original Message----- From: Woytowitz, Matthew [mailto:matthew.woytow...@mantech.com] Sent: Thursday, May 21, 2009 6:12 PM To: solr-dev@lucene.apache.org Subject: RE: Help

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
Another trick I used when debugging is to setup the shards to point to it's self. Example: http://localhost:8080/solr?q=iran?shards=localhost:8080/solr -Original Message- From: Woytowitz, Matthew [mailto:matthew.woytow...@mantech.com] Sent: Thursday, May 21, 2009 5:43 PM To: sol

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
re make things easier for me! Thanks again, I really appreciate your help. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 1:28 PM, Woytowitz, Matthew wrote: > Matt, > > I applied you patch to the trunk and tossed it in the debugger. I

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
ow. Do you mind explaining how you run solr though a debugger? That would sure make things easier for me! Thanks again, I really appreciate your help. Thanks, Matt Weber eSr Technologies http://www.esr-technologies.com On May 21, 2009, at 1:28 PM, Woytowitz, Matthew wrote: > Matt, &g

RE: Help Writing a Distributed Component

2009-05-21 Thread Woytowitz, Matthew
Matt, I applied you patch to the trunk and tossed it in the debugger. I'm not sure how your solrconfig.xml looks, but if your using the out of the box autosuggest shards don't work. The reason is that the default search handler has the QueryComponent in it's list and the autosuggest doesn't. Tr

RE: I would like to contribute to Solr.

2009-05-18 Thread Woytowitz, Matthew
release of Solr. What is the process to get the patches included in the build? Thanks, Matt Woytowitz matthew.woytow...@mantech.com -Original Message- From: Woytowitz, Matthew [mailto:matthew.woytow...@mantech.com] Sent: Friday, May 08, 2009 1:35 PM To: solr-dev@lucene.apache.org Subject: I

I would like to contribute to Solr.

2009-05-08 Thread Woytowitz, Matthew
I working on a project that's creating a very large solr index. We're going to deploy a solr across 4 servers initially and would like to increase that number as we ingest more and more data. We are planning to use a distributed solr architecture, but some of the Solr feature's don't work when di