source: vlo/trunk/vlo_importer/src/main/resources/VloConfig.xml @ 4310

Last change on this file since 4310 was 4310, checked in by twagoo, 11 years ago

Updated initial values for wicket cache size params and added logging of these values

File size: 4.5 KB
Line 
1<VloConfig>
2   
3    <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
4    <pagesInApplicationCache>40</pagesInApplicationCache>
5   
6    <!-- Sets the maximum size (in KILOBYTES) of the File where page instances per session are stored. -->
7    <sessionCacheSize>10000</sessionCacheSize>
8   
9    <deleteAllFirst>true</deleteAllFirst>
10   
11    <maxDocsInList>128</maxDocsInList>
12   
13    <minDocsInSolrQueue>128</minDocsInSolrQueue>
14   
15    <solrTimeOut>300</solrTimeOut>
16   
17    <maxFileSize>10000000</maxFileSize>
18   
19    <maxDaysInSolr>0</maxDaysInSolr>
20   
21    <useHandleResolver>false</useHandleResolver>
22   
23    <printMapping>false</printMapping>
24   
25    <dataRoots length="3">
26        <DataRoot>
27            <originName>MPI IMDI Archive</originName>
28            <rootFile>/lat/apache/htdocs/oai-harvester/mpi-self-harvest/harvested/results/cmdi/</rootFile>           
29            <prefix>http://catalog.clarin.eu/</prefix>
30            <tostrip>/lat/apache/htdocs/</tostrip>
31            <deleteFirst>false</deleteFirst>
32        </DataRoot>
33
34        <DataRoot>
35            <originName>CMDI Providers</originName>
36            <rootFile>/lat/apache/htdocs/oai-harvester/cmdi-providers/harvested/results/cmdi/</rootFile>           
37            <prefix>http://catalog.clarin.eu/</prefix>
38            <tostrip>/lat/apache/htdocs/</tostrip>
39            <deleteFirst>false</deleteFirst>
40        </DataRoot>
41
42        <DataRoot>
43            <originName>OLAC Metadata Providers</originName>
44            <rootFile>/lat/apache/htdocs/oai-harvester/olac-and-dc-providers/harvested/results/cmdi/</rootFile>           
45            <prefix>http://catalog.clarin.eu/</prefix>
46            <tostrip>/lat/apache/htdocs/</tostrip>
47            <deleteFirst>false</deleteFirst>
48        </DataRoot>
49    </dataRoots>
50   
51    <homeUrl>http://www.clarin.eu/vlo</homeUrl>
52   
53    <helpUrl>http://www.clarin.eu/vlo</helpUrl>
54   
55    <solrUrl>http://localhost:8084/vlo_solr/</solrUrl>
56   
57    <facetConceptsFile>/facetConcepts.xml</facetConceptsFile>
58   
59    <profileSchemaUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/{PROFILE_ID}/xsd</profileSchemaUrl>
60   
61    <componentRegistryRESTURL>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/</componentRegistryRESTURL>
62   
63    <handleServerUrl>http://hdl.handle.net/</handleServerUrl>
64   
65    <imdiBrowserUrl>http://corpus1.mpi.nl/ds/imdi_browser?openpath=</imdiBrowserUrl>
66   
67    <nationalProjectMapping>/nationalProjectsMapping.xml</nationalProjectMapping>
68   
69    <facetFields length="13">
70        <facetField>collection</facetField>
71        <facetField>language</facetField>
72        <facetField>resourceClass</facetField>
73        <facetField>modality</facetField>
74        <facetField>continent</facetField>
75        <facetField>genre</facetField>
76        <facetField>country</facetField>
77        <facetField>subject</facetField>
78        <facetField>organisation</facetField>
79        <facetField>format</facetField>
80        <facetField>dataProvider</facetField>
81        <facetField>nationalProject</facetField>
82        <facetField>keywords</facetField>
83    </facetFields>
84   
85    <languageFilters length="3">
86        <languageFilter>filterOne</languageFilter>
87        <languageFilter>filterTwo</languageFilter>
88        <languageFilter>filterThree</languageFilter>
89    </languageFilters>
90   
91    <facetOverviewLength>30</facetOverviewLength>
92   
93    <countryComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438104/xml</countryComponentUrl>
94   
95    <languageLinkPrefix>http://infra.clarin.eu/service/language/info.php?code=</languageLinkPrefix>
96   
97    <feedbackFromUrl>http://www.clarin.eu/node/3759?url=</feedbackFromUrl>
98
99    <language2LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438109/xml</language2LetterCodeComponentUrl>
100   
101    <language3LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438110/xml</language3LetterCodeComponentUrl>
102   
103    <silToISO639CodesUrl>http://www.clarin.eu/cmd/xslt/sil_to_iso6393.xml</silToISO639CodesUrl>
104   
105    <reverseProxyPrefix></reverseProxyPrefix>
106   
107    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
108   
109    <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter>
110   
111    <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative>
112</VloConfig>
Note: See TracBrowser for help on using the repository browser.