Re: Multiple Property Substitution

2012-02-23 Thread entdeveloper
didn't work... > > > > name="enable">${Solr.enable.slave.core.override:${Solr.enable.slave.default:false}} > > > > > Thanks > -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-Property-Substitution-tp2223781p3770649.html Sent from the Solr - User mailing list archive at Nabble.com.

Multiple Property Substitution

2011-01-09 Thread Zach
Has anyone found a way to have multiple properties (override & default)? What I'd like to create is a default property with an override property that usually wouldn't be set, but would be set as a JVM parameter if I want to turn off replication on a particular index on a particular server. I t