| 1 |
# $Id: fedoragsearch.properties 5719 2006-10-13 14:17:53Z gertsp $ |
|---|
| 2 |
|
|---|
| 3 |
#fedoragsearch.soapBase = PROTOCOL://localhost:8080/WEBAPPNAME/AXISSERVLETNAME #from web.xml |
|---|
| 4 |
#fedoragsearch.soapBase = http://localhost:8080/fedoragsearch/services |
|---|
| 5 |
fedoragsearch.soapBase = http://localhost:8080/fedoragsearch/services |
|---|
| 6 |
fedoragsearch.soapUser = fedoraAdmin |
|---|
| 7 |
fedoragsearch.soapPass = ADMIN_PASSWORD |
|---|
| 8 |
|
|---|
| 9 |
fedoragsearch.deployFile = TOMCAT_HOME/webapps/fedoragsearch/WEB-INF/classes/configDemoOnSolr/deploy.wsdd |
|---|
| 10 |
|
|---|
| 11 |
#rest |
|---|
| 12 |
fedoragsearch.defaultNoXslt = copyXml |
|---|
| 13 |
fedoragsearch.defaultUpdateIndexRestXslt = demoUpdateIndexToHtml |
|---|
| 14 |
fedoragsearch.defaultGfindObjectsRestXslt = demoGfindObjectsToHtml |
|---|
| 15 |
fedoragsearch.defaultBrowseIndexRestXslt = demoBrowseIndexToHtml |
|---|
| 16 |
fedoragsearch.defaultGetRepositoryInfoRestXslt = demoGetRepositoryInfoToHtml |
|---|
| 17 |
fedoragsearch.defaultGetIndexInfoRestXslt = demoGetIndexInfoToHtml |
|---|
| 18 |
|
|---|
| 19 |
#resultPage |
|---|
| 20 |
fedoragsearch.maxPageSize = 50 |
|---|
| 21 |
fedoragsearch.defaultBrowseIndexTermPageSize = 20 |
|---|
| 22 |
fedoragsearch.defaultGfindObjectsHitPageSize = 10 |
|---|
| 23 |
#fedoragsearch.defaultGfindObjectsSnippetsMax = 0 means no snippet generation |
|---|
| 24 |
fedoragsearch.defaultGfindObjectsSnippetsMax = 3 |
|---|
| 25 |
#fedoragsearch.defaultGfindObjectsFieldMaxLength = 0 means no max length |
|---|
| 26 |
fedoragsearch.defaultGfindObjectsFieldMaxLength = 100 |
|---|
| 27 |
|
|---|
| 28 |
#fedoragsearch.mimeTypes = text/plain text/html application/pdf -potential |
|---|
| 29 |
#fedoragsearch.mimeTypes = text/plain text/html application/pdf -supported |
|---|
| 30 |
fedoragsearch.mimeTypes = text/plain text/html application/pdf |
|---|
| 31 |
|
|---|
| 32 |
#fedoragsearch.repositoryNames = MyRep1 MyRepN configured in config/repository/MyRepI |
|---|
| 33 |
fedoragsearch.repositoryNames = DemoAtDtu |
|---|
| 34 |
|
|---|
| 35 |
#fedoragsearch.indexNames = MyIndex1 MyIndexN configured in config/index/MyIndexI |
|---|
| 36 |
fedoragsearch.indexNames = DemoOnSolr |
|---|