Ignore:
Timestamp:
08/04/15 11:46:13 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

merged with trunk
#746

Location:
vlo/branches/vlo-3.3-oeaw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw

  • vlo/branches/vlo-3.3-oeaw/vlo-commons/src/main/resources/VloConfig.xml

    r6398 r6412  
    11<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>
    214   
    315    <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
     
    719    <sessionCacheSize>10000</sessionCacheSize>
    820   
    9     <deleteAllFirst>true</deleteAllFirst>
    10    
    1121    <maxDocsInList>128</maxDocsInList>
    1222   
     
    1727    <maxFileSize>10000000</maxFileSize>
    1828   
    19     <maxDaysInSolr>0</maxDaysInSolr>
    20    
    2129    <useHandleResolver>false</useHandleResolver>
    2230   
    2331    <printMapping>false</printMapping>
    24    
    25     <dataRoots>
    26         <DataRoot>
    27             <originName>CLARIN Centers</originName>
    28             <rootFile>/data/oai-harvest/results/cmdi/</rootFile>
    29             <prefix>http://catalog.clarin.eu/</prefix>
    30             <tostrip>/data/</tostrip>
    31             <deleteFirst>true</deleteFirst>
    32                 </DataRoot>
    33     </dataRoots>
    34    
    35     <solrUrl>http://localhost:8080/vlo-solr/core0/</solrUrl>
    36    
    37     <homeUrl>http://www.clarin.eu/vlo</homeUrl>
    38    
    39     <helpUrl>http://www.clarin.eu/vlo</helpUrl>
    4032   
    4133    <!-- leave empty to use default packaged definition -->
     
    5648    <licenseAvailabilityMapUrl>/LicenseAvailabilityMap.xml</licenseAvailabilityMapUrl>
    5749   
    58     <resourceClassMapUrl>/resourceTypeMap.xml</resourceClassMapUrl>
    59    
    6050    <!-- resourceAvailabilityMapUrl
    6151        Facet field used to populate collection selector on search page
     
    7262        <facetField>collection</facetField>
    7363        <facetField>resourceClass</facetField>
    74         <facetField>resourceClassOrig</facetField>
    7564        <facetField>continent</facetField>
    7665        <facetField>country</facetField>
     
    8473        <facetField>keywords</facetField>
    8574        <facetField>dataProvider</facetField>
    86                 <facetField>profileName</facetField>
    87                 <facetField>profileId</facetField>
    8875    </facetFields>
    8976       
     
    9885    <!-- Fields shown in expanded search results on the search page -->
    9986    <searchResultFields>
    100         <facetField>resourceClassOrig</facetField>
    10187        <searchResultField>name</searchResultField>
    10288        <searchResultField>country</searchResultField>
     
    10894        <searchResultField>collection</searchResultField>
    10995        <searchResultField>nationalProject</searchResultField>
    110                 <searchResultField>profileName</searchResultField>
    111                 <searchResultField>profileId</searchResultField>
    11296    </searchResultFields>
    11397   
Note: See TracChangeset for help on using the changeset viewer.