source: main/trunk/greenstone2/collect/modelcol/etc/collect.cfg@ 24305

Last change on this file since 24305 was 24305, checked in by ak19, 13 years ago

The collectionmeta field related to titles in modelcol's collect.cfg now contains ex.dc.Title. For its display in the indexes drop-down of the search page to map to the titles display name, needed to adjust the lookup that runtime-src's collectserver does.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 762 bytes
Line 
1creator **creator**
2maintainer **maintainer**
3public **public**
4
5buildtype **buildtype**
6infodbtype **infodbtype**
7
8indexes text dc.Title,ex.dc.Title,ex.Title ex.Source
9defaultindex text
10
11levels document
12
13**plugins**
14
15classify List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
16classify List -metadata ex.Source -partition_type_within_level approximate_size
17
18collectionmeta collectionname "**title**"
19collectionmeta iconcollection ""
20collectionmeta collectionextra "**about**"
21collectionmeta .text "_labeltext_"
22collectionmeta .dc.Title,ex.dc.Title,ex.Title "_labelTitle_"
23collectionmeta .Source "_labelSource_"
24collectionmeta .document "_textdocument_"
25collectionmeta .section "_textsection_"
26
Note: See TracBrowser for help on using the repository browser.