Ignore:
Timestamp:
02/26/13 11:46:33 (11 years ago)
Author:
keeloo
Message:

Fixed a few tests, moved the SearchResultsDao? method to the init
method of the WebApplication? class. Tested the web application.

From now on, it is possible to override an optional external
configuration file in the context segment by a context definition of
the solrUrl parameter.

Removed parameters from application properties, removed application
properties files themselves, removed unused configuration files and
context segments, and finally: removed Spring dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_webapp/src/main/resources/VloConfig.xml

    r2604 r2627  
    4646    <nationalProjectMapping>nationalProjectsMapping.xml</nationalProjectMapping>
    4747   
    48     <facetFields length="6">
     48    <facetFields length="10">
    4949        <facetField>collection</facetField>
     50        <facetField>language</facetField>
    5051        <facetField>continent</facetField>
    51         <facetField>organisation</facetField>
    5252        <facetField>genre</facetField>
    5353        <facetField>country</facetField>
    54         <facetField>language</facetField>
     54        <facetField>subject</facetField>
     55        <facetField>organisation</facetField>
     56        <facetField>resourceType</facetField>
     57        <facetField>dataProvider</facetField>
     58        <facetField>nationalProject</facetField>
    5559    </facetFields>
    5660   
Note: See TracChangeset for help on using the changeset viewer.