Ignore:
Timestamp:
2013-08-29T15:09:18+12:00 (11 years ago)
Author:
kjdon
Message:

small mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/README.txt

    r28099 r28183  
    24243. The solr-jdbm-demo collection is copied into localsite's collect folder as part of the install.
    2525
    26 4. Edit a collection's etc/collectionConfig.xml, setting the search type to be solr.
    27 
    28 For instance, copy the (Lucene) Demo Collection of Greenstone 3 and rename it as Solr-JDBM-Demo. Next open etc/collectionConfig.xml in an editor and adjust the display name of the collection and then set the search type attribute to solr:
    29 
    30 <displayItem assigned="true" lang="en" name="name">Solr/JDBM demo</displayItem>
    31 <search type="solr">
    32 
    33 (For this collection, references to dc.Title in the collectionConfig.xml may need to become or be preceded by references to dls.Title)
    34 
     264. Alternatively, edit an existing collection's etc/collectionConfig.xml, setting the search type to be solr. You may want to set up sort fields and facet fields, see solr-jdbm-demo collectionConfig.xml for examples.
    3527
    36285. Run the GS3 tomcat server:
    3729$gs3> ant start
    3830
     316. View your SOLR collections.
    3932
    4033IMPORTING AND (RE-)BUILDING A COLLECTION WITH SOLR
Note: See TracChangeset for help on using the changeset viewer.