Changeset 30583


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.

Files:
2 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
  • main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/resources/collectionConfig.properties

    r30576 r30583  
    1 lucene-jdbm-demo.name=Demo Collection
    2 lucene-jdbm-demo.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.
    3 lucene-jdbm-demo.shortDescription=Demonstration collection containing a few books from the Humanitarian and Development Libraries. Uses Lucene and JDBM.
     1name=Demo Collection
     2description=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.
     3shortDescription=Demonstration collection containing a few books from the Humanitarian and Development Libraries. Uses Lucene and JDBM.
Note: See TracChangeset for help on using the changeset viewer.