re: StreamingUpdateSolrServer - connection refused

2012-01-19 Thread Poulton, Gareth | Gareth | DU
Hi all, I’m having basically the exact same problem someone described in this email to the list from just over a year ago (see below). The only suggested solution given on the thread at the time was to ping the server before sending an add, which I’m not particularly keen on; least of all becaus

Re: StreamingUpdateSolrServer - connection refused

2010-12-30 Thread Christopher Gross
My current solution is to use the ping() function -- which doesn't run in a thread -- to test the connection before trying to send the data to the Solr index. It isn't elegant, but it works. If anyone has a better idea, I'd like to hear it. -- Chris On Thu, Dec 30, 2010 at 11:10 AM, Christophe

StreamingUpdateSolrServer - connection refused

2010-12-30 Thread Christopher Gross
Hi all. I have designed a synchronizer that goes out to various databases, extracts some data, does some processing, and then uses the StreamingUpdateSolrServer to send the records to a Solr index. When everything is up, it works just fine. Now I'm trying to account for problems, like if the