Re: SolrCloud and Optimize

2012-11-16 Thread Walter Underwood
An optimize is really a forced merge. Solr does continuous partial merging automatically, and has done so since version 1. Do not call optimize unless you really, really know what you are doing. wunder On Nov 16, 2012, at 11:44 AM, shreejay wrote: > I just stumbled on this post. Does SolrClou

Re: SolrCloud and Optimize

2012-09-12 Thread Walter Underwood
Do not run optimize. It is not necessary. Solr continually optimizes in the background. wunder On Sep 11, 2012, at 11:15 PM, Nikhil Chhaochharia wrote: > Hi, > > I am using a recent nightly of Solr 4 and have setup a simple SolrCloud > cluster of 2 shards without any replicas. If I send the

SolrCloud and Optimize

2012-09-11 Thread Nikhil Chhaochharia
Hi, I am using a recent nightly of Solr 4 and have setup a simple SolrCloud cluster of 2 shards without any replicas.  If I send the 'optimize' command, then it is executed on the shards one-by-one instead of in parallel. Is this by design?How can I run optimize in parallel on all the shards?