Ignore:
Timestamp:
2006-07-20T15:56:29+12:00 (18 years ago)
Author:
kjdon
Message:

added import.OIDmetadata option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/strings.properties

    r11997 r12267  
    234234import.OIDtype.incremental:A simple document count that is significantly faster than "hash". It is not guaranteed to always assign the same identifier to a given document though and does not allow further documents to be added to existing xml archives.
    235235
    236 import.OIDtype.assigned:Uses 'D' plus the value of dc.Identifier as the document identifier. dc.Identifiers should be unique. If no dc.Identifier is assigned to the document, a hash id will be used instead.
     236import.OIDtype.assigned:Uses 'D' plus the value of the metadata element specified by the OIDmetadata option as the document identifier. These identifiers should be unique. If the specified metadata element is not assigned for a document, a hash id will be used instead.
    237237
    238238import.OIDtype.dirname:Uses 'J' plus the parent directory name as the identifier. This relies on there being only one document per directory, and all directory names being unique. E.g. import/b13as/h15ef/page.html will get an identifier of Jh15ef.
     239
     240import.OIDmetadata:Used in conjunction with -OIDtype=assigned, this specifies the metadata element that holds the document's unique identifier.
    239241
    240242import.saveas:This is to decide the archives format to be generated. The default setting is to GA.
Note: See TracChangeset for help on using the changeset viewer.