On Tue, Sep 6, 2011 at 6:56 PM, simon <mtnes...@gmail.com> wrote:
> If you're batching the documents when you send them to Solr with the #add
> method, you may be out of luck - Solr doesn't do a very good job of
> reporting which document in a batch caused the failure.
>
> If you reverted to CommonsHTTPServer and added a doc at a time there
> wouldn't be any ambiguity, but that would be very slow indeed....

You can still use CommonsHTTPServer and use multiple threads to
increase concurrency.
While not quite as fast as StreamingUpdateSolrServer, it's much, much
faster than using
a single thread to send, wait for reply, send, wait for reply, etc.

-Yonik
http://www.lucene-eurocon.com - The Lucene/Solr User Conference

Reply via email to