Changeset 22804


Ignore:
Timestamp:
2010-08-30T11:47:20+12:00 (14 years ago)
Author:
kjdon
Message:

change to import.OIDtype.incremental

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r22402 r22804  
    266266import.OIDtype.hash:Hash the contents of the file. Document identifiers will be the same every time the collection is imported.
    267267
    268 import.OIDtype.incremental:Use a simple document count. Significantly faster than "hash", but does not assign the same identifier to the same document content, and further documents cannot be added to existing archives.
     268import.OIDtype.incremental:Use a simple document count. Significantly faster than "hash", but does not necessarily assign the same identifier to the same document content if the collection is reimported.
    269269
    270270import.OIDtype.assigned:Use the metadata value given by the OIDmetadata option (preceded by 'D'); if unspecified, for a particular document a hash is used instead. These identifiers should be unique.
Note: See TracChangeset for help on using the changeset viewer.