Right. Collection API can be used here.
On 18 February 2013 21:36, Timothy Potter wrote:
> @Marcin - Maybe I mis-understood your process but I don't think you
> need to reload the collection on each node if you use the expanded
> collections admin API, i.e. the following will propagate the reloa
@Marcin - Maybe I mis-understood your process but I don't think you
need to reload the collection on each node if you use the expanded
collections admin API, i.e. the following will propagate the reload
across your cluster for you:
http://localhost:8983/solr/admin/collections?action=RELOAD&name=my
I hope my question is somewhat relevant to the discussion.
I'm relatively new to zk/SolrCloud, and I have new environment configured
with an ZK ensemble (3 nodes) running with SolrCloud. Things are running,
yet I'm puzzled since I can't find the Solr congif data on zookeeper nodes.
What is the
t;> -confdir /Users/config-files -confname myconf
>>
>> So basically reloading is just uploading the configs back again?
>>
>> Regard,s
>> Ayush
>>
>> > Date: Thu, 22 Nov 2012 19:32:27 +0100
>> > Subject: Re: Reloading config to zookeeper
is just uploading the configs back again?
>
> Regard,s
> Ayush
>
> > Date: Thu, 22 Nov 2012 19:32:27 +0100
> > Subject: Re: Reloading config to zookeeper
> > From: mrzewu...@gmail.com
> > To: solr-user@lucene.apache.org
> >
> > Hi,
> >
> > I'm us
/config-files -confname myconf
So basically reloading is just uploading the configs back again?
Regard,s
Ayush
> Date: Thu, 22 Nov 2012 19:32:27 +0100
> Subject: Re: Reloading config to zookeeper
> From: mrzewu...@gmail.com
> To: solr-user@lucene.apache.org
>
> Hi,
>
>
Hi,
I'm using "cloud-scripts/zkcli.sh" script for reloading configuration, for
example:
$ ./cloud-scripts/zkcli.sh -cmd upconfig -confdir -solrhome
-confname -z
Then I'm reloading collection on each node in cloud, but maybe someone
knows better solution.
Regards.
On 22 November 2012 19:23, C