Re: Optimize Index in solr 4.6

2014-02-12 Thread Shawn Heisey
On 2/6/2014 4:00 AM, Shawn Heisey wrote: I would not recommend it, but if you know for sure that your infrastructure can handle it, then you should be able to optimize them all at once by sending parallel optimize requests with distrib=false directly to the Solr cores that hold the shard replicas

Re: Optimize Index in solr 4.6

2014-02-06 Thread Shawn Heisey
On 2/5/2014 11:20 PM, Sesha Sendhil Subramanian wrote: > I am running solr cloud with 10 shards. I do a batch indexing once everyday > and once indexing is done I call optimize. > > I see that optimize happens on each shard one at a time and not in > parallel. Is it possible for the optimize to ha

Optimize Index in solr 4.6

2014-02-05 Thread Sesha Sendhil Subramanian
Hi, I am running solr cloud with 10 shards. I do a batch indexing once everyday and once indexing is done I call optimize. I see that optimize happens on each shard one at a time and not in parallel. Is it possible for the optimize to happen in parallel? Each shard is on a separate box. Thanks S