source: vlo/branches/vlo-3.3-oeaw/vlo-commons/src/main/resources/VloConfig.xml @ 6426

Last change on this file since 6426 was 6426, checked in by davor.ostojic@oeaw.ac.at, 9 years ago

new facets: profileName, profileId, original resource type (to compare it with mapped values from resType)

File size: 6.7 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    <resourceClassMapUrl>/resourceTypeMap.xml</resourceClassMapUrl>
51   
52    <!-- resourceAvailabilityMapUrl
53        Facet field used to populate collection selector on search page
54        If disabled, the collection facet will not be shown (can be used to
55        move the collection facet in with the other facets).
56       
57        Uncomment to activate the separate collection facet display item.
58    -->
59    <!--<collectionFacet>collection</collectionFacet>-->
60   
61    <!-- Fields shown as facets on the search page -->
62    <facetFields>       
63        <facetField>languageCode</facetField>
64        <facetField>collection</facetField>
65        <facetField>resourceClass</facetField>
66                <facetField>resourceClassOrig</facetField>
67        <facetField>continent</facetField>
68        <facetField>country</facetField>
69        <facetField>modality</facetField>
70        <facetField>genre</facetField>
71        <facetField>subject</facetField>
72        <facetField>format</facetField>
73        <facetField>organisation</facetField>
74        <facetField>availability</facetField>
75        <facetField>nationalProject</facetField>
76        <facetField>keywords</facetField>
77        <facetField>dataProvider</facetField>
78        <facetField>profileName</facetField>
79                <facetField>profileId</facetField>
80    </facetFields>
81       
82    <simpleSearchFacetFields>
83        <simpleSearchFacetField>languageCode</simpleSearchFacetField>
84        <simpleSearchFacetField>collection</simpleSearchFacetField>
85        <simpleSearchFacetField>resourceClass</simpleSearchFacetField>
86        <simpleSearchFacetField>modality</simpleSearchFacetField>
87        <simpleSearchFacetField>genre</simpleSearchFacetField>
88    </simpleSearchFacetFields>
89   
90    <!-- Fields shown in expanded search results on the search page -->
91    <searchResultFields>
92                <searchResultField>resourceClassOrig</searchResultField>
93        <searchResultField>name</searchResultField>
94        <searchResultField>country</searchResultField>
95        <searchResultField>languageCode</searchResultField>
96        <searchResultField>modality</searchResultField>
97        <searchResultField>subject</searchResultField>
98        <searchResultField>genre</searchResultField>
99        <searchResultField>organization</searchResultField>
100        <searchResultField>collection</searchResultField>
101        <searchResultField>nationalProject</searchResultField>
102                <searchResultField>profileName</searchResultField>
103                <searchResultField>profileId</searchResultField>
104    </searchResultFields>
105   
106    <!-- Fields ignored in the record page -->
107    <ignoredFields>
108        <ignoredField>format</ignoredField>
109        <ignoredField>score</ignoredField>
110    </ignoredFields>
111   
112    <!-- Fields shown as technical fields in the record page -->
113    <technicalFields>
114        <technicalField>id</technicalField>
115        <technicalField>_selfLink</technicalField>
116        <technicalField>dataProvider</technicalField>
117        <technicalField>metadataSource</technicalField>
118        <technicalField>_landingPageRef</technicalField>
119        <technicalField>_searchPageRef</technicalField>
120        <technicalField>_contentSearchRef</technicalField>
121        <technicalField>_lastSeen</technicalField>
122        <technicalField>_componentProfile</technicalField>
123        <technicalField>_hierarchyWeight</technicalField>
124        <technicalField>_hasPart</technicalField>
125        <technicalField>_isPartOf</technicalField>
126    </technicalFields>
127   
128    <languageFilters>
129        <languageFilter>filterOne</languageFilter>
130        <languageFilter>filterTwo</languageFilter>
131        <languageFilter>filterThree</languageFilter>
132    </languageFilters>
133   
134    <facetOverviewLength>30</facetOverviewLength>
135   
136    <countryComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438104/xml</countryComponentUrl>
137   
138    <languageLinkTemplate>https://infra.clarin.eu/content/language_info/data/{}.html</languageLinkTemplate>
139   
140    <feedbackFromUrl>http://www.clarin.eu/node/3759?url=</feedbackFromUrl>
141
142    <language2LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438109/xml</language2LetterCodeComponentUrl>
143   
144    <language3LetterCodeComponentUrl>http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/components/clarin.eu:cr1:c_1271859438110/xml</language3LetterCodeComponentUrl>
145   
146    <silToISO639CodesUrl>http://www.clarin.eu/cmd/xslt/sil_to_iso6393.xml</silToISO639CodesUrl>
147   
148    <reverseProxyPrefix></reverseProxyPrefix>
149   
150    <FederatedContentSearchUrl>http://weblicht.sfs.uni-tuebingen.de/Aggregator/</FederatedContentSearchUrl>
151   
152    <cqlEndpointFilter>http://cqlservlet.mpi.nl/</cqlEndpointFilter>
153   
154    <cqlEndpointAlternative>http://cqlservlet.mpi.nl/</cqlEndpointAlternative>
155   
156    <!-- makes the score for the result ranking visible in the search results -->
157    <showResultScores>true</showResultScores>
158</VloConfig>
Note: See TracBrowser for help on using the repository browser.