Re: Commit strategies

2008-02-11 Thread Chris Hostetter
if you just want commits ot happen on a regular frequenty take a look at the autoCommit options. sa for the specific errors you are getting, i don't know enouugh python to unerstand them, but it may just be that your commits are taking too long and your client is timing out on waiting for the

Commit strategies

2008-02-06 Thread James Brady
Hi all, So the Solr tutorial recommends batching operation to improve performance by avoiding multiple costly commits. To implement this, I originally had a couple of methods in my python app reading from or writing to Solr, with a scheduled task blindly committing every 15 seconds. Howe