Ignore:
Timestamp:
2006-09-21T17:05:31+12:00 (18 years ago)
Author:
kjdon
Message:

changed the descriptions of a few import options

File:
1 edited

Legend:

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

    r12743 r12817  
    236236
    237237import.OIDtype:The method to use when generating unique identifiers for each document.
    238 import.OIDtype.hash:Hashes the contents of the file. Document identifier will be the same every time the collection is imported.
    239 
    240 import.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.
    241 
    242 import.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.
    243 
    244 import.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.
    245 
    246 import.OIDmetadata:Used in conjunction with -OIDtype=assigned, this specifies the metadata element that holds the document's unique identifier.
     238import.OIDtype.hash:Hash the contents of the file. Document identifiers will be the same every time the collection is imported.
     239
     240import.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.
     241
     242import.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.
     243
     244import.OIDtype.dirname:Use the parent directory name (preceded by 'J'). There should only be one document per directory, and directory names should be unique. E.g. import/b13as/h15ef/page.html will get an identifier of Jh15ef.
     245
     246import.OIDmetadata:Specifies the metadata element that hold's the document's unique identifier, for use with -OIDtype=assigned.
    247247
    248248import.saveas:This is to decide the archives format to be generated. The default setting is to GA.
     
    262262import.removing_tmpdir:Removing contents of the collection "tmp" directory...
    263263
    264 import.sortmeta:Sort documents alphabetically by metadata for building. Search results for boolean queries will be displayed in this order. This will be disabled if groupsize > 1. May be a commma separated list to sort by more than one metadtaa value.
     264import.sortmeta:Sort documents alphabetically by metadata for building. Search results for boolean queries will be displayed in this order. This will be disabled if groupsize > 1. May be a commma separated list to sort by more than one metadata value.
    265265
    266266import.statsfile:Filename or handle to print import statistics to.
Note: See TracChangeset for help on using the changeset viewer.