Last change
on this file since 27852 was 27852, checked in by davidb, 10 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
|
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.