source: vlo/branches/vlo-3.0/vlo-commons/src/main/resources/VloConfig.xml @ 4654

Last change on this file since 4654 was 4654, checked in by Twan Goosen, 10 years ago

ignored and technical fields are now configured through VloConfig?.xml

File size: 5.1 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>
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:8080/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    <collectionFacet>collection</collectionFacet>
70   
71    <facetFields>
72        <facetField>language</facetField>
73        <facetField>resourceClass</facetField>
74        <facetField>modality</facetField>
75        <facetField>continent</facetField>
76        <facetField>genre</facetField>
77        <facetField>country</facetField>
78        <facetField>subject</facetField>
79        <facetField>organisation</facetField>
80        <facetField>format</facetField>
81        <facetField>dataProvider</facetField>
82        <facetField>nationalProject</facetField>
83        <facetField>keywords</facetField>
84    </facetFields>
85   
86    <collectionFacet>collection</collectionFacet>
87   
88    <ignoredFields>
89        <ignoredField>format</ignoredField>
90    </ignoredFields>
91   
92    <technicalFields>
93        <technicalField>id</technicalField>
94        <technicalField>dataProvider</technicalField>
95        <technicalField>_landingPageRef</technicalField>
96        <technicalField>_searchPageRef</technicalField>
97        <technicalField>_contentSearchRef</technicalField>
98        <technicalField>_lastSeen</technicalField>
99        <technicalField>_componentProfile</technicalField>
100    </technicalFields>
101   
102    <languageFilters>
103        <languageFilter>filterOne</languageFilter>
104        <languageFilter>filterTwo</languageFilter>
105        <languageFilter>filterThree</languageFilter>
106    </languageFilters>
107   
108    <facetOverviewLength>30</facetOverviewLength>
109   
110    <countryComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438104/xml</countryComponentUrl>
111   
112    <languageLinkPrefix>http://infra.clarin.eu/service/language/info.php?code=</languageLinkPrefix>
113   
114    <feedbackFromUrl>http://www.clarin.eu/node/3759?url=</feedbackFromUrl>
115
116    <language2LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438109/xml</language2LetterCodeComponentUrl>
117   
118    <language3LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438110/xml</language3LetterCodeComponentUrl>
119   
120    <silToISO639CodesUrl>http://www.clarin.eu/cmd/xslt/sil_to_iso6393.xml</silToISO639CodesUrl>
121   
122    <reverseProxyPrefix></reverseProxyPrefix>
123   
124    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
125   
126    <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter>
127   
128    <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative>
129</VloConfig>
Note: See TracBrowser for help on using the repository browser.