Re: ConcurrentUpdateSolrserver - Queue size not working

2013-06-18 Thread Shawn Heisey
On 6/18/2013 11:06 AM, Learner wrote: My issue is that, I see that the documents are getting adding to server even before it reaches the queue size. Am I doing anything wrong? Or is queuesize not implemented yet? Also I dont see a very big performance improvements when I increase / decrease the

RE: ConcurrentUpdateSolrserver - Queue size not working

2013-06-18 Thread James Thomas
Looks like the javadoc on this parameter could use a little tweaking. >From looking at the 4.3 source code (hoping I get this right :-), it appears >the ConcurrentUpdateSolrServer will begin sending documents (on a single >thread) as soon as the first document is added. New threads (up to thread