source: gs3-extensions/solr/trunk/src/solr.xml.in@ 30851

Last change on this file since 30851 was 27856, checked in by davidb, 11 years ago

Code changed to work off the solr.xml.in file, with @gsdl3home@ being substituted

File size: 517 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<solr persistent="true">
3 <cores adminPath="/admin/cores">
4 <core name="localsite-solr-jdbm-demo-sidx"
5 instanceDir="@gsdl3home@/sites/localsite/collect/solr-jdbm-demo/etc/"
6 dataDir="@gsdl3home@/sites/localsite/collect/solr-jdbm-demo/index/sidx"/>
7 <core name="localsite-solr-jdbm-demo-didx"
8 instanceDir="@gsdl3home@/sites/localsite/collect/solr-jdbm-demo/etc/"
9 dataDir="@gsdl3home@/sites/localsite/collect/solr-jdbm-demo/index/didx"/>
10 </cores>
11</solr>
Note: See TracBrowser for help on using the repository browser.