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

Recovering from database connection resets in DataimportHandler

2012-02-10 Thread Mike O'Leary
I am trying to use Solr's DataImportHandler to index a large number of database records in a SQL Server database that is owned and managed by a group we are collaborating with. The indexing jobs I have run so far, except for the initial very small test runs, have failed due to database connectio