We are currently having many custom properties defined in the
core.properties which are used in our solrconfig.xml, e.g.
${solr.enable.cachewarming:true}
Now we want to migrate to SolrCloud and want to define these properties for
a collection. But defining properties when creating a colle
_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
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
properti