Ignore:
Timestamp:
2014-09-08T14:43:23+12:00 (10 years ago)
Author:
kjdon
Message:

tidied this up a bit - removed some leftover debugging stuff that I had forgotten to take out before committing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml

    r29105 r29252  
    2323  <displayItemList>
    2424    <displayItem assigned="true" lang="en" name="name">Demo Collection</displayItem>
    25     <displayItem assigned="true" lang="en" name="description">
    26       This is a demonstration collection for the Greenstone3 digital library software.
    27       It contains a small subset (11 books) of the Humanitarian and Development Libraries.
    28       It is the Greenstone 3 equivalent of the Greenstone 2 demo collection, built with
    29       Lucene for indexing and JDBM as the database for metadata.
     25    <displayItem assigned="true" lang="en" name="description">This is a demonstration collection for the Greenstone3 digital library software. It contains a small subset (11 books) of the Humanitarian and Development Libraries. It is the Greenstone 3 equivalent of the Greenstone 2 demo collection, built with Lucene for indexing and JDBM as the database for metadata.
    3026    </displayItem>
    31     <displayItem lang="en" name="shortDescription">
    32       Demonstration collection containing a few books from the Humanitarian and Development
    33       Libraries. Uses Lucene and JDBM.
     27    <displayItem assigned="true" lang="en" name="shortDescription">Demonstration collection containing a few books from the Humanitarian and Development Libraries. Uses Lucene and JDBM.
    3428    </displayItem>
    35     <displayItem assigned="true" lang="en" name="name">Demo Collection</displayItem>
    36     <displayItem assigned="true" lang="en" name="shortDescription">
    37       Demonstration collection containing a few books from the Humanitarian and Development
    38       Libraries. Uses Lucene and JDBM.
    39     </displayItem>
    40   </displayItemList>
     29 </displayItemList>
    4130  <format>
    4231    <!-- Define any global format statements here -->
     
    7160    </index>
    7261    <sort name="rank">
    73       <displayItem lang="en" name="name">ranks</displayItem>
     62      <displayItem lang="en" name="name">rank</displayItem>
    7463    </sort>   
    7564    <sort name="dls.Organization">
    7665      <displayItem lang="en" name="name">organisation</displayItem>
    77     </sort>
    78     <sort name="FileSize">
    79       <displayItem lang="en" name="name">filesize</displayItem>
    8066    </sort>
    8167    <sort name="none">
     
    9581      <gsf:choose-metadata>
    9682        <gsf:metadata name="dc.Title"/>
    97         <gsf:metadata name="exp.Title"/>
    98         <gsf:metadata name="ex.dc.Title"/>
    9983        <gsf:metadata name="Title"/>
    10084        <gsf:default>Untitled</gsf:default>
    10185      </gsf:choose-metadata>
    10286    </td>
    103     <td>
    104       <gsf:choose-metadata><gsf:metadata name="dls.Organization" select="root"/><gsf:metadata name="dls.Organization"/></gsf:choose-metadata></td>
    105     <td><gsf:choose-metadata><gsf:metadata name="FileSize" select="root"/><gsf:metadata name="FileSize"/></gsf:choose-metadata>(rank <gsf:rank/>)
    106     </td>
    107       </gsf:template>
     87    </gsf:template>
    10888    </format>
    10989  </search>
Note: See TracChangeset for help on using the changeset viewer.