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

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

fields shown in the extended search result are now configurable through VloConfig?

File size: 5.6 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    <searchResultFields>
87        <searchResultField>name</searchResultField>
88        <searchResultField>country</searchResultField>
89        <searchResultField>language</searchResultField>
90        <searchResultField>modality</searchResultField>
91        <searchResultField>subject</searchResultField>
92        <searchResultField>genre</searchResultField>
93        <searchResultField>organisation</searchResultField>
94        <searchResultField>collection</searchResultField>
95        <searchResultField>nationalProject</searchResultField>
96    </searchResultFields>
97   
98    <collectionFacet>collection</collectionFacet>
99   
100    <ignoredFields>
101        <ignoredField>format</ignoredField>
102    </ignoredFields>
103   
104    <technicalFields>
105        <technicalField>id</technicalField>
106        <technicalField>dataProvider</technicalField>
107        <technicalField>_landingPageRef</technicalField>
108        <technicalField>_searchPageRef</technicalField>
109        <technicalField>_contentSearchRef</technicalField>
110        <technicalField>_lastSeen</technicalField>
111        <technicalField>_componentProfile</technicalField>
112    </technicalFields>
113   
114    <languageFilters>
115        <languageFilter>filterOne</languageFilter>
116        <languageFilter>filterTwo</languageFilter>
117        <languageFilter>filterThree</languageFilter>
118    </languageFilters>
119   
120    <facetOverviewLength>30</facetOverviewLength>
121   
122    <countryComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438104/xml</countryComponentUrl>
123   
124    <languageLinkPrefix>http://infra.clarin.eu/service/language/info.php?code=</languageLinkPrefix>
125   
126    <feedbackFromUrl>http://www.clarin.eu/node/3759?url=</feedbackFromUrl>
127
128    <language2LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438109/xml</language2LetterCodeComponentUrl>
129   
130    <language3LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438110/xml</language3LetterCodeComponentUrl>
131   
132    <silToISO639CodesUrl>http://www.clarin.eu/cmd/xslt/sil_to_iso6393.xml</silToISO639CodesUrl>
133   
134    <reverseProxyPrefix></reverseProxyPrefix>
135   
136    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
137   
138    <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter>
139   
140    <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative>
141</VloConfig>
Note: See TracBrowser for help on using the repository browser.