Ignore:
Timestamp:
2018-10-30T19:29:56+13:00 (5 years ago)
Author:
ak19
Message:
  1. In GreenstoneSQLPlugout, removeold is now paramterised (as are keepold, incremental, incremental_mode). 2. Deletion on incremental_build works. But there are more questions. Why are there 4 passes? What to do on reindexing and when to do it (should it happen during GS SQL plugout or plugin)?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/inexport.pm

    r32540 r32555  
    690690    }
    691691    my $processor = &plugout::load_plugout($plugout);
     692    $processor->set_incremental_options($removeold, $keepold, $incremental, $incremental_mode);
    692693    $processor->setoutputdir ($archivedir);
    693694    $processor->set_sortmeta ($sortmeta, $removeprefix, $removesuffix) if defined $sortmeta;
Note: See TracChangeset for help on using the changeset viewer.