On May 9, 2008, at 7:33 PM, Sasha Voynow wrote:
Is it generally better to handle
batching your commits programmatically on the "client" side rather
than
relying on auto-commit?
the time based auto-commit is useful if you are indexing from multiple
clients to a single server. Rather then risk having clients send the
<commit/> command too often, you can just handle it on the server.
If you are doing all your indexing from a single client, you can wait
till it is all done, then send a single <commit/>
ryan