Re: ${solr.abortOnConfigurationError:false} - does it defaults to false

2009-08-27 Thread Shalin Shekhar Mangar
On Thu, Aug 27, 2009 at 1:05 AM, Ryan McKinley ryan...@gmail.com wrote:


 On Aug 26, 2009, at 3:33 PM, djain101 wrote:


 I have one quick question...

 If in solrconfig.xml, if it says ...


 abortOnConfigurationError${solr.abortOnConfigurationError:false}/abortOnConfigurationError

 does it mean abortOnConfigurationError defaults to false if it is not
 set
 as system property?


 correct


Should that be changed to be true by default in the example solrconfig?

-- 
Regards,
Shalin Shekhar Mangar.


Re: ${solr.abortOnConfigurationError:false} - does it defaults to false

2009-08-27 Thread Shalin Shekhar Mangar
On Thu, Aug 27, 2009 at 12:28 PM, Shalin Shekhar Mangar 
shalinman...@gmail.com wrote:

 On Thu, Aug 27, 2009 at 1:05 AM, Ryan McKinley ryan...@gmail.com wrote:


 On Aug 26, 2009, at 3:33 PM, djain101 wrote:


 I have one quick question...

 If in solrconfig.xml, if it says ...


 abortOnConfigurationError${solr.abortOnConfigurationError:false}/abortOnConfigurationError

 does it mean abortOnConfigurationError defaults to false if it is not
 set
 as system property?


 correct


 Should that be changed to be true by default in the example solrconfig?


I just checked the 1.3 release. It was true by default. Somewhere in between
the default was changed. I think we should revert this change.

-- 
Regards,
Shalin Shekhar Mangar.


${solr.abortOnConfigurationError:false} - does it defaults to false

2009-08-26 Thread djain101

I have one quick question...

If in solrconfig.xml, if it says ...

abortOnConfigurationError${solr.abortOnConfigurationError:false}/abortOnConfigurationError

does it mean abortOnConfigurationError defaults to false if it is not set
as system property?

Thanks,
Dharmveer
-- 
View this message in context: 
http://www.nabble.com/%24%7Bsolr.abortOnConfigurationError%3Afalse%7D---does-it-defaults-to-false-tp25155213p25155213.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: ${solr.abortOnConfigurationError:false} - does it defaults to false

2009-08-26 Thread Ryan McKinley


On Aug 26, 2009, at 3:33 PM, djain101 wrote:



I have one quick question...

If in solrconfig.xml, if it says ...

abortOnConfigurationError${solr.abortOnConfigurationError:false}/ 
abortOnConfigurationError


does it mean abortOnConfigurationError defaults to false if it is  
not set

as system property?



correct