Re: SOLRJ commit question - SOLR 4.3.1

2013-06-24 Thread Erick Erickson
The queue size is high, but I doubt that's your issue. Here's what I'd do: 1> check the Solr server. Is it CPU bound? I/O bound? You have to identify where the resources are being spent before you get to implementing a solution. Are you using SolrCloud? If so, not committing until all 100M docs is

SOLRJ commit question - SOLR 4.3.1

2013-06-24 Thread Learner
Hi, I am adding around 100 million records to SOLR using SOLRJ. I am not performing commit operation until I add all the documents to SOLR. I see that my program adds the docs very fast (1 million per minute) for around 18 million documents which is expected result but after 18 million records ind