Re: Can no longer override IndexConfig values in solrconfig.xml?

2015-09-04 Thread Mark Miller
Really, I was already pretty sure that there was nothing else specifying the lock factory because I saw that the lock factory was not being set right, even though HdfsTestUtil was setting it as: solr.lock.type=hdfs That xml snippet now seems to have solr.tests.lockType instead of solr.lock.type

Re: Can no longer override IndexConfig values in solrconfig.xml?

2015-09-04 Thread Chris Hostetter
: I was not up to date on this: : : http://www.w3.org/2001/XInclude"/> : : First XML include I've ever seen in practice. dude... that's been in all solr (core) tests since summer 2013. where you been? -Hoss http://www.lucidworks.com/

Re: Can no longer override IndexConfig values in solrconfig.xml?

2015-09-04 Thread Chris Hostetter
: On trunk, when I add the following to the solrconfig.xml, I can't load a : SolrCore. What am I doing wrong? ... : There is only the indexConfig I have added. are you sure? file a bug and attach your entire solr home dir, because i can't reproduce with the following configs -- the

Re: Can no longer override IndexConfig values in solrconfig.xml?

2015-09-04 Thread Mark Miller
I see - we have XML includes now. This in another file. - Mark On Fri, Sep 4, 2015 at 1:21 PM Mark Miller wrote: > On trunk, when I add the following to the solrconfig.xml, I can't load a > SolrCore. What am I doing wrong? > > > ${solr.lock.type:native} > > >

Re: Can no longer override IndexConfig values in solrconfig.xml?

2015-09-04 Thread Mark Miller
I was not up to date on this: http://www.w3.org/2001/XInclude"/> First XML include I've ever seen in practice. - Mark On Fri, Sep 4, 2015 at 1:32 PM Chris Hostetter wrote: > : On trunk, when I add the following to the solrconfig.xml, I can't load a > : SolrCore.

Re: Can no longer override IndexConfig values in solrconfig.xml?

2015-09-04 Thread Mark Miller
Not messing with anything in indexconfig I guess. - Mark On Fri, Sep 4, 2015 at 1:37 PM Chris Hostetter wrote: > > : I was not up to date on this: > : > : http://www.w3.org/2001/XInclude"/> > : > : First XML include I've ever seen in practice. > > dude... that's been