Re: 'batching when indexing is good' -> some questions

2016-04-26 Thread Erick Erickson
These are orthogonal. Confusing I know... In my blog, "batch size" refers to the number of documents sent to _Solr_ when you're indexing, in this case from a SolrJ program but the results generally hold for HTTP requests. The "batch size" you're seeing in DIH is the batch size for getting records

'batching when indexing is good' -> some questions

2016-04-26 Thread Bastien Latard - MDPI AG
Hi Eric (Erickson) & others, I read your post 'batching when indexing is good '. But I also read this one , which recommend to use batchSize="-1". So I have now some