Changeset 12967


Ignore:
Timestamp:
2006-10-03T11:55:04+13:00 (18 years ago)
Author:
kjdon
Message:

updated scripts.no/both_old_options to include incremental, and added buildcol and import incremental option

File:
1 edited

Legend:

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

    r12961 r12967  
    5555scripts.describeall:Display options for all items known about
    5656
    57 scripts.both_old_options:WARNING: Both -removeold and -keepold were specified, defaulting to -removeold. Current contents of %s directory will be deleted.
    58 
    59 scripts.no_old_options:WARNING: Neither -removeold or -keepold were specified, defaulting to -removeold. Current contents of %s directory will be deleted.
     57scripts.both_old_options:WARNING: -removeold was specified with -keepold or -incremental, defaulting to -removeold. Current contents of %s directory will be deleted.
     58
     59scripts.no_old_options:WARNING: None of -removeold, -keepold or -incremental were specified, defaulting to -removeold. Current contents of %s directory will be deleted.
    6060
    6161# -- buildcol.pl --
     
    8282
    8383buildcol.index:Index to build (will build all in config file if not set).
     84
     85buildcol.incremental:Only index documents which have not been previously indexed. Relies on the lucene indexer.
     86
     87buildcol.incremental_dlc:Truely incremental update of the GDBM database. Only works for hierarchy classifiers.
    8488
    8589buildcol.keepold:Will not destroy the current contents of the building directory.
     
    227231import.importdir:Where the original material lives.
    228232
     233import.incremental:Only import documents which are newer (by timestamp) than the current archives files. Implies -keepold.
     234
    229235import.keepold:Will not destroy the current contents of the archives directory.
    230236
Note: See TracChangeset for help on using the changeset viewer.