Re: Recovering from database connection resets in DataimportHandler

2012-02-22 Thread Erick Erickson
To: solr-user@lucene.apache.org > Subject: Re: Recovering from database connection resets in DataimportHandler > > I'd seriously consider using SolrJ and your favorite JDBC driver instead. > It's actually quite easy to create one, although as always it may be a bit > int

RE: Recovering from database connection resets in DataimportHandler

2012-02-22 Thread Mike O'Leary
ntrol over data imported from a database though. Thanks, Mike -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Monday, February 13, 2012 6:19 AM To: solr-user@lucene.apache.org Subject: Re: Recovering from database connection resets in DataimportHandler

Re: Recovering from database connection resets in DataimportHandler

2012-02-13 Thread Erick Erickson
I'd seriously consider using SolrJ and your favorite JDBC driver instead. It's actually quite easy to create one, although as always it may be a bit intimidating to get started. This allows you much finer control over error conditions than DIH does, so may be more suited to your needs. Best Erick