Changeset 30642
- Timestamp:
- 2016-07-28T14:26:14+12:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/solr/trunk/src/collect/solr-jdbm-demo/etc/collectionConfig.xml
r30571 r30642 2 2 <CollectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 4 <metadataList> 5 <metadata lang="en" name="creator"/> 6 <metadata lang="en" name="maintainer"/> 7 <metadata lang="en" name="public">true</metadata> 8 </metadataList> 9 10 <displayItemList> 11 <displayItem assigned="true" lang="en" name="name">Solr Demo</displayItem> 12 <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) from the Humanity Development Library. It is similar to the Lucene demo collection, using JDBM for the database but uses Solr instead for indexing. Solr offers faceted browsing of search results.</displayItem> 13 <displayItem lang="en" name="shortDescription">Demonstration collection using Solr as the indexer and JDBM as the metadata database.</displayItem> 14 </displayItemList> 15 16 <format> 17 <!-- Define any global format statements here --> 18 19 <!-- Setting the RSS option to true here will display a link to the collection's RSS feed on all 20 pages of the collection. Can include the RSS feed link in section specific format statements 21 too, such as search, if wishing to display the link only in particular sections.--> 22 <gsf:option name="RSS" value="true"/> 23 </format> 24 25 <search type="solr"> 26 <level name="section"> 27 <displayItem lang="en" name="name">chapter</displayItem> 28 </level> 29 <level name="document"> 30 <displayItem lang="en" name="name">book</displayItem> 31 </level> 32 <defaultLevel name="section"/> 33 <index name="allfields"> 34 <displayItem lang="en" name="name">all fields</displayItem> 35 </index> 36 <index name="text"> 37 <displayItem lang="en" name="name">text</displayItem> 38 </index> 39 <index name="dc.Title,Title"> 40 <displayItem lang="en" name="name">titles</displayItem> 41 </index> 42 <index name="dc.Subject"> 43 <displayItem lang="en" name="name">subjects</displayItem> 44 </index> 45 <index name="dls.Organization"> 46 <displayItem lang="en" name="name">organisations</displayItem> 47 </index> 48 48 <sort name="rank"> 49 49 <displayItem lang="en" name="name">rank</displayItem> … … 55 55 <displayItem lang="en" name="name">build order</displayItem> 56 56 </sort> 57 <facet name="dls.Organization">57 <facet name="dls.Organization"> 58 58 <displayItem lang="en" name="name">organisations</displayItem> 59 59 </facet> 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 60 <searchType name="plain"/> 61 <searchType name="simpleform"/> 62 <searchType name="advancedform"/> 63 <format> 64 <gsf:template match="documentNode"> 65 <td valign="top"> 66 <gsf:link type="document"> 67 <gsf:icon type="document"/> 68 </gsf:link> 69 </td> 70 <td> 71 <gsf:link type="document"> 72 <gsf:choose-metadata> 73 <gsf:metadata name="dc.Title"/> 74 <gsf:metadata name="exp.Title"/> 75 <gsf:metadata name="ex.dc.Title"/> 76 <gsf:metadata name="Title"/> 77 <gsf:default>Untitled</gsf:default> 78 </gsf:choose-metadata> 79 </gsf:link> 80 </td> 81 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 82 </gsf:template> 83 </format> 84 </search> 85 <infodb type="jdbm"/> 86 <import> 87 <pluginList> 88 <plugin name="GreenstoneXMLPlugin"/> 89 <plugin name="HTMLPlugin"> 90 <option name="-description_tags"/> 91 </plugin> 92 <plugin name="MetadataXMLPlugin"/> 93 <plugin name="ArchivesInfPlugin"/> 94 <plugin name="DirectoryPlugin"/> 95 </pluginList> 96 </import> 97 97 <importOption name="OIDtype" value="dirname"/> 98 98 <buildOption name="sections_sort_on_document_metadata" value="unless_section_metadata_exists"/> 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 99 <browse> 100 <classifier name="List"> 101 <option name="-metadata" value="dc.Title"/> 102 <option name="-partition_type_within_level" value="constant_size"/> 103 </classifier> 104 <classifier name="Hierarchy"> 105 <option name="-metadata" value="dc.Subject"/> 106 <option name="-sort" value="dc.Title"/> 107 </classifier> 108 <classifier name="List"> 109 <option name="-metadata" value="dls.Organization"/> 110 <option name="-sort_leaf_nodes_using" value="dc.Title"/> 111 <option name="-partition_type_within_level" value="constant_size"/> 112 <option name="-bookshelf_type" value="always"/> 113 <option name="-buttonname" value="Organization"/> 114 </classifier> 115 <classifier name="List"> 116 <option name="-metadata" value="dls.Keyword"/> 117 <option name="-buttonname" value="Howto"/> 118 <option name="-partition_type_within_level" value="constant_size"/> 119 <format> 120 <gsf:template match="documentNode"> 121 <td> 122 <gsf:link type="document"> 123 <gsf:metadata name="dls.Keyword"/> 124 </gsf:link> 125 </td> 126 </gsf:template> 127 <gsf:template match="classifierNode"> 128 <td> 129 <gsf:link type="classifier"> 130 <gsf:metadata name="Title"/> 131 </gsf:link> 132 </td> 133 </gsf:template> 134 </format> 135 </classifier> 136 <format> 137 <gsf:template match="documentNode"> 138 <td valign="top"> 139 <gsf:link type="document"> 140 <gsf:icon type="document"/> 141 </gsf:link> 142 </td> 143 <td valign="top"> 144 <gsf:link type="document"> 145 <gsf:choose-metadata> 146 <gsf:metadata name="dc.Title"/> 147 <gsf:metadata name="Title"/> 148 <gsf:default>Untitled</gsf:default> 149 </gsf:choose-metadata> 150 </gsf:link> 151 </td> 152 </gsf:template> 153 <gsf:template match="classifierNode[@classifierStyle = 'VList']"> 154 <td valign="top"> 155 <gsf:link type="classifier"> 156 <gsf:icon type="classifier"/> 157 </gsf:link> 158 </td> 159 <td valign="top"> 160 <gsf:metadata name="Title"/> 161 </td> 162 </gsf:template> 163 <gsf:template match="classifierNode[@classifierStyle = 'HList']"> 164 <gsf:link type="classifier"> 165 <gsf:metadata name="Title"/> 166 </gsf:link> 167 </gsf:template> 168 </format> 169 </browse> 170 <display> 171 <format> 172 <gsf:option name="TOC" value="true"/> 173 174 <gsf:headMetaTags> 175 <gsf:metadata name="dc.Title"/> 176 <gsf:metadata name="dc.Subject"/> 177 <gsf:metadata name="dls.Organization"/> 178 </gsf:headMetaTags> 179 180 </format> 181 </display> 182 <replaceListRef id="gs2-standard"/> 183 <serviceRackList> 184 <serviceRack name="RSSRetrieve"/> 185 <!-- comment out the following serviceRack if you want to disable OAI for this collection --> 186 <serviceRack name="OAIPMH"> 187 <setName>Solr demo collection</setName> 188 <setDescription>A demo collection for Greenstone3, using Solr and JDBM.</setDescription> 189 <!-- uncomment the following and set the name attribute if you want this 190 collection to be part of a super set. --> 191 <!--<oaiSuperSet name="xxx"/>--> 192 <ListMetadataFormats> 193 <!--What metadata sets to support for this collection. You can select any set that is specified in OAIConfig.xml. To use a new set, you need to add a set definition in OAIConfig.xml, then reference it here, like: 194 <metadataFormat metadataPrefix="prefix"/> --> 195 <metadataFormat metadataPrefix="oai_dc"> 196 <!-- a custom mapping as this collection doesn't have exclusive dc metadata --><!-- this will replace the dc:publisher element from the main set --> 197 <element name="dc:publisher"> 198 <mapping elements="dls.Organization"/> 199 </element> 200 </metadataFormat> 201 </ListMetadataFormats> 202 </serviceRack> 203 </serviceRackList> 204 204 </CollectionConfig>
Note:
See TracChangeset
for help on using the changeset viewer.