On Mar 14, 2013, at 9:22 AM, roySolr <royrutten1...@gmail.com> wrote:

> Hello,
> 
>  When i run this it goes with 3 doc/s(Really
> slow). When i run solr alone(not solrcloud) it goes 600 docs/sec. 
> 
> What's the best way to do a full re-index with solrcloud? Does solrcloud
> support DIH?
> 
> Thanks
> 

SolrCloud supports DIH, but not fully and happily. It's setup to work pretty 
nicely with non SolrCloud - it will load pretty quick - with SolrCloud a few 
things can happen - one is that you might be running DIH on a replica rather 
than a leader - and that can change without your consent - in this case all 
docs will go to another node and then come back. SolrCloud also works best with 
multiple threads really - DIH will only use one to my knowledge.

Still, at 3 docs/s, something sounds wrong. That's too slow.

- Mark

Reply via email to