I am looking at the source code of 4.1.0 and I cannot find any prove that solr 4.1.0's DIH would actually use any properties from the solrcore.properties file.
I do however found that Solr does load my solrcore.properties file... It's strange that this would have been changed, Does anybody have prove it still can use properties defined in solrcore.properties within the DIH configuration? In that case, please reply... Daniel Daniel Rijkhof 06 12 14 12 17 On Wed, Feb 13, 2013 at 4:22 PM, Daniel Rijkhof <daniel.rijk...@gmail.com>wrote: > I have the following problem: > > I'm upgrading from a nightly build 4.0.* to 4.1.0. > > My dataimport is configured with ${variables} which always worked fine, > untill this upgrade. > > My solrcore.properties file seems to be ignored. > > Solr.xml: > <?xml version="1.0" encoding="UTF-8" ?> > > <solr sharedLib="lib" persistent="true"> > <cores adminPath="/admin/cores" host="${host:}" > hostPort="${jetty.port:}"> > <core default="true" name="hfselectdata" instanceDir="hfselectdata"/> > </cores> > </solr> > > and in <solrhome>/hfselectdata/conf/ is the file solrcore.properties. > > Anybody any suggestions? > > Greatly appreciated > Daniel > >