On Thu, Oct 29, 2015 at 5:28 PM, Erick Erickson <erickerick...@gmail.com> wrote:
> Try making batches of 1,000 docs and sending them through instead.
The other thing about ConcurrentUpdateSolrClient is that it will
create batches itself while streaming.
For example, if you call add a number of  times very quickly, those
will all be put in the same update request as they are being streamed
(you get the benefits of batching without the latency it would
normally come with.)

So I guess I'd advise to not batch yourself unless it makes more sense
for your document processing for other reasons.

-Yonik

Reply via email to