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

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

Need to represent gsdl3home in parameterized form (i.e. @gsdl3home@), so installation of solr.xml correctly changed to match wherever the Greenstone3/web directory actually is for a given installation

File size: 517 bytes
RevLine 
[24446]1<?xml version="1.0" encoding="UTF-8" ?>
[24454]2<solr persistent="true">
3 <cores adminPath="/admin/cores">
[27852]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"/>
[24446]10 </cores>
11</solr>
Note: See TracBrowser for help on using the repository browser.