Ignore:
Timestamp:
2010-10-26T15:33:45+13:00 (14 years ago)
Author:
kjdon
Message:

metadata_read no longer takes maxdocs args - metadata_read must process all docs, so that whatever few are actually processed by read will get their metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/LOMPlugin.pm

    r22900 r23212  
    123123    my ($pluginfo, $base_dir, $file, $block_hash,
    124124    $extrametakeys, $extrametadata, $extrametafile,
    125     $processor, $maxdocs, $gli) = @_;
     125    $processor, $gli, $aux) = @_;
    126126
    127127    my $outhandle = $self->{'outhandle'};
Note: See TracChangeset for help on using the changeset viewer.