source: vlo/trunk/vlo-commons/src/main/resources/VloConfig.xml @ 6472

Last change on this file since 6472 was 6472, checked in by Twan Goosen, 9 years ago

small improvements w.r.t. hierarchy display and ranking:

  • do not distinguish between collection sizes above 50 when ranking
  • hide child and parent IDs in technical details
File size: 6.3 KB
Line 
1<VloConfig>
2   
3    <deleteAllFirst>${vloconfig.deleteAllFirst}</deleteAllFirst>
4   
5    <maxDaysInSolr>${vloconfig.maxDaysInSolr}</maxDaysInSolr>
6   
7    <solrUrl>${vloconfig.solrUrl}</solrUrl>
8   
9    <homeUrl>${vloconfig.homeUrl}</homeUrl>
10   
11    <helpUrl>${vloconfig.helpUrl}</helpUrl>
12   
13    <xi:include href="${vloconfig.dataRootsFile}" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
14   
15    <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
16    <pagesInApplicationCache>40</pagesInApplicationCache>
17   
18    <!-- Sets the maximum size (in KILOBYTES) of the File where page instances per session are stored. -->
19    <sessionCacheSize>10000</sessionCacheSize>
20   
21    <maxDocsInList>128</maxDocsInList>
22   
23    <minDocsInSolrQueue>128</minDocsInSolrQueue>
24   
25    <solrTimeOut>300</solrTimeOut>
26   
27    <maxFileSize>10000000</maxFileSize>
28   
29    <useHandleResolver>false</useHandleResolver>
30   
31    <printMapping>false</printMapping>
32   
33    <!-- leave empty to use default packaged definition -->
34    <facetConceptsFile><!-- use default packaged definition --></facetConceptsFile>
35   
36    <profileSchemaUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/{PROFILE_ID}/xsd</profileSchemaUrl>
37   
38    <componentRegistryRESTURL>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/</componentRegistryRESTURL>
39   
40    <handleServerUrl>http://hdl.handle.net/</handleServerUrl>
41   
42    <nationalProjectMapping>/nationalProjectsMapping.xml</nationalProjectMapping>
43   
44    <organisationNamesUrl>/OrganisationControlledVocabulary.xml</organisationNamesUrl>
45   
46    <languageNameVariantsUrl>/LanguageNameVariantsMap.xml</languageNameVariantsUrl>
47   
48    <licenseAvailabilityMapUrl>/LicenseAvailabilityMap.xml</licenseAvailabilityMapUrl>
49   
50    <!-- resourceAvailabilityMapUrl
51        Facet field used to populate collection selector on search page
52        If disabled, the collection facet will not be shown (can be used to
53        move the collection facet in with the other facets).
54       
55        Uncomment to activate the separate collection facet display item.
56    -->
57    <!--<collectionFacet>collection</collectionFacet>-->
58   
59    <!-- Fields shown as facets on the search page -->
60    <facetFields>       
61        <facetField>languageCode</facetField>
62        <facetField>collection</facetField>
63        <facetField>resourceClass</facetField>
64        <facetField>country</facetField>
65        <facetField>modality</facetField>
66        <facetField>genre</facetField>
67        <facetField>subject</facetField>
68        <facetField>format</facetField>
69        <facetField>organisation</facetField>
70        <facetField>availability</facetField>
71        <facetField>nationalProject</facetField>
72        <facetField>keywords</facetField>
73        <facetField>dataProvider</facetField>
74    </facetFields>
75       
76    <simpleSearchFacetFields>
77        <simpleSearchFacetField>languageCode</simpleSearchFacetField>
78        <simpleSearchFacetField>collection</simpleSearchFacetField>
79        <simpleSearchFacetField>resourceClass</simpleSearchFacetField>
80        <simpleSearchFacetField>modality</simpleSearchFacetField>
81        <simpleSearchFacetField>genre</simpleSearchFacetField>
82    </simpleSearchFacetFields>
83   
84    <!-- Fields shown in expanded search results on the search page -->
85    <searchResultFields>
86        <searchResultField>name</searchResultField>
87        <searchResultField>country</searchResultField>
88        <searchResultField>languageCode</searchResultField>
89        <searchResultField>modality</searchResultField>
90        <searchResultField>subject</searchResultField>
91        <searchResultField>genre</searchResultField>
92        <searchResultField>organisation</searchResultField>
93        <searchResultField>collection</searchResultField>
94        <searchResultField>nationalProject</searchResultField>
95    </searchResultFields>
96   
97    <!-- Fields ignored in the record page -->
98    <ignoredFields>
99        <ignoredField>format</ignoredField>
100        <ignoredField>score</ignoredField>
101    </ignoredFields>
102   
103    <!-- Fields shown as technical fields in the record page -->
104    <technicalFields>
105        <technicalField>id</technicalField>
106        <technicalField>_selfLink</technicalField>
107        <technicalField>dataProvider</technicalField>
108        <technicalField>metadataSource</technicalField>
109        <technicalField>_landingPageRef</technicalField>
110        <technicalField>_searchPageRef</technicalField>
111        <technicalField>_contentSearchRef</technicalField>
112        <technicalField>_lastSeen</technicalField>
113        <technicalField>_componentProfile</technicalField>
114        <technicalField>_hierarchyWeight</technicalField>
115        <technicalField>_hasPartCount</technicalField>
116    </technicalFields>
117   
118    <languageFilters>
119        <languageFilter>filterOne</languageFilter>
120        <languageFilter>filterTwo</languageFilter>
121        <languageFilter>filterThree</languageFilter>
122    </languageFilters>
123   
124    <facetOverviewLength>30</facetOverviewLength>
125   
126    <countryComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438104/xml</countryComponentUrl>
127   
128    <languageLinkTemplate>https://infra.clarin.eu/content/language_info/data/{}.html</languageLinkTemplate>
129   
130    <feedbackFromUrl>http://www.clarin.eu/node/3759?url=</feedbackFromUrl>
131
132    <language2LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438109/xml</language2LetterCodeComponentUrl>
133   
134    <language3LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438110/xml</language3LetterCodeComponentUrl>
135   
136    <silToISO639CodesUrl>http://www.clarin.eu/cmd/xslt/sil_to_iso6393.xml</silToISO639CodesUrl>
137   
138    <reverseProxyPrefix></reverseProxyPrefix>
139   
140    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
141   
142    <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter>
143   
144    <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative>
145   
146    <!-- makes the score for the result ranking visible in the search results -->
147    <showResultScores>true</showResultScores>
148</VloConfig>
Note: See TracBrowser for help on using the repository browser.