Ignore:
Timestamp:
2008-07-14T14:34:23+12:00 (16 years ago)
Author:
kjdon
Message:

global block pass: added in extra argument to plugin::read calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/lucenebuilder.pm

    r16281 r16379  
    173173           $self->{'buildproc'}, $self->{'maxdocs'});
    174174    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    175            "", {}, $self->{'buildproc'}, $self->{'maxdocs'}, 0, $self->{'gli'});
     175           "", {}, {}, $self->{'buildproc'}, $self->{'maxdocs'}, 0, $self->{'gli'});
    176176    &plugin::end($self->{'pluginfo'});
    177177    close ($handle) unless $self->{'debug'};
     
    342342    $self->{'buildproc'}->reset();
    343343    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
    344            "", {}, $self->{'buildproc'}, $self->{'maxdocs'}, 0, $self->{'gli'});
     344           "", {}, {}, $self->{'buildproc'}, $self->{'maxdocs'}, 0, $self->{'gli'});
    345345    close ($handle) unless $self->{'debug'};
    346346
     
    396396    # 3. Read in all the metadata from the files in the archives directory using
    397397    #    the GAPlug and using ourselves as the document processor!
    398     &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'}, "", {}, $self->{'buildproc'}, $self->{'maxdocs'},0, $self->{'gli'});
     398    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'}, "", {}, {}, $self->{'buildproc'}, $self->{'maxdocs'},0, $self->{'gli'});
    399399
    400400    print STDERR "</Stage>\n" if $self->{'gli'};
Note: See TracChangeset for help on using the changeset viewer.