Re: ConcurrentUpdateSolrServer flush on size of documents rather than queue size

2013-03-01 Thread Otis Gospodnetic
H Mike, Doesn't exist as far as I know, but would be a nice contribution. Otis -- Solr & ElasticSearch Support http://sematext.com/ On Fri, Mar 1, 2013 at 11:30 AM, Mike Hugo wrote: > Does anyone know if a version of ConcurrentUpdateSolrServer exists that > would use the size in memory of

ConcurrentUpdateSolrServer flush on size of documents rather than queue size

2013-03-01 Thread Mike Hugo
Does anyone know if a version of ConcurrentUpdateSolrServer exists that would use the size in memory of the queue to decide when to send documents to the solr server? For example, if I set up a ConcurrentUpdateSolrServer with 4 threads and a batch size of 200 that works if my documents are small.