On Thu, Feb 4, 2010 at 12:54 AM, cjkadakia <cjkada...@sonicbids.com> wrote:
> > I looked at some of the references to see if this has been explained or > not, > but I didn't see anything regarding it. I was wondering, quite simply, if > the SQL Server connection from Solr during indexing is kept alive for all > subsequent delta-import requests, or does it reopen the connection each > time > and close it after it's finished? > > DataImportHandler re-opens connection if it has not been used for the last 10 seconds. Connections are created at the start of an import and closed once the import finishes or is aborted. -- Regards, Shalin Shekhar Mangar.