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
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
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
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
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