Ignore:
Timestamp:
2014-01-30T15:09:31+13:00 (10 years ago)
Author:
ak19
Message:

New mode to buildcol.pl added called 'extra'. This restricts the build to only sending/processing the archives content by the orthogonal indexes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/buildcol.pl

    r27634 r28801  
    102102        'desc' => "{buildcol.mode.build_index}" },
    103103      { 'name' => "infodb",
    104         'desc' => "{buildcol.mode.infodb}" } ];
     104        'desc' => "{buildcol.mode.infodb}" },
     105      { 'name' => "extra",
     106        'desc' => "{buildcol.mode.extra}" } ];
    105107
    106108my $sec_index_list =
Note: See TracChangeset for help on using the changeset viewer.