Re: SolrCloud Core Reload

2015-04-17 Thread Shawn Heisey
On 4/17/2015 7:21 AM, Vincenzo D'Amore wrote: > this morning I have optimised my SolrCloud cluster (3 instances). > I have many collections, all are in shard and replica for each node. > At the end of optimisation task (about 10 minutes) all cores are optimised > on every node. > > How can be sure

Re: SolrCloud Core Reload

2015-04-17 Thread Vincenzo D'Amore
Hi, this morning I have optimised my SolrCloud cluster (3 instances). I have many collections, all are in shard and replica for each node. At the end of optimisation task (about 10 minutes) all cores are optimised on every node. How can be sure than also reload affects all the cores? On Fri, Ap

Re: SolrCloud Core Reload

2015-04-17 Thread Anshum Gupta
I don't think there is any Collection level support at this point in the Solr admin UI. Whatever you do via the UI would be core level, unless I'm forgetting something. On Thu, Apr 16, 2015 at 5:15 PM, Vincenzo D'Amore wrote: > Hi all, > > I have a solrcloud cluster with 3 server and there are m

Re: SolrCloud Core Reload

2015-04-17 Thread Tomás Fernández Löbbe
Optimize will be distributed to all shards/replicas. I believe reload will only reload the specific core. For reloading the complete collection use the Collections API: https://cwiki.apache.org/confluence/display/solr/Collections+API On Thu, Apr 16, 2015 at 5:15 PM, Vincenzo D'Amore wrote: > Hi

SolrCloud Core Reload

2015-04-16 Thread Vincenzo D'Amore
Hi all, I have a solrcloud cluster with 3 server and there are many cores. Using the SolrCloud UI Admin Core, if I execute core "optimize" (or "reload"), all the core in the cluster will be optimized or reloaded? or only the selected core?. Best regards, Vincenzo