_What_ properties? Details matter....

And how do you do this now? Assuming you do this with separate conf
directories, these are then just configsets in Zookeeper and you can
have as many of them as you want. Problem here is that each one of
them is a complete set of schema and config files, AFAIK the config
set is the finest granularity that you have OOB.

Best,
Erick

On Tue, May 5, 2015 at 6:55 AM, Markus Heiden <markus.hei...@s24.com> wrote:
> Hi,
>
> we are trying to migrate from Solr 4.10 to SolrCloud 4.10. I understood
> that SolrCloud uses collections as abstraction from the cores. What I am
> missing is a possibility to store collection-specific properties in
> Zookeeper. Using property.foo=bar in CREATE-URLs just sets core-specific
> properties which are not distributed, e.g. if I migrate a shard from one
> node to another.
>
> How do I define collection-specific properties (to be used in
> solrconfig.xml and schema.xml) which get distributed with the collection to
> all nodes?
>
> Why do I try that? Currently we have different cores which structure is
> identical, but have each having some specific properties. I would like to
> have a single configuration for them in Zookeeper from which I want to
> create different collections, which just differ in the value of some
> properties.
>
> Markus

Reply via email to