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
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
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