Is it possible to use the same type of property configuration in
dataconfig.xml as is possible in solrconfig.xml?

 

I tried it and it didn't seem to work.  For example,

 

<dataDir>${solr.data.dir:/opt/search/store/solr/data}</dataDir>

 

And in the dataconfig.xml, I would like to do this to configure the
baseUrl:

 

  <dataSource type="URLDataSource" baseUrl="${solr.baseUrl}"
encoding="UTF-8" />

 

Thanks,

 

Jason

Reply via email to