On 9/9/06, Michael Imbeault <[EMAIL PROTECTED]> wrote:
The main problem was that addIndex was sending 1 doc at a time to solr; it would cause a problem after a few thousand docs because i was running out of resources.
Sending one doc at a time should be fine... you shouldn't run out of resources. There must be a bug somewhere... -Yonik