Ignore:
Timestamp:
2016-06-17T20:12:55+12:00 (8 years ago)
Author:
ak19
Message:

Final fixes to get changes to GTI working with new gs3colcfg (gs3-collection-configs) module: 1. gti.pl uses regex to check if module is a GS3 specific module rather than a GS2 specific module. 2. gs3-collection-configs properties files no longer have the collection name prefixed to their properties, as gti already adds this in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/collect/solr-jdbm-demo/resources/collectionConfig.properties

    r30578 r30583  
    1 solr-jdm-demo.name=Solr Demo
    2 solr-jdm-demo.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.
    3 solr-jdbm-demo.shortDescription=Demonstration collection using Solr as the indexer and JDBM as the metadata database.
     1name=Solr Demo
     2description=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.
     3shortDescription=Demonstration collection using Solr as the indexer and JDBM as the metadata database.
    44
Note: See TracChangeset for help on using the changeset viewer.