No, this won't work. You do _not_ want to have core.properties on ZK
anyway or be identical on each replica, certain values in that file
must be unique per replica (e.g. the name)

All you command should do would be to create an entry in each
core.properties file on each replica like
properties=/localpath/core.properties

It would not take the local core.properties and put it on each
replica. If it does do anything interesting  with the file it's either
functionality I'm unaware of or a bug.

Best,
Erick

On Thu, May 11, 2017 at 6:18 AM, marotosg <marot...@gmail.com> wrote:
> You can load a core.properties using
> "&property.properties=/localpath/core.properties"
>
> For instance
> http://solrserver:8983/solr/admin/collections?action=CREATE&name=person&numShards=1&replicationFactor=2&&collection.configName=person&property.properties=/localpath/core.properties
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Upload-core-properties-to-ZooKeeper-tp4221259p4334614.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to