Ignore:
Timestamp:
2010-10-26T15:33:45+13:00 (13 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/SplitTextFile.pm

    r19617 r23212  
    120120    my ($pluginfo, $base_dir, $file, $block_hash,
    121121    $extrametakeys, $extrametadata, $extrametafile,
    122     $processor, $maxdocs, $gli) = @_;
    123 
    124     # returns 1 if matches process_exp, and has done blocking in the meantime
     122    $processor, $gli, $aux) = @_;
     123
     124    # returns 1 if matches process_exp
    125125    my $matched = $self->SUPER::metadata_read($pluginfo, $base_dir, $file,
    126126                          $block_hash,
     
    128128                          $extrametadata,
    129129                          $extrametafile,
    130                           $processor, $maxdocs, $gli);
     130                          $processor, $gli, $aux);
    131131    my $split_matched = undef;
    132132
Note: See TracChangeset for help on using the changeset viewer.